Do not use build-arg for image-aio-local
There is not arguments in Dockerfile.local Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
fe05390238
commit
ce00bcee2d
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -44,11 +44,6 @@ image-aio-local:
|
|||
@docker build \
|
||||
--rm \
|
||||
-f Dockerfile.local \
|
||||
--build-arg FROSTFS_CORE_TAG=$(FROSTFS_CORE_TAG) \
|
||||
--build-arg FROSTFS_HTTP_GATE_TAG=$(FROSTFS_HTTP_GATE_TAG) \
|
||||
--build-arg FROSTFS_S3_GATE_TAG=$(FROSTFS_S3_GATE_TAG) \
|
||||
--build-arg FROSTFS_S3_LIFECYCLER_TAG=$(FROSTFS_S3_LIFECYCLER_TAG) \
|
||||
--build-arg NEOGO_TAG=$(NEOGO_TAG) \
|
||||
-t $(AIO_IMAGE):$(AIO_VERSION) .
|
||||
|
||||
# Build aio Docker image with custom binaries
|
||||
|
|
Loading…
Reference in a new issue