Skip to content

Commit

Permalink
fix: use the correct image for 3.14.0a4
Browse files Browse the repository at this point in the history
Signed-off-by: Varsha GS <[email protected]>
  • Loading branch information
GSVarsha committed Jan 20, 2025
1 parent 773e129 commit a7624c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/python-tracer-prepuller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7624c2

Please sign in to comment.