Questions tagged [jfrog-container-registry]

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.

79 questions
0
votes
1 answer

How to scale Artifactory for 2000-3000 users?

I have to design a public-facing Artifactory in such a way that at one time 2000-3000, Devs/DevOps might run their operations on it. And, if it increases more then it might have to scale smoothly. I am not sure how to get started with this but the…
0
votes
0 answers

JFrog Container Registry logo display duration

I have recently set up JFrog Container Registry (v7.46.11) using its helm installer. Some stats: Docker images uploaded: ~ 30 Binaries Size: 42 GB Binaries Count: 600 Artifacts Size: 105 GB Artifacts count: 1200 File system: Used: 147 GB / 500 GB…
Technext
  • 7,887
  • 9
  • 48
  • 76
0
votes
1 answer

Unable to upload into a virtual repository without default local deployment configured

I have few local repositories configured and one remote (DockerHub). I created a virtual repository (docker) and then added all the local repositories and the remote repository to it. In Default Deployment Repository dropdown of the virtual…
Technext
  • 7,887
  • 9
  • 48
  • 76
0
votes
1 answer

In JFrog container registry, how to pull a image which name contains forward slash,for example, bitnami/nginx?

I add a remote docker repository, using the default config of Artifactory. I can pull images like alpine and hello-world through artifactory remote repo, but when the image name has a "/", usually a [group id]/[image id] format, for example…
acerphenix
  • 313
  • 3
  • 6
0
votes
0 answers

Jfrog Artifactory with Rancher and Helm Integration

I have: JFROG Artifactory Docker repository - Pro On-Prem version. Rancher server - v2.6.8 Kubernetes cluster installed on-prem with RKE1 provider - on premise. I have 2 questions: how do I work with (or add) my own JFROG Artifactory Docker…
Ohad
  • 1,563
  • 2
  • 20
  • 44
0
votes
1 answer

Artifactory - Docker Registry _catalog call , returns blank

We have an Artifactory configured as a docker registry and when call is made to https://artifactory/v2/_catalog, the catalog call returns blank, rather then listing docker image repositories. According to…
0
votes
1 answer

How to deploy Artifacts in JFrog repository in custom folders(Name=Jenkins build number) through jenkins pipeline?

Problem 1 : My requirement here is deploying the artifacts which are created during a build should be uploaded to a JFROG repository with a custom folder structure. Eg. For a Jenkins build number 1, the folder should be named '1' and inside that,…
0
votes
1 answer

JFrog docker registry Public View

We are evaluating Jfrog container registry to host our docker images and host is public ally , so that users can view them but pulling require authentication . As i see JFROG only has list browsing[1] to expose docker images publicly. that view…
0
votes
1 answer

Not able to edit Public Server Name for embedded Tomcat

we are using Artifactory 6.20.0 in docker-compose mode. Stack is up and running fine. But I am not able to edit the "Public Server Name" in HTTP settings. It is greyed out. How can I change it? From Which file TomCat picks these values? As per my…
Aman35
  • 39
  • 1
  • 5
0
votes
1 answer

not able to set replication for "docker" repository on replica server

I have replica and master Artifactory server. I have set replication successfully for many different packages (maven, npm, bower etc.). I am having difficulties to set pull replication for docker repository on my replica server. I am able to list…
vel
  • 1,000
  • 1
  • 13
  • 35
0
votes
2 answers

How to stop visual-studio-code from appending "v2" to the path when adding generic docker registry

I'm trying to add JFrog Container Registry from Visual Studio Code Insiders. The connection is successful but getting 404 error because"/v2/' is automatically appended to the url. How can I disable this?
0
votes
1 answer

jfrog artifactory as docker registry

We use jfrog artifactory as docker registry. One can put all their images in a single repository in a registry.( with seperate folders). Or we can create one repository for each application. What is the recommended practice ? Do we create…
datta
  • 521
  • 2
  • 5
  • 16
0
votes
1 answer

JFrog Helm repository always returns 404

I've got 3 helm repositories in my JFrog account: helm-local - intended to store private helm charts helm-remote - intended to proxy public charts helm - virtual one, unites both above I configure my helm client like this: helm repo add %reponame%…
Mikhail Kopylov
  • 2,008
  • 5
  • 27
  • 58
0
votes
1 answer

How can we define path more than one in Jfrog aql language spec file?

Here below the defined spec file, I want to add more values in the "path": {$match}function. I mean I need to define more than one path in this syntax is that possible? i.e.: Test/dev , Test/qa , Test/prod etc.. "files": [ { "aql": { …
0
votes
2 answers

Binaries size not decreasing after artifact deletion in Artifactory

I have deleted all the artifacts from my instance of Artifactory cloud, and I have deleted all the repositories, but the Binaries size is still showing as 1.5GB. How to resolve this issue? I am not seeing a maintenance option in JFrog. I am an…