UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 82c79b5b authored by Andrew Patterson's avatar Andrew Patterson
Browse files

Explicitly set ARG UBI_IMAGE

Upstream Dockerfiles no longer set ARG UBI_IMAGE, so explictly set them to
point to RedHat minimal UBI image.
parent 73590ae3
No related branches found
No related tags found
2 merge requests!43Update gitlab to master,!41Update GitLab to the 17.7.0 Minor Feature Release
Pipeline #3859033 passed with warnings
......@@ -5,7 +5,7 @@ ARG BASE_TAG=17.7.0
ARG UBI_TAG=9.5
ARG RUBY_IMAGE=${BASE_REGISTRY}/gitlab/gitlab/gitlab-ruby:${BASE_TAG}
ARG UBI_IMAGE=
ARG UBI_IMAGE=${BASE_REGISTRY}/redhat/ubi/ubi9-minimal:${UBI_TAG}
FROM ${RUBY_IMAGE} as target
......
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