ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 392 forks source link

Conductor image naming convention #827

Closed huge-metal-fan closed 6 years ago

huge-metal-fan commented 6 years ago
ISSUE TYPE
OS / ENVIRONMENT
alpine linux 3.7 armhf
ansible-container
SUMMARY
j00bar commented 6 years ago

Oh, fun. I've not seen anybody trying Ansible Container with non-x86. I really appreciate the bug report!

Because I just don't know, what's the proper naming convention to identify an image with architecture? Thanks!

chouseknecht commented 6 years ago

@huge-metal-fan

Thanks for using Ansible Container, and for taking the time to file an issue. We always appreciate feedback.

Here's the code that sets the prebake image name: https://github.com/ansible/ansible-container/blob/develop/container/docker/engine.py#L1110

I think what you're asking is for us to remove the containter-conductor string that gets prepended to the base image name.

Closing this, as I don't think we're inclined to change this, because there is no convention that will work for everyone or for every use case. As you can see in the project code for pushing conductor images to Docker Hub, we solve this by simply tagging the image with the Docker Hub user and repository name that fits our needs.