Skip to content

Commit 7b9d90a

Browse files
committed
ci: Add support to test Python 3.14.0b3
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent ff24fcf commit 7b9d90a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.tekton/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
- "sha256:4ea730e54e2a87b716ffc58a426bd627baa182a3d4d5696d05c1bca2dde775aa"
3939
# public.ecr.aws/docker/library/python:3.13.3-bookworm
4040
- "sha256:07bf1bd38e191e3ed18b5f3eb0006d5ab260cb8c967f49d3bf947e5c2e44d8a9"
41-
# public.ecr.aws/docker/library/python:3.14.0b2-bookworm
42-
- "sha256:4f8ae0a7847680b269d8ef51528053b2cfc9242377f349cbc3a36eacf579903f"
41+
# public.ecr.aws/docker/library/python:3.14.0b3-bookworm
42+
- "sha256:b8dcb43514c83ac43f20ac2dbfc41cecb0c2f6cad076a285ed8e33ac8a929779"
4343
taskRef:
4444
name: python-tracer-unittest-default-task
4545
workspaces:

.tekton/python-tracer-prepuller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ spec:
7474
image: public.ecr.aws/docker/library/python@sha256:07bf1bd38e191e3ed18b5f3eb0006d5ab260cb8c967f49d3bf947e5c2e44d8a9
7575
command: ["sh", "-c", "'true'"]
7676
- name: prepuller-314
77-
# public.ecr.aws/docker/library/python:3.14.0b2-bookworm
78-
image: public.ecr.aws/docker/library/python@sha256:4f8ae0a7847680b269d8ef51528053b2cfc9242377f349cbc3a36eacf579903f
77+
# public.ecr.aws/docker/library/python:3.14.0b3-bookworm
78+
image: public.ecr.aws/docker/library/python@sha256:b8dcb43514c83ac43f20ac2dbfc41cecb0c2f6cad076a285ed8e33ac8a929779
7979
command: ["sh", "-c", "'true'"]
8080

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

Dockerfile-py3140

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/python:3.14.0b2
1+
FROM public.ecr.aws/docker/library/python:3.14.0b3
22

33
RUN apt-get update \
44
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)