UNCLASSIFIED

Commit 77002fd6 authored by Karol Stolarski's avatar Karol Stolarski
Browse files

Removed label comment

parent bed235cb
Pipeline #122154 passed with stage
in 5 seconds
......@@ -4,8 +4,6 @@ ARG BASE_IMAGE=ubi8
ARG BASE_TAG=8.3
FROM kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
# Label
ENV LANG C.UTF-8
RUN mkdir -p /app
COPY --from=base /webhook /app
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