Skip to content
Snippets Groups Projects
Commit ec2cd947 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Remove signature_verified metadata from base image

parent eeba066a
No related branches found
No related tags found
1 merge request!65Feat cluster images
Pipeline #8766 passed with stages
in 1 hour, 53 minutes, and 17 seconds
......@@ -124,6 +124,7 @@ build_base_image:
- packer build -machine-readable openstack | tee base_build.log
- export BUILT_BASE_IMAGE_ID=$(grep 'Image:' base_build.log | awk '{print $4}')
- echo BUILT_BASE_IMAGE_ID=${BUILT_BASE_IMAGE_ID} | tee -a $CI_PROJECT_DIR/image.env
- openstack image unset --property signature_verified $BUILT_BASE_IMAGE_ID
artifacts:
reports:
dotenv: image.env
......
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