Skip to content

Commit af110cd

Browse files
ci: Migrate docker in docker arm64 runner tag (#1012)
We have completed the migration of the docker in docker arm64 runners to MicroVMs on K8s. We can now re-use the original tag we had `docker-in-docker:arm64` to have alignment with the amd64 microVMs. This is a cosmetic change that does not affect the functionality of the runner. Campaign ran by @jorgetomtz Co-authored-by: campaigner-prod[bot] <87874424+campaigner-prod[bot]@users.noreply.github.com>
1 parent 987c783 commit af110cd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ signed layer bundle:
330330
build java lambdas:
331331
stage: integration-tests
332332
image: registry.ddbuild.io/images/docker:27.3.1
333-
tags: ["docker-in-docker:microvm-arm64"]
333+
tags: ["docker-in-docker:arm64"]
334334
rules:
335335
- when: on_success
336336
needs: []
@@ -349,7 +349,7 @@ build java lambdas:
349349
build dotnet lambdas:
350350
stage: integration-tests
351351
image: registry.ddbuild.io/images/docker:27.3.1
352-
tags: ["docker-in-docker:microvm-arm64"]
352+
tags: ["docker-in-docker:arm64"]
353353
rules:
354354
- when: on_success
355355
needs: []
@@ -368,7 +368,7 @@ build dotnet lambdas:
368368
build python lambdas:
369369
stage: integration-tests
370370
image: registry.ddbuild.io/images/docker:27.3.1
371-
tags: ["docker-in-docker:microvm-arm64"]
371+
tags: ["docker-in-docker:arm64"]
372372
rules:
373373
- when: on_success
374374
needs: []
@@ -387,7 +387,7 @@ build python lambdas:
387387
build node lambdas:
388388
stage: integration-tests
389389
image: registry.ddbuild.io/images/docker:27.3.1
390-
tags: ["docker-in-docker:microvm-arm64"]
390+
tags: ["docker-in-docker:arm64"]
391391
rules:
392392
- when: on_success
393393
needs: []

0 commit comments

Comments
 (0)