oci/base/alpine-image-builder/Dockerfile: update
This commit is contained in:
parent
e6012f0918
commit
2f7abc6035
@ -14,8 +14,7 @@ FROM alpine:latest AS prod
|
||||
WORKDIR /src/
|
||||
|
||||
COPY --from=builder /src/go/bin/executor /kaniko/
|
||||
COPY setup-kaniko-auth.sh /kaniko/setup-kaniko-auth.sh
|
||||
RUN apk --no-cache add ca-certificates git && \
|
||||
chmod +x /kaniko/setup-kaniko-auth.sh
|
||||
COPY setup-kaniko-auth.sh /kaniko/
|
||||
RUN apk --no-cache add ca-certificates git && chmod +x /kaniko/setup-kaniko-auth.sh
|
||||
|
||||
ENTRYPOINT ["/bin/sh"]
|
||||
|
||||
0
oci/base/alpine-image-builder/setup-kaniko-auth.sh
Normal file → Executable file
0
oci/base/alpine-image-builder/setup-kaniko-auth.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user