Skip to content

Commit

Permalink
fix: standard_init_linux.go:228: exec user process caused: exec forma…
Browse files Browse the repository at this point in the history
…t error
  • Loading branch information
estahn committed Jul 2, 2022
1 parent cd83ec0 commit b7d0c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# TODO: Using alpine for now due to easier installation of skopeo
# Will use distroless after incorporating skopeo into the webhook directly
FROM alpine:3.15.3
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community "skopeo>=1.2.0"
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community skopeo>=1.2.0

COPY k8s-image-swapper /

Expand Down

0 comments on commit b7d0c89

Please sign in to comment.