artifactory-docker-examples icon indicating copy to clipboard operation
artifactory-docker-examples copied to clipboard

Examples for using Artifactory Docker distribution in various environments

Results 22 artifactory-docker-examples issues
Sort by recently updated
recently updated
newest added

I have done everything according to manuals from https://jfrog.com/open-source/ My Ubuntu version is 20.04. Since there is no "focal" in https://releases.jfrog.io/artifactory/artifactory-debs/, I've added "bionic": ``` $ cat /etc/apt/sources.list.d/artifactory.list deb https://releases.jfrog.io/artifactory/artifactory-debs...

after installing Artifactory oss v7.35.2 on my machine which is running linux mint cinnamon v20.2 i can't edit my profile information as every time i write my password in the...

Hello, I am trying to deploy the artifactory's latest version 7.25.7 using docker-compose as the root user. All the containers are up and running while checking using the `docker ps`...

JFrog have announced bintray is going away I currently upgrade Artifactory Pro using this script https://bintray.com/jfrog/run/art-compose Where will this script be found after bintray is no longer available?

Hi Jfrog Team, I'm trying to upgrade Artifactory HA 6.15.1 to 7.7.3, current set up have docker-compose with bind mount volume, Nginx and MySql external database. Please share, if you...

I have gone through the Artifactory upgrade 6.x to 7.x wiki page. There is a method - Docker upgrade. So I want to understand where we can use 'Docker Compose...

Current: postgres:9.6.11 artifactory-pro:6.17.0 Upgrade: postgres:9.6.11 artifactory-pro:7.3.2 The current installation is running from a docer-compose file, botht the artifactory 6.17 and postgres 9.6.11 are volume mounted to docker named volumes and...

The antifactory images has been successfully created with artifactory-oss.yml file. Due to permission issue of artifactory user, I have added the user: "${UID}:${GID}" in compose file and able to run...

Currently, Xray v2.5.1 can be deployed on Openshift v3.9.x There is a request to support Xray HA feature on the platform

I am writing a script to automate grooming our Artifactory. Due to some of the files are currently used for production, I want to test my script using `docker.bintray.io/jfrog/artifactory-oss` image....