UNCLASSIFIED

Commit 12fcab46 authored by Christopher Vernooy's avatar Christopher Vernooy
Browse files

Merge branch 'testing' into 'development'

Removed label comment

See merge request !5
parents bed235cb 77002fd6
Pipeline #220005 passed with stages
in 10 minutes
...@@ -4,8 +4,6 @@ ARG BASE_IMAGE=ubi8 ...@@ -4,8 +4,6 @@ ARG BASE_IMAGE=ubi8
ARG BASE_TAG=8.3 ARG BASE_TAG=8.3
FROM kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c AS base FROM kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
# Label
ENV LANG C.UTF-8
RUN mkdir -p /app RUN mkdir -p /app
COPY --from=base /webhook /app COPY --from=base /webhook /app
RUN dnf upgrade -y && \ RUN dnf upgrade -y && \
......
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