forked from TrueCloudLab/frostfs-node
Move Docker files into a separate directory
Dock docker files in .docker directory Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
45cd851c46
commit
af412f7874
11 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -69,7 +69,7 @@ image-aio: images
|
|||
--build-arg HUB_IMAGE=$(HUB_IMAGE) \
|
||||
--build-arg HUB_TAG=$(HUB_TAG) \
|
||||
--rm \
|
||||
-f Dockerfile.aio \
|
||||
-f .docker/Dockerfile.aio \
|
||||
-t $(HUB_IMAGE)-aio:$(HUB_TAG) .
|
||||
|
||||
# Build NeoFS component's docker image
|
||||
|
@ -79,7 +79,7 @@ image-%:
|
|||
--build-arg REPO=$(REPO) \
|
||||
--build-arg VERSION=$(VERSION) \
|
||||
--rm \
|
||||
-f Dockerfile.$* \
|
||||
-f .docker/Dockerfile.$* \
|
||||
-t $(HUB_IMAGE)-$*:$(HUB_TAG) .
|
||||
|
||||
# Build all Docker images
|
||||
|
|
Loading…
Reference in a new issue