osbuild / osbuild-composer

An HTTP service for building bootable OS images.
https://www.osbuild.org
Apache License 2.0
156 stars 107 forks source link

Added arch and storage_account, needed by CIV to deploy the resources… #4239

Closed narmaku closed 2 weeks ago

narmaku commented 2 weeks ago

… without having to check for vhd uri regex.

The regex check is now not needed since we create other shared image metadata on the fly. Plus it was not a good solution for an upstream project, as the regex was only affecting our RH teams internally.

This pull request includes:

narmaku commented 2 weeks ago

See related CIV PR here: https://github.com/osbuild/cloud-image-val/pull/327