Jfrog OpenSource Server container
294
JFrog services require Docker 20.10.10 and above, and Docker Compose v1.24 and above to be installed on the machine on which you want to run on.
Complete the following steps to install the product
Note: The following steps assume that $JFROG_HOME environment variable is created in the system. For the correct location of $JFROG_HOME, see JFrog Product Directory Structure.
mkdir -p $JFROG_HOME/artifactory/var/etc/
cd $JFROG_HOME/artifactory/var/etc/
touch ./system.yaml
chown -R 1030:1030 $JFROG_HOME/artifactory/var
Run the following command in addition if you are using Docker on a Mac machine.
chmod -R 777 $JFROG_HOME/artifactory/var
You can start using the docker container with the following example:
docker run --name artifactory -v $JFROG_HOME/artifactory/var/:/var/opt/jfrog/artifactory -d -p 8081:8081 -p 8082:8082 docker.io/joseluismantilla/jfrog-oss:latest
Access Artifactory from your browser at: http://SERVER_HOSTNAME:8082/ui/ For example, on your local machine: http://localhost:8082/ui/
Exposing Multiple Ports
The Docker run command exposes more than one port: 8081 for Artifactory REST APIs and 8082 for all other uses.
Redhat UBI Micro base image
In an effort to provide a more secure Artifactory image, Artifactory now uses the Redhat UBI Micro base image. Some of the tools that were available in the Artifactory image are not available in this more secure image. For more information, see JFrog Products Container Base Image.
Once the installation is complete, complete the following tasks.
Change the default admin password. The default user will have the following credentials predefined in the system: User: admin, Password: password
Make sure you have applied your licenses
Continue to configure the system using the Artifactory Product Configuration
Configure a reverse proxy (optional for Docker Registry)
You can run Artifactory with one of the supported HTTP serversset up as a front end of each node
For more information, please, take a look at Jfrog help center.
Content type
Image
Digest
sha256:54a8b4f8f…
Size
1.2 GB
Last updated
over 2 years ago
docker pull joseluismantilla/jfrog-oss