File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ jobs:
309
309
310
310
python314 :
311
311
docker :
312
- - image : public.ecr.aws/docker/library/python:3.14.0a6
312
+ - image : public.ecr.aws/docker/library/python:3.14.0a7
313
313
- image : public.ecr.aws/docker/library/postgres:16.2-bookworm
314
314
environment :
315
315
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.0a6 -bookworm
42
- - " sha256:cc1702492859ae14ce2c417060215a94153a51f42954eb7fd5f275b5b3039926 "
41
+ # public.ecr.aws/docker/library/python:3.14.0a7 -bookworm
42
+ - " sha256:4c1f7c905b091408b27eba4a7fa84e6e866da0e6dabb29a397a444946e10627f "
43
43
taskRef :
44
44
name : python-tracer-unittest-default-task
45
45
workspaces :
Original file line number Diff line number Diff line change 74
74
image : public.ecr.aws/docker/library/python@sha256:90a15cf04e17111d514958f3b17186f2e239546f75530b1e301059f0b70de41f
75
75
command : ["sh", "-c", "'true'"]
76
76
- name : prepuller-314
77
- # public.ecr.aws/docker/library/python:3.14.0a6 -bookworm
78
- image : public.ecr.aws/docker/library/python@sha256:cc1702492859ae14ce2c417060215a94153a51f42954eb7fd5f275b5b3039926
77
+ # public.ecr.aws/docker/library/python:3.14.0a7 -bookworm
78
+ image : public.ecr.aws/docker/library/python@sha256:4c1f7c905b091408b27eba4a7fa84e6e866da0e6dabb29a397a444946e10627f
79
79
command : ["sh", "-c", "'true'"]
80
80
81
81
# 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