UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
monitoring-alloy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
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
gradle
develocity
monitoring-alloy
Merge requests
!21
Updateto include files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
Updateto include files
UpdatetoIncludeFiles
into
development
Overview
1
Commits
5
Pipelines
1
Changes
3
Merged
Imported
Anthony Hernandez
requested to merge
UpdatetoIncludeFiles
into
development
1 year ago
Overview
1
Commits
5
Pipelines
1
Changes
3
Expand
👍
0
👎
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
da62d072
5 commits,
1 year ago
3 files
+
49
−
0
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
0 → 100644
+
13
−
0
Options
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.7
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN
dnf update
-y
--nodocs
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
HEALTHCHECK
NONE
USER
nobody
Loading