File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
18
18
vm_instance_template : &VM_TEMPLATE
19
- image : docker-builder-v*
19
+ image : pr-376- docker-builder-v*
20
20
type : t2.small
21
21
region : eu-central-1
22
22
subnet_id : ${CIRRUS_AWS_SUBNET}
23
23
24
24
25
- multi_arch_build_task :
25
+ multi_arch_build_task :
26
26
env :
27
27
matrix :
28
28
- version : 9/community
@@ -58,7 +58,7 @@ multi_arch_build_task:
58
58
- echo "Build the ${STAGING_IMAGE_NAME}:${tag} image supporting two architectures, linux/amd64 and linux/arm64"
59
59
- .cirrus/multi-arch-build.sh ${STAGING_IMAGE_NAME} ${tag} ${version}
60
60
61
- private_scan_task :
61
+ private_scan_task :
62
62
env :
63
63
platform : amd64
64
64
MEND_API_KEY : VAULT[development/kv/data/mend data.apikey]
@@ -85,7 +85,7 @@ private_scan_task:
85
85
- java -jar wss-unified-agent.jar -c .cirrus/wss-unified-agent.config -apiKey $MEND_API_KEY -product ${WS_PRODUCTNAME} -project ${STAGING_IMAGE_NAME}:${tag} -wss.url ${WS_WSS_URL} -docker.scanImages true
86
86
depends_on : multi_arch_build
87
87
88
- public_scan_task :
88
+ public_scan_task :
89
89
only_if : $CIRRUS_CRON == 'nightly-mend-scan'
90
90
env :
91
91
platform : amd64
You can’t perform that action at this time.
0 commit comments