reissseb commented on issue #909: URL: https://github.com/apache/maven-mvnd/issues/909#issuecomment-1943194779
> BTW, does the problem persist when you start with a fresh daemon after authenticating with docker? Something like > > ``` > docker login > mvnd --stop > mvnd package > ``` > > If that works, it could mean that the docker plugin is keeping some global state, which would have to be fixed in the plugin. No, still fails with missing authentication. I only have to login to our Docker registry once. After a successful login, `mvn package` just works (also `docker pull/push`). Only a manual `docker logout` or an update of the authentication parameters would let the build fail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
