conan icon indicating copy to clipboard operation
conan copied to clipboard

Docker latest runner of ArtifactoryCE seems broken

Open memsharded opened this issue 1 year ago • 1 comments

          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

memsharded avatar Jun 05 '24 18:06 memsharded

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.

czoido avatar Sep 25 '24 10:09 czoido

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

memsharded avatar Feb 21 '25 14:02 memsharded

Closed by https://github.com/conan-io/docs/pull/3993 and , also in web

memsharded avatar Feb 24 '25 09:02 memsharded