Initial commit

This commit is contained in:
Alex Viscreanu
2020-02-15 18:55:26 +01:00
commit b351432674
6 changed files with 347 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM gcr.io/kaniko-project/executor:debug
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
LABEL repository="https://github.com/outillage/action-kaniko" \
maintainer="Alex Viscreanu <alexviscreanu@gmail.com>"