This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,3 +1,12 @@
|
||||
FROM gcr.io/kaniko-project/executor:v1.23.2
|
||||
FROM gcr.io/go-containerregistry/crane:v0.20.3 AS crane
|
||||
|
||||
#####
|
||||
|
||||
FROM gcr.io/kaniko-project/executor:v1.23.2-debug
|
||||
|
||||
ADD rootca.pem /usr/local/share/ca-certificates/rootca.pem
|
||||
|
||||
COPY --from=crane /ko-app/crane /bin/crane
|
||||
COPY entrypoint /kaniko/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/kaniko/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user