Questions tagged [docker-registry]
The docker-registry tag has no summary.
100 questions
0 votes
0 answers
7 views
dockerhub.io officially removed openjdk:8-jre from thier repository and what is he best alternative for it [migrated]
While building the image for one of our application, i observed that I am unable to pull openjdk:8-jre from official docker.io error: [ERROR]: [#3 ERROR: docker.io/library/openjdk:8-jre: not found] i ...
0 votes
0 answers
117 views
drone.io, registry-plugin and right auth configuration
I got a drone.io pipelines uses docker images from private registry. This registry using basic-auth (htpasswd file). For auth drone-server on this registry i using registry-plugin. But for right work ...
0 votes
0 answers
21 views
How can I add namespace information to docker distribution (registry) metrics?
I'm using latest v2. I'm collecting metrics with prometheus but it seems distribution doesn't include information about namespace. I want to aggregate data per namespace.
0 votes
1 answer
319 views
Unknown Docker Image RepoDigests
TL;DR: I cannot understand how telegraf@sha256:05cbea951c5cf9da6c663321b32848c1b6ffdfa877563237838efa21b508b079 and telegraf@sha256:848201b0601513122f567a6b690b5ef84abbb38e78ca461d1c1d3d7465691d39 are ...
5 votes
1 answer
3k views
MANIFEST_UNKNOWN error: OCI index found, but Accept header does not support OCI indexes
Why am I getting this OCI index found, but Accept header does not support OCI indexes error? user@disp7456:~$ curl -H "Authorization: Bearer QQ==" https://ghcr.io/v2/homebrew/core/vim/...
0 votes
2 answers
772 views
Kubernetes on aws ec2 - private registry certificate signed by unknown authority
Issue Summary I have a Kubernetes cluster 1.30 running on 3 AWS EC2 servers, 1 master node, and 2 worker nodes. I am trying to deploy a private container registry using the registry:2.8.2 image of the ...
0 votes
2 answers
4k views
unknown blob error in private docker registry under nginx reverse proxy
I'm trying to run a private docker registry in a virtual machine, as a previous step to deploy it in a VPS. When I run the registry in local, with this command, everything seems to work fine: docker ...
1 vote
0 answers
151 views
Helm install using a local compressed k8s-dashboard.tgz file. Can see the image with crictl command, but cannot resolve an "ImagePullBackOff" Err
I am having trouble installing Kubernetes-Dashboard onto my 4-node (1 Control Node, 3 Worker Node) cluster. I have been tasked to install RHEL 8 and RKE2 onto 4 servers that need to be available for a ...
0 votes
1 answer
879 views
Podman "no route to host" when pushing to container registry with sudo, but works without sudo
I am encountering a problem with Podman on my system when I try to push images to a local registry. First, I start the registry container with sudo. $ sudo podman container run -dt -p 5000:5000 --name ...
0 votes
0 answers
37 views
Custom docker resitry on ubuntu - 500 error
I'm installed this version of docker registry on UBUNTU server docker-registry github.com/docker/distribution 2.8.0+ds1 ubuntu version is: PRETTY_NAME="Ubuntu 22.04.4 LTS" NAME="Ubuntu&...
0 votes
0 answers
1k views
How to troubleshoot "EOF" Docker pull error when working over VPN?
I am pulling image from the public Docker registry and getting the following error: % docker pull ubuntu Using default tag: latest Error response from daemon: Head "https://registry-1.docker.io/...
0 votes
1 answer
257 views
What are the way to restrict a docker engine to specific repository?
I am searching for possible ways to restrict docker from accessing docker registries other than the one I would specify. I have found docker access management, but that is for docker business and only ...
0 votes
0 answers
1k views
docker pull manifest unknown: manifest unknown
I'm using docker registry, using minio to store images. Here's what my registry is configured to do and the command to run it # vim /etc/docker/registry/config.yml version: 0.1 log: fields: ...
1 vote
0 answers
1k views
Docker private registry: got 400 bad request when docker push
I'm trying to build a private docker registry on my server. I made a docker-compose project using registry image. Nginx is used for reverse proxy from hub.topfyf.cn to localhost:5000. I tried docker ...
0 votes
1 answer
955 views
How pull Artifact Registry images from a on-premise k8s cluster?
I know I should create a service account key, with JSON credentials, from Google Cloud Console and give the appropriate role. Then I should use the kubectl command to create the secret: kubectl -n=...