From a7624c2ab04b0968c5afa465b777223d791c117d Mon Sep 17 00:00:00 2001 From: Varsha GS Date: Mon, 20 Jan 2025 20:56:45 +0530 Subject: [PATCH] fix: use the correct image for 3.14.0a4 Signed-off-by: Varsha GS --- .tekton/pipeline.yaml | 2 +- .tekton/python-tracer-prepuller.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/pipeline.yaml b/.tekton/pipeline.yaml index 9acdfbf3..4df18653 100644 --- a/.tekton/pipeline.yaml +++ b/.tekton/pipeline.yaml @@ -39,7 +39,7 @@ spec: # public.ecr.aws/docker/library/python:3.13.1-bookworm - "sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b" # public.ecr.aws/docker/library/python:3.14.0a4-bookworm - - "sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956" + - "sha256:2b6ff3e4a96f18b7c6a5384cb1c623eec35b93b722da3c4470112435deeca590" taskRef: name: python-tracer-unittest-default-task workspaces: diff --git a/.tekton/python-tracer-prepuller.yaml b/.tekton/python-tracer-prepuller.yaml index a6603cc3..e85b5b6f 100644 --- a/.tekton/python-tracer-prepuller.yaml +++ b/.tekton/python-tracer-prepuller.yaml @@ -71,7 +71,7 @@ spec: command: ["sh", "-c", "'true'"] - name: prepuller-314 # public.ecr.aws/docker/library/python:3.14.0a4-bookworm - image: public.ecr.aws/docker/library/python@sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956 + image: public.ecr.aws/docker/library/python@sha256:2b6ff3e4a96f18b7c6a5384cb1c623eec35b93b722da3c4470112435deeca590 command: ["sh", "-c", "'true'"] # Use the pause container to ensure the Pod goes into a `Running` phase