Dockerized artifactory-du utility image
Running this image will run the artifactory-du
utility against all repositories the specified user is authorized to access.
docker run -e ARTIFACTORY_URL=http://localhost:8081/artifactory -e ARTIFACTORY_USER=admin -e ARTIFACTORY_PASSWORD=password alexmartin0eposcat/artifactory-du
ARTIFACTORY_URL
: Artifactory URL (without trailing slash)ARTIFACTORY_USER
: Artifactory usernameARTIFACTORY_PASSWORD
: Artifactory password/auth token