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
Sorry I don't understand your comment. On this page: https://hub.docker.com/_/maven/, section "Running as non-root" is shows an example of setting MAVEN_CONFIG.
docker run -it --rm --user 1000 --name rest-builder -e HOME=/tmp -e MAVEN_CONFIG=/tmp/.m2 maven:3-jdk-8-alpine env
Should show MAVEN_CONFIG set, but it doesn't:
The text was updated successfully, but these errors were encountered: