Skip to content
Snippets Groups Projects
Commit d9d1ed5f authored by Stan Hu's avatar Stan Hu
Browse files

Bump BUILDER_IMAGE_REVISION to v3.3.1

This revision introduces new FIPS builder images for Ubuntu 18.04,
Ubuntu 20.04, and CentOS 8. These will make it possible for Golang
programs to link against the system OpenSSL. We use these in the FIPS
branch builds.

Changelog: changed
parent d9e659f4
1 merge request!72Intermediate build for testing purposes
......@@ -63,7 +63,7 @@
# will use images from that registry and not depend on GitLab.com
BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder"
PUBLIC_BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder"
BUILDER_IMAGE_REVISION: "3.2.0"
BUILDER_IMAGE_REVISION: "3.3.1"
# The registry to pull the assets image from
ASSET_REGISTRY: "${CI_REGISTRY}"
ASSET_SYNC_EXISTING_REMOTE_FILES: "keep"
......
......@@ -592,6 +592,6 @@
<<: *branch_build
<<: *dev-ee-branch-only
CentOS-8-fips-branch:
image: "${BUILDER_IMAGE_REGISTRY}/centos_8:${BUILDER_IMAGE_REVISION}"
image: "${BUILDER_IMAGE_REGISTRY}/centos_8_fips:${BUILDER_IMAGE_REVISION}"
extends: .fips_branch_template
Ubuntu-18.04-fips-branch:
......@@ -596,5 +596,5 @@
extends: .fips_branch_template
Ubuntu-18.04-fips-branch:
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_18.04:${BUILDER_IMAGE_REVISION}"
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_18.04_fips:${BUILDER_IMAGE_REVISION}"
extends: .fips_branch_template
Ubuntu-20.04-fips-branch:
......@@ -599,6 +599,6 @@
extends: .fips_branch_template
Ubuntu-20.04-fips-branch:
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_20.04:${BUILDER_IMAGE_REVISION}"
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_20.04_fips:${BUILDER_IMAGE_REVISION}"
extends: .fips_branch_template
Docker-branch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment