1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-01-30 22:09:37 +01:00
action-kaniko/Dockerfile

9 lines
214 B
Text
Raw Normal View History

2020-02-15 18:55:26 +01:00
FROM gcr.io/kaniko-project/executor:debug
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
2020-04-25 23:23:21 +02:00
LABEL repository="https://github.com/aevea/action-kaniko" \
2020-02-15 18:55:26 +01:00
maintainer="Alex Viscreanu <alexviscreanu@gmail.com>"