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
I'm trying to build a new docker image based off of the latest (2.19.1-1).
It seems to be stuck indefinitely waiting for the ansible-pylibssh package wheel to build:
$ ansible-builder build -vvv --container-runtime docker
... trimmed for brevity...
#21 36.05 Building wheels for collected packages: ansible-pylibssh, ncclient
#21 36.05 Building wheel for ansible-pylibssh (pyproject.toml): started
I just tested 2.18.8-1 and am encountering the same issue
I will go test out other base docker images and will report back.