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.
Ubuntu Bionic cannot be used as conductor base despite there being an image on dockerhub. It is not listed in PREBAKED_DISTROS in container/docker/engine.py:
In _prepare_conductor_manifest the ansible/ is only prepended, if the the tag is found in PREBAKED_DISTROS, making it impossible to pull the official prebaked Ubuntu Bionic image.
STEPS TO REPRODUCE
ansible-container --debug build
EXPECTED RESULTS
Since the image is on dockerhub, I expected it to build.
For develop - images are already published.
In addition, as a temporary measure, recent develop is published as sa-ansible-container package. https://pypi.org/project/sa-ansible-container/
I'm not entirely certain how to use this workaround. Can actually ubuntu:18.04 be added to supported container bases? It can't be such a niche need, since this is the current ubuntu LTS.
ISSUE TYPE
container.yml
OS / ENVIRONMENT
SUMMARY
Ubuntu Bionic cannot be used as conductor base despite there being an image on dockerhub. It is not listed in PREBAKED_DISTROS in container/docker/engine.py:
In
_prepare_conductor_manifest
theansible/
is only prepended, if the the tag is found in PREBAKED_DISTROS, making it impossible to pull the official prebaked Ubuntu Bionic image.STEPS TO REPRODUCE
EXPECTED RESULTS
Since the image is on dockerhub, I expected it to build.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: