Skip to content
Snippets Groups Projects
Commit 78919567 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Supplemented docker buildx build command by --load option

parent 194d686e
No related branches found
No related tags found
3 merge requests!503v1.27.5.18 Release,!496Draft: Msobczyk/encrypt profile,!475Issue #83 - use std image build procedure
...@@ -146,6 +146,7 @@ docker buildx build --target="${DOCKER_TARGET}" \ ...@@ -146,6 +146,7 @@ docker buildx build --target="${DOCKER_TARGET}" \
--tag "${CLIVE_IMAGE_NAME}" \ --tag "${CLIVE_IMAGE_NAME}" \
--tag "${REGISTRY}minimal-instance:${IMAGE_TAG_PREFIX}${BUILD_IMAGE_TAG}" \ --tag "${REGISTRY}minimal-instance:${IMAGE_TAG_PREFIX}${BUILD_IMAGE_TAG}" \
--tag "${REGISTRY}instance:${IMAGE_TAG_PREFIX}${BUILD_IMAGE_TAG}" \ --tag "${REGISTRY}instance:${IMAGE_TAG_PREFIX}${BUILD_IMAGE_TAG}" \
--load \
--file docker/Dockerfile . --file docker/Dockerfile .
popd popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment