UNCLASSIFIED

Commit d3e25ec8 authored by Al Fontaine's avatar Al Fontaine
Browse files

Merge branch 'alfontaine-development-patch-04521' into 'development'

Update Dockerfile

See merge request !18
parents 04db9870 5128b318
Pipeline #451052 passed with stages
in 26 minutes and 51 seconds
ARG GITLAB_VERSION=v14.2.0-ubi8 ARG GITLAB_VERSION=v14.2.0-ubi8
ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=gitlab/gitlab/gitlab-rails ARG BASE_IMAGE=gitlab/gitlab/gitlab-rails
ARG BASE_TAG=14.2.0 ARG BASE_TAG=14.2.0
...@@ -25,4 +25,4 @@ RUN dnf clean all \ ...@@ -25,4 +25,4 @@ RUN dnf clean all \
USER ${GITLAB_USER}:${GITLAB_USER} USER ${GITLAB_USER}:${GITLAB_USER}
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment