Hello everyone,
I want (or… have to) to use some relays in Azure. I am expected to use only images from “our
own” registry and thus have also an ACR in Azure.
I pushed the checkmk-relay image into there, but the install_relay.sh script does not
provide any option to specify a different registry or credentials for it.
I have modified it and changed the variable at the beginning to use our ACR, but it
does also need authentication to pull from it. So I added another variable, and
extended the podman command with the --creds option.
This works, but… it’s a hack. I can share my modifications if
anyone is interested in them.
Perhaps it would make sense to extend this script accordingly for future versions.
HTH and FYI,
Thomas