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/github-pr-pipeline.yaml.part
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
default: public.ecr.aws/docker/library/python:3.13-bookworm
- name: py-314-imageDigest
type: string
default: public.ecr.aws/docker/library/python:3.14.0rc2
default: public.ecr.aws/docker/library/python:3.14.0rc3
workspaces:
- name: python-tracer-ci-pipeline-pvc
tasks:
Expand Down
4 changes: 2 additions & 2 deletions .tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
default: public.ecr.aws/docker/library/python:3.13-bookworm
- name: py-314-imageDigest
type: string
default: public.ecr.aws/docker/library/python:3.14.0rc2
default: public.ecr.aws/docker/library/python:3.14.0rc3
workspaces:
- name: python-tracer-ci-pipeline-pvc
tasks:
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
- clone
params:
- name: py-version
value: 3.14.0rc2
value: 3.14.0rc3
taskRef:
name: python-tracer-unittest-python-next-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 @@ -59,7 +59,7 @@ spec:
image: public.ecr.aws/docker/library/python:3.13-bookworm
command: ["sh", "-c", "'true'"]
- name: prepuller-314
image: public.ecr.aws/docker/library/python:3.14.0rc2
image: public.ecr.aws/docker/library/python:3.14.0rc3
command: ["sh", "-c", "'true'"]

# Use the pause container to ensure the Pod goes into a `Running` phase
Expand Down
21 changes: 0 additions & 21 deletions Dockerfile-py3140

This file was deleted.

Loading