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 have my own registry, read only access (via GET and HEAD http request methods) allowed for all without password, but write access (via POST http request method) allowed only with login and password provided.
private registry write access protection created using nginx limit_except directive.
Description
I have my own registry, read only access (via
GET
andHEAD
http request methods) allowed for all without password, but write access (viaPOST
http request method) allowed only with login and password provided.private registry write access protection created using nginx limit_except directive.
nginx configuration for registry
but buildah can't work correctly with such registry and buildah fail with 125 error code.
Steps to reproduce the issue:
Describe the results you received:
buildah push --log-level=debug
As you can see,
Login Succeeded!
returned forbuildah login
command, butbuildah push
failed with 125 error code.Output of rpm -q buildah or apt list buildah:
Output of buildah version:
Additional info:
the same bug was reported in the 2018 year: #1227
but this buildah bug still not fixed yet.
does any workarounds exists for this bug?
it it possible to fix this bug in the buildah?
The text was updated successfully, but these errors were encountered: