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
{{ message }}
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
My organization has a private docker registry we run internally and does not require docker login to push (i.e. I can docker push registry.myorg.com/mycontainer without having to log in and it works). When I try to run ansible-container push --push-to myregistry I get an error. Is this something that is supported?
EXPECTED RESULTS
not sure, image pushed? this is my first try and i don't want to put this in dockerhub.
ACTUAL RESULTS
container.exceptions.AnsibleContainerConductorException: Please provide login credentials for registry registry.myorg.com.
The text was updated successfully, but these errors were encountered:
I had the same problem, you need to provide an empty username and password like this: ansible-container --debug push --push-to myregistry --username="" --password=""
ISSUE TYPE
OS / ENVIRONMENT
SUMMARY
My organization has a private docker registry we run internally and does not require
docker login
to push (i.e. I candocker push registry.myorg.com/mycontainer
without having to log in and it works). When I try to runansible-container push --push-to myregistry
I get an error. Is this something that is supported?EXPECTED RESULTS
not sure, image pushed? this is my first try and i don't want to put this in dockerhub.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: