kaniko-action/Dockerfile

7 lines
144 B
Text
Raw Normal View History

2024-11-03 13:08:14 +00:00
FROM gcr.io/kaniko-project/executor:v1.23.2-debug
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
2024-11-04 21:17:23 +00:00
ENTRYPOINT ["/entrypoint.sh"]