mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-01-31 06:09:39 +01:00
8 lines
214 B
Docker
8 lines
214 B
Docker
FROM gcr.io/kaniko-project/executor:debug
|
|
|
|
COPY entrypoint.sh /
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
LABEL repository="https://github.com/aevea/action-kaniko" \
|
|
maintainer="Alex Viscreanu <alexviscreanu@gmail.com>"
|