6 lines
143 B
Text
6 lines
143 B
Text
|
FROM gcr.io/kaniko-project/executor:v1.23.2-debug
|
||
|
|
||
|
COPY entrypoint.sh /entrypoint.sh
|
||
|
RUN chmod +x /entrypoint.sh
|
||
|
|
||
|
ENTRYPOINT ["/entrypoint.sh"]
|