maven - sensitive information required for docker build -
for running docker build of java application need sensitive information (a password access nexus maven repository).
what best way make available docker build process?
i thought adding ~/.m2/settings.xml container lies outside of current directory/context , add not able access it.
update: in current setup need credentials run build , create image, not when running container later based on created image
you want mounting volume host container
Comments
Post a Comment