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-10-09 07:39:03 +07:00

3 lines
104 B
Docker

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