File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ jobs:
305
305
306
306
python314 :
307
307
docker :
308
- - image : public.ecr.aws/docker/library/python:3.14.0a4
308
+ - image : public.ecr.aws/docker/library/python:3.14.0a5
309
309
- image : public.ecr.aws/docker/library/postgres:16.2-bookworm
310
310
environment :
311
311
POSTGRES_USER : root
Original file line number Diff line number Diff line change 38
38
- " sha256:ae24158f83adcb3ec1dead14356e6debc9f3125167624408d95338faacc5cce3"
39
39
# public.ecr.aws/docker/library/python:3.13.2-bookworm
40
40
- " sha256:90a15cf04e17111d514958f3b17186f2e239546f75530b1e301059f0b70de41f"
41
- # public.ecr.aws/docker/library/python:3.14.0a4 -bookworm
42
- - " sha256:2b6ff3e4a96f18b7c6a5384cb1c623eec35b93b722da3c4470112435deeca590 "
41
+ # public.ecr.aws/docker/library/python:3.14.0a5 -bookworm
42
+ - " sha256:c00e5b4b511a77e0b11c52b88cb195c0dcc371e71d2f7ebb3ba1173387d71f92 "
43
43
taskRef :
44
44
name : python-tracer-unittest-default-task
45
45
workspaces :
Original file line number Diff line number Diff line change 70
70
image : public.ecr.aws/docker/library/python@sha256:90a15cf04e17111d514958f3b17186f2e239546f75530b1e301059f0b70de41f
71
71
command : ["sh", "-c", "'true'"]
72
72
- name : prepuller-314
73
- # public.ecr.aws/docker/library/python:3.14.0a4 -bookworm
74
- image : public.ecr.aws/docker/library/python@sha256:2b6ff3e4a96f18b7c6a5384cb1c623eec35b93b722da3c4470112435deeca590
73
+ # public.ecr.aws/docker/library/python:3.14.0a5 -bookworm
74
+ image : public.ecr.aws/docker/library/python@sha256:c00e5b4b511a77e0b11c52b88cb195c0dcc371e71d2f7ebb3ba1173387d71f92
75
75
command : ["sh", "-c", "'true'"]
76
76
77
77
# Use the pause container to ensure the Pod goes into a `Running` phase
You can’t perform that action at this time.
0 commit comments