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-05-10 11:59:30 +02:00

3 lines
104 B
Docker

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