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
12
votes
2 answers
What is the difference between JFrog Container Registry and JFrog Artifactory?
Is the registry a pivot for JFrog product portfolio or is it some set of additional capabilities? The functionality is very interesting either way but it would be nice to to understand the details.

rhatr
- 139
- 1
- 5
11
votes
4 answers
JFrog Artifactory error: Pushing Docker images with manifest v2 schema 1 to this repository is blocked
I have two docker repositories running on the same JFrog cloud account/instance. One for internal release candidates and the other for potentially external GC releases. I want to be able to build the docker images and push to the internal…

DrTeeth
- 927
- 2
- 10
- 32
5
votes
1 answer
Jfrog API for list docker tags
Getting 302 for the JFrog REST api for listing docker tags.
Documentation :-
https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-ListDockerTags
Usage:
GET /api/docker/{repo-key}/v2/{image name}/tags/list?n=

user1578872
- 7,808
- 29
- 108
- 206
4
votes
3 answers
How to log in in jfrog container registry?
I start the container registry:
docker run --name artifactory -d -p 8081:8081 -p 8082:8082 docker.bintray.io/jfrog/artifactory-jcr:latest
I was able to login using the UI and create a repository etc.
Now I want to login using the CLI:
docker login…

mealesbia
- 845
- 2
- 12
- 28
3
votes
1 answer
Missing Manifest from docker
The remote Docker seems to be well configured but when I try to download any image to my virtual docker It always fails with this trace :
2020-04-01T16:20:32.969Z [jfrt ] [INFO ] [b6e7232e6d2e0cb4] [DockerV2VirtualRepoHandler:117]…

bolivier
- 175
- 2
- 10
3
votes
2 answers
How can I automatically accept Artifactory EULA?
I have been using Artifactory OSS and set it up with a deploy script. The deploy script also uploads some images with curl to a generic repo immediately after setup. Now I need to upload docker images as well so I made the switch to Artifactory JCR.…

Adam Georgsson
- 113
- 9
2
votes
2 answers
Jfrog Build a Docker image with a private base image from Artifactory
I am following the Jfrog Pipeline Example: Docker Build and Push from https://www.jfrog.com/confluence/display/JFROG/Pipeline+Example%3A+Docker+Build+and+Push
I would like to build a docker image based on an existing docker image(caching) from…

Jotta E
- 292
- 5
- 14
2
votes
1 answer
How to authenticate google cloud function for HTTP trigger?
I have a function app which is hosted in my GCP project with authentication turned on.
This app will be triggered from Jfrog container registry webhook based on events.
The issue I face here is to authenticate/authorize the HTTP request. I tried…

Gopi Kumar
- 53
- 5
2
votes
2 answers
asm fetching username: authorizationdata is malformed, empty field
Here are the steps I did and got the error every time...
Created docker registry in jfrog artifactory and added container there.
create access token on jfrog artifactory
create secret in aws secret manager side (username: password:). Added Task…

Tushar De
- 399
- 1
- 5
- 14
2
votes
0 answers
Kubernetes pulling image from Jfrog Container Registry gives ImagePullBackOFF - x509
I am working in my local dev environment
OS:
Ubuntu (bionic) 18.0.4 LTS
Minikube Version:
v1.11.0
Docker Version:
19.03.10
I am using Jfrog Container Registry as registry to my minikube. I am able do the…

armourshield
- 317
- 1
- 6
- 16
2
votes
2 answers
artifactory archive entry download: 404 for tgz with leading dot in path to archived resource
The artifactory archive entry download API systematically fails for a tar.gz archive
The whole archive can be downloaded https://jcr.mydomain/artifactory/osb-cmdb-builds/manual_report.tgz but individual files at…

Guillaume Berche
- 3,049
- 2
- 17
- 18
1
vote
2 answers
JFROG unable to access showing 8046 connection refused
Recent times jfrog server got rebooted from there when we start jfrog we are getting below stating like 8046 refused.
ERROR:
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8046 [localhost/127.0.0.1] failed:…

kranthi kk
- 21
- 3
1
vote
1 answer
JFrog Container Registry (JCR) won't load
Environment:
Macbook Pro: 10.13.6 (17G65) High Sierra
Docker Desktop: 2.4.0.0
Docker Engine: 19.03.13
Browser: Chrome Version 87.0.4280.88 (Official Build) (x86_64)
I can't get the JFrog Container Registry webapp to run.
I followed the…

Frak
- 832
- 1
- 11
- 32
1
vote
2 answers
Pulling images from private repository in kubernetes without using imagePullSecrets
I am new to kubernetes deployments so I wanted to know is it possible to pull images from private repo without using imagePullSecrets in the deployment yaml files or is it mandatory to create a docker registry secret and pass that secret in…

Deepak Jotwani
- 65
- 1
- 8
1
vote
1 answer
Kubernetes not pulling image from JFrog private registry
I'm using JFrog repository as my private registry. And I have specified the secret in order to authenticate with the JFrog. But it says
Failed to pull image "private_registry/image_name": rpc error: code = Unknown desc = failed to pull and unpack…

Dusty
- 231
- 1
- 3
- 16