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 21, 2022. It is now read-only.
At the moment you have to specify the username and password in a <server> block within the settings.xml, then reference it with a serverId property under <configuration> in the pom.xml.
We would like to pull an image from a private docker repository which requires authentication. It's not a sensitive username/password, therefore we would like to be able to specify the credentials in the pom instead of relying on users to update their settings.xml:
#339 will make it so that if your username and password appears in the ~/.docker/config.json, then it will be used transparently by the plugin without needing to put anything in your pom.xml.
At the moment you have to specify the username and password in a
<server>
block within thesettings.xml
, then reference it with aserverId
property under<configuration>
in thepom.xml
.We would like to pull an image from a private docker repository which requires authentication. It's not a sensitive username/password, therefore we would like to be able to specify the credentials in the pom instead of relying on users to update their settings.xml:
If you agree with this I would love to have a go at implementing it please.
The text was updated successfully, but these errors were encountered: