Docker latest runner of ArtifactoryCE seems broken
Thank you for that. The `artifactory-cpp-ce:7.77.5` worked fine. Might be a link broken like you say in the `latest`.
Much appreciated you looking into this.
Originally posted by @madukan in https://github.com/conan-io/training/issues/58#issuecomment-2147376690
I think the problem with could be that since Artifactory 7.77 it's mandatory to use and additional SQL database like Postgres along with Artifactory or set the allowNonPostgresql: true flag in the system.yaml.
It's documented here: https://jfrog.com/help/r/jfrog-installation-setup-documentation/install-artifactory-single-node-with-docker
I have experienced some problems in MacOS using rancher but I solved them using the virtiofs configuration for mounting the volumes.
This command seems to work (from @czoido from extensions repo)
docker run --name artifactory -d -e JF_SHARED_DATABASE_TYPE=derby -e JF_SHARED_DATABASE_ALLOWNONPOSTGRESQL=true -p 8081:8081 -p 8082:8082 releases-docker.jfrog.io/jfrog/artifactory-pro:latest
Closed by https://github.com/conan-io/docs/pull/3993 and , also in web