зеркало из https://github.com/Azure/ARO-RP.git
622 B
622 B
Publish RHCOS image
Each release we need to re-publish the RHCOS image into the Azure cloud partner portal.
-
Once new installer is vendored run
make vendor
to update local vendor directory. -
Run
make generate
to update generated content -
Run
go run ./hack/rhcos-sas/rhcos-sas.go
to copy RHCOS image. This might take a while. -
Command above will output SAS URL. Publish it via partner portal. See the ARO Wiki in Azure DevOps for detailed steps.