This repository has been archived on 2025-10-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kaniko/Dockerfile
2024-04-29 11:42:36 +02:00

3 lines
96 B
Docker

FROM gcr.io/kaniko-project/executor:debug
COPY build.sh /usr/local/bin/
ENTRYPOINT ["build.sh"]