Skip to content

Commit c95b0ef

Browse files
author
Robert Marshall
committed
Bump build container image to 5.6.0
- Build container 5.6.0 introduces perl-IPC-Cmd to Enterprise Linux compatible build containers. This new package enables OpenSSL 3.0 package builds to complete. Related https://gitlab.com/gitlab-org/gitlab/-/issues/341435 Signed-off-by: Robert Marshall <[email protected]>
1 parent dd5b541 commit c95b0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ variables:
4242
# To be used for images that exist only on dev.gitlab.org
4343
DEV_BUILDER_IMAGE_REGISTRY: 'dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder'
4444
PUBLIC_BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder"
45-
BUILDER_IMAGE_REVISION: "5.5.0"
45+
BUILDER_IMAGE_REVISION: "5.6.0"
4646
# The registry to pull the assets image from
4747
ASSET_REGISTRY: "${CI_REGISTRY}"
4848
ASSET_SYNC_EXISTING_REMOTE_FILES: "keep"

0 commit comments

Comments
 (0)