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
Right now I am working in an environment where docker.io images are pulled through a read-through cache to avoid hitting docker.io rate limits. The mirroring and caching is configured on systems using registries.conf/registries.conf.d. However, I hit the docker rate limits when using osbuild-composer. I think I tracked the root cause down to this bit of code.
SystemRegistriesConfPath and SystemRegistriesConfigDir are not set. Setting these the same way podman does would solve my problem, and probably any more that would result from config drift.
The text was updated successfully, but these errors were encountered:
Right now I am working in an environment where docker.io images are pulled through a read-through cache to avoid hitting docker.io rate limits. The mirroring and caching is configured on systems using registries.conf/registries.conf.d. However, I hit the docker rate limits when using osbuild-composer. I think I tracked the root cause down to this bit of code.
SystemRegistriesConfPath
andSystemRegistriesConfigDir
are not set. Setting these the same way podman does would solve my problem, and probably any more that would result from config drift.The text was updated successfully, but these errors were encountered: