Skip to content

Commit ba7ae65

Browse files
committed
ci: Update to use latest CircleCI images.
Signed-off-by: Paulo Vital <[email protected]>
1 parent 05ad7cf commit ba7ae65

File tree

4 files changed

+48
-48
lines changed

4 files changed

+48
-48
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ commands:
118118
jobs:
119119
python38:
120120
docker:
121-
- image: cimg/python:3.8.17
121+
- image: cimg/python:3.8.20
122122
- image: cimg/postgres:9.6.24
123123
environment:
124124
POSTGRES_USER: root
@@ -142,7 +142,7 @@ jobs:
142142

143143
python39:
144144
docker:
145-
- image: cimg/python:3.9.17
145+
- image: cimg/python:3.9.20
146146
- image: cimg/postgres:9.6.24
147147
environment:
148148
POSTGRES_USER: root
@@ -166,7 +166,7 @@ jobs:
166166

167167
python310:
168168
docker:
169-
- image: cimg/python:3.10.12
169+
- image: cimg/python:3.10.15
170170
- image: cimg/postgres:9.6.24
171171
environment:
172172
POSTGRES_USER: root
@@ -191,7 +191,7 @@ jobs:
191191

192192
python311:
193193
docker:
194-
- image: cimg/python:3.11.4
194+
- image: cimg/python:3.11.10
195195
- image: cimg/postgres:9.6.24
196196
environment:
197197
POSTGRES_USER: root
@@ -216,7 +216,7 @@ jobs:
216216

217217
py311googlecloud:
218218
docker:
219-
- image: cimg/python:3.11.4
219+
- image: cimg/python:3.11.10
220220
- image: vanmoof/pubsub-emulator
221221
working_directory: ~/repo
222222
steps:
@@ -231,7 +231,7 @@ jobs:
231231

232232
python312:
233233
docker:
234-
- image: cimg/python:3.12.0
234+
- image: cimg/python:3.12.6
235235
- image: cimg/postgres:9.6.24
236236
environment:
237237
POSTGRES_USER: root
@@ -256,7 +256,7 @@ jobs:
256256

257257
py312googlecloud:
258258
docker:
259-
- image: cimg/python:3.12.0
259+
- image: cimg/python:3.12.6
260260
- image: vanmoof/pubsub-emulator
261261
working_directory: ~/repo
262262
steps:
@@ -271,7 +271,7 @@ jobs:
271271

272272
python313:
273273
docker:
274-
- image: python:3.13.0rc1-bookworm
274+
- image: python:3.13.0rc2-bookworm
275275
- image: cimg/postgres:9.6.24
276276
environment:
277277
POSTGRES_USER: root
@@ -296,7 +296,7 @@ jobs:
296296

297297
py39couchbase:
298298
docker:
299-
- image: cimg/python:3.9.17
299+
- image: cimg/python:3.9.20
300300
- image: couchbase/server-sandbox:5.5.0
301301
working_directory: ~/repo
302302
steps:
@@ -312,7 +312,7 @@ jobs:
312312

313313
py39cassandra:
314314
docker:
315-
- image: cimg/python:3.9.17
315+
- image: cimg/python:3.9.20
316316
- image: cassandra:3.11
317317
environment:
318318
MAX_HEAP_SIZE: 2048m
@@ -330,7 +330,7 @@ jobs:
330330

331331
final_job:
332332
docker:
333-
- image: cimg/python:3.8.17
333+
- image: cimg/python:3.8.20
334334
working_directory: ~/repo
335335
steps:
336336
- checkout
@@ -341,7 +341,7 @@ jobs:
341341

342342
py39gevent_starlette:
343343
docker:
344-
- image: cimg/python:3.9.17
344+
- image: cimg/python:3.9.20
345345
working_directory: ~/repo
346346
steps:
347347
- checkout

.tekton/.currency/currency-tasks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ spec:
3131
mountPath: /workspace
3232
steps:
3333
- name: generate-currency-report
34-
# 3.10.13-bookworm
35-
image: python@sha256:c970ff53939772f47b0672e380328afb50d8fd1c0568ed4f82c22effc54244fc
34+
# 3.10.15-bookworm
35+
image: python@sha256:b346d9d55e40cd6079db55370581b3bd24067acf5f1acc386107ec0843102ec9
3636
script: |
3737
#!/usr/bin/env bash
3838
cd /workspace/python-sensor/.tekton/.currency

.tekton/pipeline.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ spec:
2525
params:
2626
- name: imageDigest
2727
value:
28-
# 3.8.19-bookworm
29-
- "sha256:4d3590657cf443010b58ae94a09c59505a750744ed70d2028b35dac101df5e3a"
30-
# 3.9.19-bookworm
31-
- "sha256:e298e2e898691a938073f670dac8ef1a551c83344b67b5d8e32d1fbc8e0b57f8"
32-
# 3.10.14-bookworm
33-
- "sha256:c0352a2c64efe4cc08b198e90b97ed7e08897518c4bee99647e3eaf676e84951"
34-
# 3.11.9-bookworm
35-
- "sha256:0c2928128a96e544a1ee248e50ee8ecbe840bf48ef5a49065812e3d06b6e1bcc"
36-
# 3.12.4-bookworm
37-
- "sha256:83f5f8714b6881d3e0e91023d9fe9e43aa6ad5a04e9f9a94ee180b18b021c72a"
38-
# 3.13.0rc1-bookworm
39-
- "sha256:50446a4de6987bff979654da0a476746cdc2d5dfb8d0be2d99bac805f2f40281"
28+
# 3.8.20-bookworm
29+
- "sha256:f53fd710218c3c5415229037afaf04d0f32acba87dd90d48863fbdab4227ac89"
30+
# 3.9.20-bookworm
31+
- "sha256:dbb0be5b67aa84b9e3e4f325c7844ab439f40a5cca717c5b24e671cfb41dbb46"
32+
# 3.10.15-bookworm
33+
- "sha256:b346d9d55e40cd6079db55370581b3bd24067acf5f1acc386107ec0843102ec9"
34+
# 3.11.10-bookworm
35+
- "sha256:3cd9b520be95c671135ea1318f32be6912876024ee16d0f472669d3878801651"
36+
# 3.12.6-bookworm
37+
- "sha256:af6fa5c329d6bd6dec52855ccb8bb37c30fb8f00819953a035d49499e43b2c9b"
38+
# 3.13.0rc2-bookworm
39+
- "sha256:3aed70fd4585395e47c6005f0082b966151561f3c4070a3ed9d2fb594bbf44b8"
4040
taskRef:
4141
name: python-tracer-unittest-default-task
4242
workspaces:
@@ -49,8 +49,8 @@ spec:
4949
params:
5050
- name: imageDigest
5151
value:
52-
# 3.9.19-bookworm
53-
- "sha256:e298e2e898691a938073f670dac8ef1a551c83344b67b5d8e32d1fbc8e0b57f8"
52+
# 3.9.20-bookworm
53+
- "sha256:dbb0be5b67aa84b9e3e4f325c7844ab439f40a5cca717c5b24e671cfb41dbb46"
5454
taskRef:
5555
name: python-tracer-unittest-cassandra-task
5656
workspaces:
@@ -63,8 +63,8 @@ spec:
6363
params:
6464
- name: imageDigest
6565
value:
66-
# 3.9.19-bookworm
67-
- "sha256:e298e2e898691a938073f670dac8ef1a551c83344b67b5d8e32d1fbc8e0b57f8"
66+
# 3.9.20-bookworm
67+
- "sha256:dbb0be5b67aa84b9e3e4f325c7844ab439f40a5cca717c5b24e671cfb41dbb46"
6868
taskRef:
6969
name: python-tracer-unittest-couchbase-task
7070
workspaces:
@@ -77,8 +77,8 @@ spec:
7777
params:
7878
- name: imageDigest
7979
value:
80-
# 3.9.18-bookworm
81-
- "sha256:530d4ba717be787c0e2d011aa107edac6d721f8c06fe6d44708d4aa5e9bc5ec9"
80+
# 3.9.20-bookworm
81+
- "sha256:dbb0be5b67aa84b9e3e4f325c7844ab439f40a5cca717c5b24e671cfb41dbb46"
8282
taskRef:
8383
name: python-tracer-unittest-gevent-starlette-task
8484
workspaces:
@@ -91,10 +91,10 @@ spec:
9191
params:
9292
- name: imageDigest
9393
value:
94-
# 3.11.9-bookworm
95-
- "sha256:0c2928128a96e544a1ee248e50ee8ecbe840bf48ef5a49065812e3d06b6e1bcc"
96-
# 3.12.4-bookworm
97-
- "sha256:83f5f8714b6881d3e0e91023d9fe9e43aa6ad5a04e9f9a94ee180b18b021c72a"
94+
# 3.11.10-bookworm
95+
- "sha256:3cd9b520be95c671135ea1318f32be6912876024ee16d0f472669d3878801651"
96+
# 3.12.6-bookworm
97+
- "sha256:af6fa5c329d6bd6dec52855ccb8bb37c30fb8f00819953a035d49499e43b2c9b"
9898
taskRef:
9999
name: python-tracer-unittest-googlecloud-task
100100
workspaces:

