You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull CI images from registry.ddbuild.io
Revert prefix name and add ci- prefix
Merge branch 'master' into sarahchen6/update-ci-images
Merge branch 'master' into sarahchen6/update-ci-images
Remove update-docker-build-image from README
Merge branch 'master' into sarahchen6/update-ci-images
Merge branch 'master' into sarahchen6/update-ci-images
Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
_Trigger:_ Quarterly released, loosely [a day after the new image tag is created](https://github.com/DataDog/dd-trace-java-docker-build/blob/master/.github/workflows/docker-tag.yml).
97
-
98
-
_Action:_ Update the Docker build image used in GitLab CI with the latest tag.
99
-
100
-
_Recovery:_ Download artifacts and upload them manually to the related _download release_.
101
-
102
-
_Notes:_ Manually trigger the action again given the desired image tag as input.
BUILDER_IMAGE_VERSION_PREFIX: "v26.02-"# use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
32
+
BUILDER_IMAGE_REPO: "registry.ddbuild.io/images/mirror/dd-trace-java-docker-build"# images are pinned in images/mirror.lock.yaml in the DataDog/images repo
33
+
BUILDER_IMAGE_VERSION_PREFIX: "ci-"# use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "ci-" or "123_merge-")
0 commit comments