CDCgov / cfa_azure

Apache License 2.0
9 stars 2 forks source link

Allow using container images from sources other than ACR #86

Open natemcintosh opened 4 months ago

natemcintosh commented 4 months ago

It would be very convenient to be able to point to container images that are not necessarily stored in the Azure Container Registry. For example, the multi-signal renewal project stores has images built by Github CI, and stored in the Github Container Registry.

I believe the only way to set the container to use is here or here which both require that the container image be in the ACR.