UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
converter
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Iron Bank Containers
BDP
RDA
converter
Merge requests
!19
add HEALTHCHECK
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add HEALTHCHECK
update-converter
into
development
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Luke Stigdon
requested to merge
update-converter
into
development
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
#2 (closed)
0
0
Merge request reports
Viewing commit
fe7c8fbd
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fe7c8fbd
add HEALTHCHECK
· fe7c8fbd
Luke Stigdon
authored
3 years ago
Dockerfile
+
2
−
0
Options
@@ -16,6 +16,8 @@ RUN microdnf install -y unzip shadow-utils && \
microdnf clean all
&&
\
rm
-rf
/var/cache/yum /var/tmp/
*
/tmp/
*
/var/tmp/.???
*
/tmp/.???
*
HEALTHCHECK
none
USER
${DEFAULTUID}
ENTRYPOINT
["/usr/local/bin/rda-converter"]
\ No newline at end of file
Loading