mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
containerized-build: set WORKDIR and use in make target
By setting the WORKDIR in the container image, there is no need to pass it on the commandline in the Makefile. This makes the line for the make target a little cleaner. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
ceef252a24
commit
2c6c0decbe
@ -18,3 +18,5 @@ RUN dnf -y install \
|
||||
librbd-devel \
|
||||
&& dnf -y update \
|
||||
&& true
|
||||
|
||||
WORKDIR "/go/src/github.com/ceph/ceph-csi"
|
||||
|
Reference in New Issue
Block a user