Updated build script

This commit is contained in:
Alexey Pustovalov 2021-10-06 23:18:23 +02:00
parent cbce7bfc21
commit 636bf46966

View File

@ -37,7 +37,7 @@ else
VCS_REF=$MAJOR_VERSION.$MINOR_VERSION
fi
docker build -t zabbix-$app_component:$os-$version --build-arg VCS_REF="$VCS_REF" --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` -f Dockerfile .
DOCKER_BUILDKIT=1 docker build -t zabbix-$app_component:$os-$version --build-arg VCS_REF="$VCS_REF" --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` -f Dockerfile .
if [ "$type" != "build" ]; then
links=""