You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LABEL org.opencontainers.image.description='An extension of kaniko-project/executor that contains some script for deploying maven projects to CHP5 @ NPO'
ENV KANIKO_SCRIPTS=/
COPY scripts/* $KANIKO_SCRIPTS
RUN chmod +x ${KANIKO_SCRIPTS}script.sh
# This is default for docker, handy in gitlab when it is like that, so you don't need to specifiy it everytime