Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading