-
Notifications
You must be signed in to change notification settings - Fork 23.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker_service should support push #33731
Comments
Files identified in the description: If these files are inaccurate, please update the |
Files identified in the description: If these files are inaccurate, please update the |
Please note that the !component =lib/ansible/modules/cloud/docker/docker_compose.py Also, please note that currently, nobody is actively maintaining the Ansible |
Files identified in the description: If these files are inaccurate, please update the |
Files identified in the description: If these files are inaccurate, please update the |
Out of curiosity: why aren't you using needs_info |
@etienned This issue is waiting for your response. Please respond or the issue will be closed. |
Sorry for the answering delay. I'm not using Also, as I'm using docker compose and |
Thank you very much for your interest in Ansible. Ansible has migrated much of the content into separate repositories to allow for more rapid, independent development. We are closing this issue/PR because this content has been moved to one or more collection repositories.
For further information, please see: |
ISSUE TYPE
COMPONENT NAME
docker_service
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
N/A
SUMMARY
docker_service should support
push
compose command.In my setup, I'm building images locally, then I push them to a private registry and after that I
up
my compose app on remote hosts. So I need a way to push newly created images to the registry.STEPS TO REPRODUCE
EXPECTED RESULTS
All locally built images of the compose file are pushed to the registry indicated in each image name like
docker-compose push
do.ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: