We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccce0d commit 9aff3a8Copy full SHA for 9aff3a8
Dockerfile
@@ -18,6 +18,7 @@ RUN apt update && apt upgrade -y && apt-mark unhold libcap2
18
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs btrfs-progs open-iscsi
19
20
CMD service iscsid start
21
-COPY ./bin/iscsiplugin /iscsiplugin
+ARG binary="./bin/iscsiplugin"
22
+COPY $binary /iscsiplugin
23
24
ENTRYPOINT ["/iscsiplugin"]
0 commit comments