From 71dc8d3b600c0c81d851996c5aa3d7c7d8f08fe1 Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Wed, 3 Sep 2025 09:49:09 +0200 Subject: [PATCH 1/4] update python to 3.10 --- cmd/pythonBuild_generated.go | 2 +- resources/metadata/pythonBuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/pythonBuild_generated.go b/cmd/pythonBuild_generated.go index c8a5c011a4..59c1b36c9c 100644 --- a/cmd/pythonBuild_generated.go +++ b/cmd/pythonBuild_generated.go @@ -330,7 +330,7 @@ func pythonBuildMetadata() config.StepData { }, }, Containers: []config.Container{ - {Name: "python", Image: "python:3.9"}, + {Name: "python", Image: "python:3.10"}, }, Outputs: config.StepOutputs{ Resources: []config.StepResources{ diff --git a/resources/metadata/pythonBuild.yaml b/resources/metadata/pythonBuild.yaml index 3f13ec3573..1e2d6c563d 100644 --- a/resources/metadata/pythonBuild.yaml +++ b/resources/metadata/pythonBuild.yaml @@ -113,4 +113,4 @@ spec: - name: custom/buildSettingsInfo containers: - name: python - image: python:3.9 + image: python:3.10 From 1267f2485af7f1b3c76d5d565d99e15673813b3d Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Wed, 3 Sep 2025 10:38:18 +0200 Subject: [PATCH 2/4] update integration test --- integration/integration_python_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/integration_python_test.go b/integration/integration_python_test.go index 116350fcbe..58ced6c36b 100644 --- a/integration/integration_python_test.go +++ b/integration/integration_python_test.go @@ -40,7 +40,7 @@ func TestPythonIntegrationBuildProject(t *testing.T) { os.WriteFile(filepath.Join(tempDir, "runPiper.sh"), []byte(testScript), 0700) reqNode := testcontainers.ContainerRequest{ - Image: "python:3.9", + Image: "python:3.10", Cmd: []string{"tail", "-f"}, Mounts: testcontainers.Mounts( testcontainers.BindMount(pwd, "/piperbin"), From aac600b0bdaf049967305fea073dcf71b77357fa Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Thu, 4 Sep 2025 09:26:39 +0200 Subject: [PATCH 3/4] update python to 3.10 --- cmd/pythonBuild_generated.go | 2 +- integration/integration_python_test.go | 2 +- resources/metadata/pythonBuild.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/pythonBuild_generated.go b/cmd/pythonBuild_generated.go index 5812cf90a8..27418c965f 100644 --- a/cmd/pythonBuild_generated.go +++ b/cmd/pythonBuild_generated.go @@ -341,7 +341,7 @@ func pythonBuildMetadata() config.StepData { }, }, Containers: []config.Container{ - {Name: "python", Image: "python:3.10"}, + {Name: "python", Image: "python:3.11"}, }, Outputs: config.StepOutputs{ Resources: []config.StepResources{ diff --git a/integration/integration_python_test.go b/integration/integration_python_test.go index 58ced6c36b..f138ffdffc 100644 --- a/integration/integration_python_test.go +++ b/integration/integration_python_test.go @@ -40,7 +40,7 @@ func TestPythonIntegrationBuildProject(t *testing.T) { os.WriteFile(filepath.Join(tempDir, "runPiper.sh"), []byte(testScript), 0700) reqNode := testcontainers.ContainerRequest{ - Image: "python:3.10", + Image: "python:3.11", Cmd: []string{"tail", "-f"}, Mounts: testcontainers.Mounts( testcontainers.BindMount(pwd, "/piperbin"), diff --git a/resources/metadata/pythonBuild.yaml b/resources/metadata/pythonBuild.yaml index 1e2d6c563d..8139cade39 100644 --- a/resources/metadata/pythonBuild.yaml +++ b/resources/metadata/pythonBuild.yaml @@ -113,4 +113,4 @@ spec: - name: custom/buildSettingsInfo containers: - name: python - image: python:3.10 + image: python:3.11 From 2132251e02aa2df926ec1ce61522c83bc705cdd8 Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Thu, 4 Sep 2025 09:30:00 +0200 Subject: [PATCH 4/4] update python to 3.12 --- cmd/pythonBuild_generated.go | 2 +- integration/integration_python_test.go | 2 +- resources/metadata/pythonBuild.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/pythonBuild_generated.go b/cmd/pythonBuild_generated.go index 27418c965f..401267e797 100644 --- a/cmd/pythonBuild_generated.go +++ b/cmd/pythonBuild_generated.go @@ -341,7 +341,7 @@ func pythonBuildMetadata() config.StepData { }, }, Containers: []config.Container{ - {Name: "python", Image: "python:3.11"}, + {Name: "python", Image: "python:3.12"}, }, Outputs: config.StepOutputs{ Resources: []config.StepResources{ diff --git a/integration/integration_python_test.go b/integration/integration_python_test.go index f138ffdffc..3f160e773a 100644 --- a/integration/integration_python_test.go +++ b/integration/integration_python_test.go @@ -40,7 +40,7 @@ func TestPythonIntegrationBuildProject(t *testing.T) { os.WriteFile(filepath.Join(tempDir, "runPiper.sh"), []byte(testScript), 0700) reqNode := testcontainers.ContainerRequest{ - Image: "python:3.11", + Image: "python:3.12", Cmd: []string{"tail", "-f"}, Mounts: testcontainers.Mounts( testcontainers.BindMount(pwd, "/piperbin"), diff --git a/resources/metadata/pythonBuild.yaml b/resources/metadata/pythonBuild.yaml index 8139cade39..28034a9b01 100644 --- a/resources/metadata/pythonBuild.yaml +++ b/resources/metadata/pythonBuild.yaml @@ -113,4 +113,4 @@ spec: - name: custom/buildSettingsInfo containers: - name: python - image: python:3.11 + image: python:3.12