Skip to content

Commit

Permalink
apply CR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 committed Dec 15, 2022
1 parent 320d4f5 commit 5b00b61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
FROM alpine:3.17.0
RUN ["apk", "add", "--no-cache", "--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community", "skopeo>=1.2.0"]

ARG TARGETARCH
COPY k8s-image-swapper-$TARGETARCH /k8s-image-swapper
COPY k8s-image-swapper /

ENTRYPOINT ["/k8s-image-swapper"]

Expand Down

0 comments on commit 5b00b61

Please sign in to comment.