UNCLASSIFIED

Commit 5146bfc0 authored by Elvis Chi's avatar Elvis Chi 💬
Browse files

Merge branch 'update-base' into 'development'

Update base

See merge request !25
parents a0dc1e10 cae6108d
Pipeline #453202 passed with stages
in 16 minutes and 1 second
ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs12 ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs12
ARG BASE_TAG=12.22.1 ARG BASE_TAG=12.22.5
FROM kubeflow-images-public/katib/katib-frontend:v0.2 as base FROM kubeflow-images-public/katib/katib-frontend:v0.2 as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as dev FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as dev
USER 0 USER 0
......
...@@ -14,7 +14,7 @@ tags: ...@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "opensource/nodejs/nodejs12" BASE_IMAGE: "opensource/nodejs/nodejs12"
BASE_TAG: "12.22.1" BASE_TAG: "12.22.5"
# Docker image labels # Docker image labels
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