jfrog-artifactory-oss
JFrog Artifactory OSS is an open source variant of JFrog Artifactory. JFrog Artifactory is a binary repository, and as a binary repository, Artifactory is optimized for storing binaries and large objects. Artifactory is useful for a number of DevOps use cases including, but not limited to being used as a place to store build artifacts, and being used to store binaries that are frequently accessed.JFrog Artifactory OSS is an open source variant of JFrog Artifactory. JFrog Artifactory is a binary repository, and as a binary repository, Artifactory is optimized for storing binaries and large objects. Artifactory is useful for a number of DevOps use cases including, but not limited to being used as a place to store build artifacts, and being used to store binaries that are frequently accessed.
See https://jfrog.com/artifactory/ for more information
This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.
License
View license information
here
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Versions
Use the pull string below for the version of this image you require.
7.41.7 |
docker pull icr.io/ibmz/jfrog-artifactory-oss@sha256:5f8677d44e7a7382cc73fb9e8b7600967b5f5eda2f3955b21bdaec84132056b3 |
Vulnerability Report | 09-08-2022 | 7.31.10 |
docker pull icr.io/ibmz/jfrog-artifactory-oss@sha256:93c0df233f8c9b8d6203e3b8314206c48066cad679424d130fb3db802548790b |
Vulnerability Report | 06-06-2022 | 6.23.38 |
docker pull icr.io/ibmz/jfrog-artifactory-oss@sha256:4727ca74b1019dc61f5b7a46b165e2b504c41467d131cede2d0e3f985347aba4 |
Vulnerability Report | 02-22-2022 |
Version |
Pull String |
Security (IBM Cloud) |
Created |
Usage Notes
Start the artifactory container with port
8081
exposed so that you can interact with Artifactory. (on 7.x versions, expose port 8082 as well)
docker run --name artifactory -p 8081:8081 -p 8082:8082 -d icr.io/ibmz/jfrog-artifactory-oss:[7.x]
docker run --name artifactory -p 8081:8081 -d icr.io/ibmz/jfrog-artifactory-oss:[6.x]
After waiting a minute for Artifactory to be ready, open the Artifactory UI from a web browser. If you are able to access the Artifactory web UI, that is an indication that Artifactory is working properly.