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.0a3
308
+ - image : public.ecr.aws/docker/library/python:3.14.0a4
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:0fc7e6322b146c3fb01782d61412921b08f06439682105bc4e5c7f2dbfc56371"
39
39
# public.ecr.aws/docker/library/python:3.13.1-bookworm
40
40
- " sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b"
41
- # public.ecr.aws/docker/library/python:3.14.0a3 -bookworm
42
- - " sha256:9dbc6c516b0388d7ed1546ea0047ea9b4b2a7d5fef25eaf3c1f0e1479c1c2f15 "
41
+ # public.ecr.aws/docker/library/python:3.14.0a4 -bookworm
42
+ - " sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956 "
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:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b
71
71
command : ["sh", "-c", "'true'"]
72
72
- name : prepuller-314
73
- # public.ecr.aws/docker/library/python:3.14.0a3 -bookworm
74
- image : public.ecr.aws/docker/library/python@sha256:9dbc6c516b0388d7ed1546ea0047ea9b4b2a7d5fef25eaf3c1f0e1479c1c2f15
73
+ # public.ecr.aws/docker/library/python:3.14.0a4 -bookworm
74
+ image : public.ecr.aws/docker/library/python@sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956
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