Skip to content

Commit 991e0a2

Browse files
build(deps): update docker:29.1.1 docker digest to 9b20eb2 (#1036)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent e855a4b commit 991e0a2

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.gitlab/workflows/devcontainer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dev-container-publish:
2-
image: docker:29.1.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
2+
image: docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
33
parallel:
44
matrix:
55
- PYTHON_VERSION:
@@ -60,7 +60,7 @@ dev-container-publish:
6060
--target dev
6161
fi
6262
services:
63-
- docker:29.1.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
63+
- docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
6464
stage: build
6565
variables:
6666
DOCKER_TLS_CERTDIR: /certs

.gitlab/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pages:
3131
variables:
3232
GIT_STRATEGY: none
3333
container-publish:
34-
image: docker:29.1.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
34+
image: docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
3535
parallel:
3636
matrix:
3737
- PYTHON_VERSION:
@@ -91,7 +91,7 @@ container-publish:
9191
--tag ${CI_REGISTRY_IMAGE}:py${PYTHON_VERSION}-${CI_COMMIT_TAG} \
9292
--target prod
9393
services:
94-
- docker:29.1.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
94+
- docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
9595
stage: release
9696
variables:
9797
DOCKER_TLS_CERTDIR: /certs

template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/devcontainer.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% from pathjoin("includes", "version_compare.jinja") import version_between %}
22
dev-container-publish:
3-
image: docker:29.1.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
3+
image: docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
44
parallel:
55
matrix:
66
- PYTHON_VERSION:
@@ -71,7 +71,7 @@ dev-container-publish:
7171
--target dev
7272
fi
7373
services:
74-
- docker:29.1.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
74+
- docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
7575
stage: build
7676
variables:
7777
DOCKER_TLS_CERTDIR: /certs

template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/release.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pages:
3232
variables:
3333
GIT_STRATEGY: none
3434
container-publish:
35-
image: docker:29.1.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
35+
image: docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
3636
parallel:
3737
matrix:
3838
- PYTHON_VERSION:
@@ -102,7 +102,7 @@ container-publish:
102102
--tag ${CI_REGISTRY_IMAGE}:py${PYTHON_VERSION}-${CI_COMMIT_TAG} \
103103
--target prod
104104
services:
105-
- docker:29.1.1@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
105+
- docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
106106
stage: release
107107
variables:
108108
DOCKER_TLS_CERTDIR: /certs

0 commit comments

Comments
 (0)