mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
5 lines
153 B
Docker
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"]
|