.tekton/python-tracer-prepuller.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,28 +50,28 @@ spec:
5050
image: postgres@sha256:3bfb87432e26badf72d727a0c5f5bb7b81438cd9baec5be8531c70a42b07adc6
5151
command: ["sh", "-c", "'true'"]
5252
- name: prepuller-38
53-
# 3.8.19-bookworm
54-
image: "python@sha256:4d3590657cf443010b58ae94a09c59505a750744ed70d2028b35dac101df5e3a"
53+
# 3.8.20-bookworm
54+
image: "python@sha256:f53fd710218c3c5415229037afaf04d0f32acba87dd90d48863fbdab4227ac89"
5555
command: ["sh", "-c", "'true'"]
5656
- name: prepuller-39
57-
# 3.9.19-bookworm
58-
image: "python@sha256:e298e2e898691a938073f670dac8ef1a551c83344b67b5d8e32d1fbc8e0b57f8"
57+
# 3.9.20-bookworm
58+
image: "python@sha256:dbb0be5b67aa84b9e3e4f325c7844ab439f40a5cca717c5b24e671cfb41dbb46"
5959
command: ["sh", "-c", "'true'"]
6060
- name: prepuller-310
61-
# 3.10.14-bookworm
62-
image: "python@sha256:c0352a2c64efe4cc08b198e90b97ed7e08897518c4bee99647e3eaf676e84951"
61+
# 3.10.15-bookworm
62+
image: "python@sha256:b346d9d55e40cd6079db55370581b3bd24067acf5f1acc386107ec0843102ec9"
6363
command: ["sh", "-c", "'true'"]
6464
- name: prepuller-311
65-
# 3.11.9-bookworm
66-
image: "python@sha256:0c2928128a96e544a1ee248e50ee8ecbe840bf48ef5a49065812e3d06b6e1bcc"
65+
# 3.11.10-bookworm
66+
image: "python@sha256:3cd9b520be95c671135ea1318f32be6912876024ee16d0f472669d3878801651"
6767
command: ["sh", "-c", "'true'"]
6868
- name: prepuller-312
69-
# 3.12.4-bookworm
70-
image: "python@sha256:83f5f8714b6881d3e0e91023d9fe9e43aa6ad5a04e9f9a94ee180b18b021c72a"
69+
# 3.12.6-bookworm
70+
image: "python@sha256:af6fa5c329d6bd6dec52855ccb8bb37c30fb8f00819953a035d49499e43b2c9b"
7171
command: ["sh", "-c", "'true'"]
7272
- name: prepuller-313
73-
# 3.13.0rc1-bookworm
74-
image: "python@sha256:50446a4de6987bff979654da0a476746cdc2d5dfb8d0be2d99bac805f2f40281"
73+
# 3.13.0rc2-bookworm
74+
image: "python@sha256:3aed70fd4585395e47c6005f0082b966151561f3c4070a3ed9d2fb594bbf44b8"
7575
command: ["sh", "-c", "'true'"]
7676

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

0 commit comments

Comments
 (0)