Hi,
Is there a standard method for airgap installs?
I haven’t yet tried, but looking at awx-operator to me it looks like I’d have to:
- Download all images to my own private docker registry from quay.io for awx
- Use sed against all awx yaml files that reference quay.io to point to the private docker registry
Is there any other method that’s cleaner? Just aware every time I update (which with awx is frequent) that’ll get old quickly.
Thanks.