Following the instructions here, I've tried to install Jfrog Artifactory (OSS version) via Docker, but I get an error:
$ docker run --name artifactory -v $JFROG_HOME/artifactory/var/:/var/opt/jfrog/artifactory -d -p 8081:8081 -p 8082:8082 releases-docker.jfrog.io/jfrog/artifactory-oss:latest
Unable to find image 'releases-docker.jfrog.io/jfrog/artifactory-oss:latest' locally
docker: Error response from daemon: unauthorized: The client does not have permission for manifest.
See 'docker run --help'.
$
It seems that the Docker image repo isn't accepting anonymous downloads.
There was an issue with latest tag, and we fixed the tag.
Thanks for updating us.