Skip to content

Commit

Permalink
fixing the docker file to include the correct binary for the build, c…
Browse files Browse the repository at this point in the history
…urrently all built images have the linux/amd64 binary
  • Loading branch information
vamage committed Oct 10, 2024
1 parent bccce0d commit 9aff3a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt update && apt upgrade -y && apt-mark unhold libcap2
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs btrfs-progs open-iscsi

CMD service iscsid start
COPY ./bin/iscsiplugin /iscsiplugin
ARG binary="./bin/iscsiplugin"
COPY $binary /iscsiplugin

ENTRYPOINT ["/iscsiplugin"]

0 comments on commit 9aff3a8

Please sign in to comment.