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
Unable to pull some image from jfrog artifactory with my containerd
I use containerd to launch docker image inside my K8S. I can't put proxy on my env and have no internet access on node vm.
I've install a JCR to be able to get docker image and provide it as a mirror.
This JCR has internet access.
When I look inside…

bolivier
- 175
- 2
- 10
0
votes
1 answer
Configure JFrog artifact repository for Maven project
I'm working on some generic template which I need to use Jfrog artifactory for the repository. I have gone through their documents they are specified to use setting.xml (need to add report info) for maven, but I don't want to force down the users to…

Santhoo Kumar
- 61
- 1
- 9
0
votes
0 answers
How to change the tag of a docker image in J-Frog Artifactory?
I tagged an image with name repository-docker.artifactory.example.com/image_name/1.0
rather than repository-docker.artifactory.example.com/image_name:1.0
and this has saved the image in Artifactory as…

Kartikeyan Gupta
- 135
- 1
- 9
0
votes
1 answer
JFrog Artifactory is not connecting to postgresql in AWS eks after pod restart. We are using Postgresql as an external database
Background: devops artifactory is deployed as a statefulset pod on AWS eks cluster through Helm chart. And the PV is pointing to EFS.
The below is the snippet from values.yaml
postgresql:
enabled: false
database:
type: "postgresql"
host:…

Madhusmita Nayak
- 1
- 1
0
votes
1 answer
JFrog Container Registry 7.3.2 won't work with Active Directory
I was hoping someone here could help me out. We are currently evaluating JFrog's Artifactory - Container Registry running as a Docker service and for the life of me I cannot get this thing to work properly with our Active Directory instance. I had…

Perry Blanchard
- 11
- 2
0
votes
1 answer
how to set repoLayoutRef by code for remote docker
When declare remote docker repository inside docker by using yaml file (see https://www.jfrog.com/confluence/display/JFROG/Artifactory+YAML+Configuration) I'm not able to set repoLayoutRef to simple-default.
if I want to save his definition by GUI…

bolivier
- 175
- 2
- 10
0
votes
1 answer
Getting docker error, daemon is missing signature key on docker pull
I have been trying to pull a docker image; which has been pushed successfully to the private jfrog repository using the same terminal and in same session. There comes no issues while pushing the image, however on doing a pull it is getting failed…

Jaraws
- 581
- 1
- 7
- 24
0
votes
1 answer
JCR can't add some helm repository
some helm repository can't be added to JCR =>
Connection failed: Error 404: Not Found
example: stratos https://cloudfoundry.github.io/stratos/
But if I do a https://cloudfoundry.github.io/stratos/index.yaml the file exist

bolivier
- 175
- 2
- 10
0
votes
1 answer
JFrog Container Registry on Kubernetes returns 404 on UI endpoint
I have deployed JFrog Container Registry to my Kubernetes cluster, which all comes up fine but when I try to access it via browser, it redirects to /ui which returns a 404 but nothing seems to show in the logs.
I have not used the Helm chart as I do…

Luke
- 603
- 2
- 11
- 35
0
votes
1 answer
how to disable using Jcenter repositosy by sonarsource plugin
I'am using sonar preview mode in maven project, but when dependencies are downloaded , sonarsource use JFrog Jcenter repository as a mirror of our central repositories, but it doesn't contain all dependencies
logs:
[DEBUG] Using mirror…

asma
- 1
- 2
0
votes
1 answer
Set Docker Repository Ports
Been working on setting up JFrog Container Repository and have been running into an issue with setting up the Docker Repository Ports.
I have gone through and set up Nginx as a reverse proxy and have generated a working sites-available conf file
##…

Xerock
- 3
- 4
0
votes
1 answer
Spinnaker Jfrog Artifactory Integration for Docker Registry
I'm trying to configure auto trigger on Spinnaker based on docker images pushed on Artifactory.
Artifactory and Spinnaker are running on same Elastic Kubernetes Cluster(EKS).
Artifactory address provided by LoadBalancer Service type is as -…

Jaydeep Soni
- 488
- 1
- 8
- 19
0
votes
0 answers
Not able to configure SSO, error: "Enter a valid url for AssertionConsumerService"
I am trying to configure SSO for Jfrog artifactory version 6.16.0. I have saved below Service Provider metadata in a xml file.
0
votes
1 answer
JFrog Container Registry Problems with LDAP
We are evaluating JFrog Container Registry. We already use Artifactory Pro. For evaluation, we used a vanilla installation from a ZIP on Linux that used the service install script and installation using apt-get. Both have the same LDAP problem. …

MTBCoder
- 1
0
votes
1 answer
How to set remote repository which is cloud-JCR
I created a JCR remote-repo and when I try to set it's URL to point to another cloud-JCR, after clicking on the "test" button I receive error code "400 bad request".
The error on the 'source' JCR server is:
[WARN ] (o.a.r.RemoteRepoBase:449) -…

Sharon V
- 1
- 1