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

3 lines
114 B
Docker

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