UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
G
GitLab
Gitlab
Gitlab-toolbox
Compare Revisions
04db9870d2ecdf68ef151053ba5a2d4c37b78fb2...d3e25ec8e76eb7fa6af59031a48e24a0736ccece
Commits (2)
Update Dockerfile
· 5128b318
Al Fontaine
authored
Aug 25, 2021
5128b318
Merge branch 'alfontaine-development-patch-04521' into 'development'
· d3e25ec8
Al Fontaine
authored
Aug 25, 2021
Update Dockerfile See merge request
!18
d3e25ec8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
d3e25ec8
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