Skip to content

Commit

Permalink
Upped kaniko.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Dec 11, 2024
1 parent 9364836 commit 4efeff5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/s
ENV KANIKO_SCRIPTS=/
ENV HELM_SCRIPTS=/

COPY --from=ghcr.io/npo-poms/kaniko:6 /dockerfile-functions.sh $KANIKO_SCRIPTS
COPY --from=ghcr.io/npo-poms/kaniko:7 /dockerfile-functions.sh $KANIKO_SCRIPTS
COPY scripts/* $HELM_SCRIPTS


Expand All @@ -39,7 +39,9 @@ RUN chmod +x /script.sh && \

WORKDIR /workspace

# This is default for docker, handy in gitlab when it is like that, so you don't need to specifiy it everytime
ENTRYPOINT ["/bin/sh", "-c"]
#CMD ["bash"]
CMD ["sh"]


RUN date > /DOCKER.BUILD

0 comments on commit 4efeff5

Please sign in to comment.