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
Commits
251084be
Commit
251084be
authored
3 years ago
by
Andy Maksymowicz
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' into 'master'
Development See merge request
!26
parents
93858b76
b85898e3
No related branches found
No related tags found
1 merge request
!26
Development
Pipeline
#2200989
failed
1 year ago
Changes
1
Pipelines
690
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
with
2 additions
and
1 deletion
Dockerfile
+
2
−
1
View file @
251084be
...
...
@@ -9,6 +9,7 @@ ARG DEFAULTGID=1001
COPY
rda-converter.zip /tmp
RUN
microdnf
install
-y
unzip shadow-utils
&&
\
microdnf update
-y
&&
\
groupadd
-g
${
DEFAULTGID
}
-r
default
&&
\
useradd
-u
${
DEFAULTUID
}
-r
-g
default default
&&
\
unzip /tmp/rda-converter.zip
-d
/usr/local/bin
&&
\
...
...
@@ -20,4 +21,4 @@ HEALTHCHECK none
USER
${DEFAULTUID}
ENTRYPOINT
["/usr/local/bin/rda-converter"]
\ No newline at end of file
ENTRYPOINT
["/usr/local/bin/rda-converter"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment