UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
registry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iron Bank Containers
Opensource
goharbor
registry
Merge requests
!93
Aindihar
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Aindihar
aindihar
into
development
Overview
0
Commits
2
Pipelines
1
Changes
3
Merged
Alexander Indihar
requested to merge
aindihar
into
development
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
2a8f3497
2 commits,
1 year ago
3 files
+
14
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Dockerfile
+
2
−
1
Options
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG
BASE_TAG=9.
2
ARG
BASE_TAG=9.
3
FROM
goharbor/registry-photon:v2.9.1
as
base
@@ -9,6 +9,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN
groupadd
-g
1000 harbor
&&
\
useradd
-r
-u
1000
-m
-s
/sbin/nologin
-g
harbor harbor
&&
\
dnf
-y
update
--refresh
&&
\
dnf
-y
upgrade
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
Loading