Move Docker files into a separate directory

Dock docker files in .docker directory

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
remotes/fyrchik/meta-pebble
Stanislav Bogatyrev 2021-07-09 16:29:52 +03:00 committed by Stanislav Bogatyrev
parent 45cd851c46
commit af412f7874
11 changed files with 2 additions and 2 deletions

View File

@ -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