docker-maven-plugin
docker-maven-plugin copied to clipboard
buildx ignores docker registry during pull operations
Description
After merging https://github.com/fabric8io/docker-maven-plugin/pull/1629 pushing operations started respecting the <docker.push.registry> setting but pulling still doesn't respect <docker.registry>
This functionally works as expected when using "regular build" instead of buildx
Info
- docker-maven-plugin version : 0.41.0
- Maven version (
mvn -v
) : 3.9.0
It seems like there is an assumption that there is only one registry, my pushes are to a real registry but my pulls are from a proxy cache. The config that is generated only includes the push registry credential.