mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Introduce a new kaniko image that includes Git
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
1bbac35a38
commit
851644234c
2 changed files with 7 additions and 0 deletions
5
Dockerfile.kaniko
Normal file
5
Dockerfile.kaniko
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM gcr.io/kaniko-project/executor:debug-v1.3.0 AS kaniko
|
||||
FROM alpine/git
|
||||
COPY --from=kaniko /kaniko/executor /kaniko/
|
||||
|
||||
ENTRYPOINT ["/kaniko/executor"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue