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
A
aiml
r
rstudio
Commits
d9de9c8d
Commit
d9de9c8d
authored
Aug 19, 2021
by
Al Fontaine
Browse files
Merge branch 'al' into 'development'
Al See merge request
!15
parents
a98d8420
17f38c50
Pipeline
#434993
passed with stages
in 26 minutes and 30 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
Dockerfile
Dockerfile
+6
-1
hardening_manifest.yaml
hardening_manifest.yaml
+2
-2
No files found.
Dockerfile
View file @
d9de9c8d
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/opensource/r/r-studio
ARG
BASE_TAG=latest
FROM
registry1.dso.mil/ironbank/aiml/python/python-r-ai as base
FROM
registry1.dso.mil/ironbank/aiml/python/python-r-ai as base
FROM
registry1.dso.mil/ironbank/opensource/r/r-studio as final
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY
--from=base /usr/local/bin/ /usr/local/bin/
COPY
--from=base /usr/local/bin/ /usr/local/bin/
COPY
--from=base /usr/local/lib/ /usr/local/lib/
COPY
--from=base /usr/local/lib/ /usr/local/lib/
...
...
hardening_manifest.yaml
View file @
d9de9c8d
...
@@ -13,8 +13,8 @@ tags:
...
@@ -13,8 +13,8 @@ tags:
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
args
:
args
:
BASE_IMAGE
:
"
carnegie-mellon/python-ai/python38-ai
"
BASE_IMAGE
:
"
opensource/r/r-studio
"
BASE_TAG
:
"
3.8
"
BASE_TAG
:
"
1.4.1717
"
# Docker image labels
# Docker image labels
labels
:
labels
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment