Fix: entrypoint.sh location
All checks were successful
Build image / release-image (push) Successful in 51s
All checks were successful
Build image / release-image (push) Successful in 51s
This commit is contained in:
@@ -7,6 +7,6 @@ FROM gcr.io/kaniko-project/executor:v1.23.2-debug
|
|||||||
ADD rootca.pem /usr/local/share/ca-certificates/rootca.pem
|
ADD rootca.pem /usr/local/share/ca-certificates/rootca.pem
|
||||||
|
|
||||||
COPY --from=crane /ko-app/crane /bin/crane
|
COPY --from=crane /ko-app/crane /bin/crane
|
||||||
COPY entrypoint /kaniko/entrypoint.sh
|
COPY entrypoint.sh /kaniko/entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/kaniko/entrypoint.sh"]
|
ENTRYPOINT ["/kaniko/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user