mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-06-09 21:45:08 +02:00
Initial commit
This commit is contained in:
commit
dc53dd09d6
5 changed files with 142 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM gcr.io/kaniko-project/executor:debug
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue