Publish raw images on our nodepool builders
Previously we only published qcow2 images, but on our ARM build we've only got raw images which means nothing is published. Just prevent publication of the vhd images and allow raw and qcow2 both to be accessible. Change-Id: Idb4b846a3a2fcc1840389e703bf6ff6357b836e9
This commit is contained in:
parent
f29930dc40
commit
a8c481b59b
@ -38,8 +38,8 @@
|
|||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Require all granted
|
Require all granted
|
||||||
# Only allow access to the qcow2 files as they are smallest
|
# Only allow access to raw and qcow2 images
|
||||||
<FilesMatch ".+\.(vhd|raw)(\.(md5|sha256))?$">
|
<FilesMatch ".+\.vhd(\.(md5|sha256))?$">
|
||||||
Require all denied
|
Require all denied
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
Loading…
Reference in New Issue
Block a user