You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today our reference apps use containers from external registries such as Docker Hub.
This causes an issue where if the external image is deleted or updated, our reference apps break.
We should:
Build and push external Docker containers to our registry, radius.azurecr.io
Update our reference app samples to use our images instead
Optionally create a pipeline that automatically builds and pushes the external images, so it's not done on local dev machines. We can update this pipeline anytime we want to update our dependency to a newer version.