From 036ac75e5e06745dbd3cb89e431b2d670554f8dc Mon Sep 17 00:00:00 2001 From: Varsha GS Date: Wed, 1 Jan 2025 14:36:36 +0530 Subject: [PATCH] ci: Add support for python runtime version 3.14.0a3 Signed-off-by: Varsha GS --- .circleci/config.yml | 2 +- .tekton/pipeline.yaml | 4 ++-- .tekton/python-tracer-prepuller.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d547977..6f0ac3a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -305,7 +305,7 @@ jobs: python314: docker: - - image: public.ecr.aws/docker/library/python:3.14.0a2 + - image: public.ecr.aws/docker/library/python:3.14.0a3 - image: public.ecr.aws/docker/library/postgres:16.2-bookworm environment: POSTGRES_USER: root diff --git a/.tekton/pipeline.yaml b/.tekton/pipeline.yaml index 7e3b67a6..48023959 100644 --- a/.tekton/pipeline.yaml +++ b/.tekton/pipeline.yaml @@ -38,8 +38,8 @@ spec: - "sha256:0fc7e6322b146c3fb01782d61412921b08f06439682105bc4e5c7f2dbfc56371" # public.ecr.aws/docker/library/python:3.13.1-bookworm - "sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b" - # public.ecr.aws/docker/library/python:3.14.0a2-bookworm - - "sha256:67eabdadd211c2768dbe0b4f311b27f889b755a6cb93392f41c8773c15affd67" + # public.ecr.aws/docker/library/python:3.14.0a3-bookworm + - "sha256:9dbc6c516b0388d7ed1546ea0047ea9b4b2a7d5fef25eaf3c1f0e1479c1c2f15" taskRef: name: python-tracer-unittest-default-task workspaces: diff --git a/.tekton/python-tracer-prepuller.yaml b/.tekton/python-tracer-prepuller.yaml index de2d4052..f69fcf36 100644 --- a/.tekton/python-tracer-prepuller.yaml +++ b/.tekton/python-tracer-prepuller.yaml @@ -70,8 +70,8 @@ spec: image: public.ecr.aws/docker/library/python@sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b command: ["sh", "-c", "'true'"] - name: prepuller-314 - # public.ecr.aws/docker/library/python:3.14.0a2-bookworm - image: public.ecr.aws/docker/library/python@sha256:67eabdadd211c2768dbe0b4f311b27f889b755a6cb93392f41c8773c15affd67 + # public.ecr.aws/docker/library/python:3.14.0a3-bookworm + image: public.ecr.aws/docker/library/python@sha256:9dbc6c516b0388d7ed1546ea0047ea9b4b2a7d5fef25eaf3c1f0e1479c1c2f15 command: ["sh", "-c", "'true'"] # Use the pause container to ensure the Pod goes into a `Running` phase