mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-09 09:09:59 +02:00
Initial commit
This commit is contained in:
commit
b351432674
6 changed files with 347 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal 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>"
|
Loading…
Add table
Add a link
Reference in a new issue