Skip to content

Commit fa524be

Browse files
committed
fix: use the correct image for 3.14.0a4
Signed-off-by: Varsha GS <[email protected]>
1 parent 773e129 commit fa524be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
# public.ecr.aws/docker/library/python:3.13.1-bookworm
4040
- "sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b"
4141
# public.ecr.aws/docker/library/python:3.14.0a4-bookworm
42-
- "sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956"
42+
- "sha256:2b6ff3e4a96f18b7c6a5384cb1c623eec35b93b722da3c4470112435deeca590"
4343
taskRef:
4444
name: python-tracer-unittest-default-task
4545
workspaces:

.tekton/python-tracer-prepuller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
command: ["sh", "-c", "'true'"]
7272
- name: prepuller-314
7373
# public.ecr.aws/docker/library/python:3.14.0a4-bookworm
74-
image: public.ecr.aws/docker/library/python@sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956
74+
image: public.ecr.aws/docker/library/python@sha256:2b6ff3e4a96f18b7c6a5384cb1c623eec35b93b722da3c4470112435deeca590
7575
command: ["sh", "-c", "'true'"]
7676

7777
# Use the pause container to ensure the Pod goes into a `Running` phase

0 commit comments

Comments
 (0)