Skip to content

Commit

Permalink
Merge pull request #182 from reasonerjt/replace-busybox-cp-1.7
Browse files Browse the repository at this point in the history
Minor fix to the cp command in Dockerfile
  • Loading branch information
ywk253100 authored Apr 14, 2023
2 parents 0ea7f33 + a3bfe18 commit e1f5fcd
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 @@ -34,4 +34,4 @@ FROM scratch
COPY --from=build /go/bin/velero-plugin-for-microsoft-azure /plugins/
COPY --from=build /go/bin/cp-plugin /bin/cp-plugin
USER 65532:65532
ENTRYPOINT ["cp", "/plugins/velero-plugin-for-microsoft-azure", "/target/velero-plugin-for-microsoft-azure"]
ENTRYPOINT ["cp-plugin", "/plugins/velero-plugin-for-microsoft-azure", "/target/velero-plugin-for-microsoft-azure"]

0 comments on commit e1f5fcd

Please sign in to comment.