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
I am running a Docker registry inside the same cluster as my action runners. I assume this is the default setup since downloading images on every run is not feasible with ephemeral runners. However, I could not figure out how to allow pulling images via HTTP (I don't want to set up HTTPS for my local registry for no real reason), the workflows fail with:
Error response from daemon: Get "https://arc-docker-registry:5000/v2/": http: server gave HTTP response to HTTPS client
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running a Docker registry inside the same cluster as my action runners. I assume this is the default setup since downloading images on every run is not feasible with ephemeral runners. However, I could not figure out how to allow pulling images via HTTP (I don't want to set up HTTPS for my local registry for no real reason), the workflows fail with:
How do I do this?
Beta Was this translation helpful? Give feedback.
All reactions