JFrog Container Registry is an advanced, hybrid Docker registry & Helm registry that leverages the world-class artifact repository, JFrog Artifactory, which powers the world’s most extensive workloads.
Questions tagged [jfrog-container-registry]
79 questions
0
votes
1 answer
Option to create docker repository is disabled
I am using on-prem JFrog Artifactory to hold maven artifacts. I have a need to use this Artifactory to hold my app's docker images. So I tried creating a new docker repository but it showed me docker type as disabled. When I am looking around people…

user10916892
- 825
- 12
- 33
0
votes
1 answer
Disable republish in Artifactory
How to disable re-publish of the same version of the artifact in the Jfrog Artifactory?
For example Docker repository - my-docker-releases: Image myapp:1.0.0 is published in the repository. It should not be possible for anyone to publish another…

Girish
- 171
- 2
- 9
0
votes
1 answer
How to push public docker images to an artifactory using Jenkins
I am trying to push a public image (confluentic/cp-zookeeper) under a different name into jfrog artifactory using Jenkins, with a Jenkinsfile. I have tried in pulling the image and retagging it but it doesn't work. I currently have one step to push…

J.Soto
- 155
- 1
- 2
- 10
0
votes
1 answer
Failed to Docker login to JFrog Artifactory running in a Docker
I following the steps in section of Docker Installation" to get JFrog Artifactory (version 4.160 rev 40364) running in a Docker on Linux Mint fine and I able to access my instance JFrog Artifactory from Chrome browser at:…

baoquach
- 1
0
votes
1 answer
Artifactory Docker Registry Free /var partition space
Due to irregularization of docker images being pushed to jfrog docker registry, my /var partition is currently FULL.
As i am able to ssh into the machine, i wanted to know can i directly go about deleting the images at the /var location as I am not…

genius_monkey
- 321
- 3
- 12
0
votes
0 answers
Artifactory Docker port configuration F5
We are trying to configure docker port method configuration in F5 and we added below Irule and we are not able to login into docker repo
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/v2/"} {
set ARTI_PROTO http
set ARTI_PORT 3000
set…

banu
- 31
- 1
- 1
- 6
0
votes
1 answer
How to deploy the image from JFrog Artifactory into Azure Kubernetes service using Azure DevOps
I build and push docker image into JFrog Artifactory by using Azure DevOps build pipeline. And then using the below yaml file to deploy the image into Azure AKS environment using Kubectl task in the release definition.
---
apiVersion: apps/v1
kind:…

Pradeep
- 5,101
- 14
- 68
- 140
0
votes
1 answer
Jfrog Upgrade from 6.17 to 7.x
I am working on upgrading Jfrog 6.17 Pro to the closest Jfrog 7.X version. Any idea if I can directly upgrade to latest version 7.6 available.
My current installation is done using .zip file on Linux OS. For the latest release I don't see a .zip…

syed fayaz
- 19
- 3
0
votes
1 answer
JFrog replicate/copy docker images from remote repository to local repository
We have this use case where we are pulling the remote Artifactory images from DockerHub, GCR and Jfrog artifactory and caching them into our Jfrog Repository. What we need right now is a way to replicate those docker images in JFrog Remote or…

Gaurav Sharma
- 1,983
- 18
- 18
0
votes
2 answers
search for an artifact in artifactory using curl
I read the REST api again and again but couldn't figure out the exact syntax of how to search for an artifact in the artifactory using curl.
This is what I am doing:
result=$(curl -u ${ArtifactoryUsername}:${ArtifactoryAPIKey} -X GET…

Dam
- 41
- 1
- 8
0
votes
0 answers
Issues Starting JFrog in Docker
I am trying to do
docker run -d --name artifactory -v D://JFrog/artifactory/var/:/var/opt/jfrog/artifactory -p 8281:8081 docker.bintray.io/jfrog/artifactory-oss
By following this tutorial:…

Mohit Sharma
- 69
- 1
- 9
0
votes
1 answer
"Failed to load" while installing Jfrog Container Registry from GCP marketplace
I am trying to install JFrog Container Registry from GCP marketplace (https://www.jfrog.com/confluence/display/JFROG/JFrog+Partner+Integrations#JFrogPartnerIntegrations-gcpgke) . I have selected a project with a running GKE cluster. Clicking on…

Pramod Setlur
- 811
- 1
- 15
- 27
0
votes
0 answers
docker-compose: push all images to artificatory server using jenkins?
How to push docker images created through docker-compose using Jenkins Declarative pipeline?
So, i have seen that docker-compose push will push to docker Hub, like said here, by giving image:user/project-1.
Now , Jenkinsfile from here as an example…

avsr
- 143
- 3
- 15
0
votes
1 answer
How to move DevOps artifacts to Jfrog artifactory
We have recently moved to Jfrog artifactory. We have few Nuget packages hosted on our azure DevOps artifacts. How to move these artifacts to Jfrog artifactory? I want to maintain all the version history as well.

PVIJAY
- 73
- 8
0
votes
1 answer
how make jfrog artifactory post to custom webhook endpoint on artifactory updates
I'm pretty new to jfrog artifactory. Is there a way to tell jfrog artifactory to POST to a custom endpoint/webhook whenever a new artifactory version of a repo is published? I'm trying to create a slack notification to my team whenever a new…

Rees
- 1,757
- 9
- 33
- 50