Closed huge-metal-fan closed 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!
@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.
ISSUE TYPE
OS / ENVIRONMENT
SUMMARY
container-conductor-$DISTRO-$TAG:$ANSIBLE_CONTAINER_VERSION
.