gitlab-build-images/Dockerfile.kaniko
Rémy Coutable 851644234c
Introduce a new kaniko image that includes Git
Signed-off-by: Rémy Coutable <remy@rymai.me>
2021-05-10 15:46:27 +02:00

5 lines
153 B
Docker

FROM gcr.io/kaniko-project/executor:debug-v1.3.0 AS kaniko
FROM alpine/git
COPY --from=kaniko /kaniko/executor /kaniko/
ENTRYPOINT ["/kaniko/executor"]