disable provenance
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
878132923d
commit
79709a2058
2
.github/workflows/build-test-images.yml
vendored
2
.github/workflows/build-test-images.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
azure_windows_image_id:
|
azure_windows_image_id:
|
||||||
description: Windows image URN to deploy
|
description: Windows image URN to deploy
|
||||||
required: true
|
required: true
|
||||||
default: MicrosoftWindowsServer:WindowsServer:2022-datacenter:20348.350.2111030009
|
default: MicrosoftWindowsServer:WindowsServer:2022-datacenter:latest
|
||||||
azure_vm_size:
|
azure_vm_size:
|
||||||
description: Windows image builder VM size
|
description: Windows image builder VM size
|
||||||
required: true
|
required: true
|
||||||
|
@ -81,7 +81,7 @@ sub-container-%:
|
|||||||
container: .container-${OS}-$(ARCH)
|
container: .container-${OS}-$(ARCH)
|
||||||
|
|
||||||
.container-linux-$(ARCH):
|
.container-linux-$(ARCH):
|
||||||
docker buildx build --pull --output=type=${OUTPUT_TYPE} --platform ${OS}/${ARCH} \
|
docker buildx build --provenance=false --pull --output=type=${OUTPUT_TYPE} --platform ${OS}/${ARCH} \
|
||||||
-t $(IMAGE)-${OS}-${ARCH} --build-arg BASE=${BASE} .
|
-t $(IMAGE)-${OS}-${ARCH} --build-arg BASE=${BASE} .
|
||||||
|
|
||||||
.container-windows-$(ARCH):
|
.container-windows-$(ARCH):
|
||||||
|
@ -87,7 +87,7 @@ sub-container-%:
|
|||||||
container: .container-${OS}-$(ARCH)
|
container: .container-${OS}-$(ARCH)
|
||||||
|
|
||||||
.container-linux-$(ARCH):
|
.container-linux-$(ARCH):
|
||||||
docker buildx build --pull --output=type=${OUTPUT_TYPE} --platform ${OS}/${ARCH} \
|
docker buildx build --provenance=false --pull --output=type=${OUTPUT_TYPE} --platform ${OS}/${ARCH} \
|
||||||
-t $(IMAGE)-${OS}-${ARCH} --build-arg BASE=${BASE} .
|
-t $(IMAGE)-${OS}-${ARCH} --build-arg BASE=${BASE} .
|
||||||
|
|
||||||
.container-windows-$(ARCH):
|
.container-windows-$(ARCH):
|
||||||
|
Loading…
Reference in New Issue
Block a user