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
jupyter
jlab-eda
Commits
cf2688e4
Commit
cf2688e4
authored
May 18, 2021
by
Casey Spicer
Browse files
corrected FROM statements
parent
db35ca81
Pipeline
#266316
passed with stages
in 38 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
13 deletions
+10
-13
Dockerfile
Dockerfile
+8
-13
hardening_manifest.yaml
hardening_manifest.yaml
+2
-0
No files found.
Dockerfile
View file @
cf2688e4
#ARG BASE_REGISTRY=registry1.dso.mil
ARG
STAGE_REGISTRY=registry1.dso.mil
#ARG BASE_IMAGE=ironbank/carnegie-mellon/python-ai/python38-ai
ARG
STAGE_IMAGE=ironbank/carnegie-mellon/python-ai/python38-ai
#ARG BASE_TAG=3.8
ARG
STAGE_TAG=3.8
#FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS multi-stage
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/opensource/jupyter/jupyterlab
FROM
registry1.dso.mil/ironbank/carnegie-mellon/python-ai/python38-ai:3.8 AS multi-stage
ARG
BASE_TAG=3.0.14
FROM
${STAGE_REGISTRY}/${STAGE_IMAGE}:${STAGE_TAG} AS multi-stage
ARG
BASE_REGISTRY="registry1.dso.mil"
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG
BASE_IMAGE="ironbank/opensource/jupyter/jupyterlab"
ARG
BASE_TAG="latest"
#FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
registry1.dso.mil/ironbank/opensource/jupyter/jupyterlab:latest
COPY
--from=multi-stage /opt/python /opt/python
COPY
--from=multi-stage /opt/python /opt/python
...
...
hardening_manifest.yaml
View file @
cf2688e4
...
@@ -13,6 +13,8 @@ tags:
...
@@ -13,6 +13,8 @@ tags:
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
args
:
args
:
STAGE_IMAGE
:
"
ironbank/carnegie-mellon/python-ai/python38-ai"
STAGE_TAG
:
"
3.8"
BASE_IMAGE
:
"
opensource/jupyter/jupyterlab"
BASE_IMAGE
:
"
opensource/jupyter/jupyterlab"
BASE_TAG
:
"
3.0.14"
BASE_TAG
:
"
3.0.14"
...
...
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