UNCLASSIFIED

Commit d9de9c8d authored by Al Fontaine's avatar 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
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/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/lib/ /usr/local/lib/
......
......@@ -13,8 +13,8 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "carnegie-mellon/python-ai/python38-ai"
BASE_TAG: "3.8"
BASE_IMAGE: "opensource/r/r-studio"
BASE_TAG: "1.4.1717"
# Docker image labels
labels:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment