fixuid feature use docker-py to grab metadata from images (Cmd and Entrypoint), but it causes permission issues when running in bitbucket pipelines.
The way bitbucket brings docker CLI inside bitbucket CI containers is exotic and probably cause docker-py to fail configure itself with valid credentials.
I think it would be better to remove this dependency, and retrieve the same data with docker cli commands.
Image repo digest can be retrieve with the following command
fixuid
feature use docker-py to grab metadata from images (Cmd and Entrypoint), but it causes permission issues when running in bitbucket pipelines.The way bitbucket brings docker CLI inside bitbucket CI containers is exotic and probably cause docker-py to fail configure itself with valid credentials.
I think it would be better to remove this dependency, and retrieve the same data with docker cli commands.
Image repo digest can be retrieve with the following command
Cmd and Entrypoint with the following ones