Skip to main content

Questions tagged [docker-registry]

0 votes
0 answers
7 views

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 ...
Ujjwal Jha's user avatar
0 votes
0 answers
117 views

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 ...
Hvprvtr's user avatar
  • 23
0 votes
0 answers
21 views

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.
chingis's user avatar
  • 253
0 votes
1 answer
319 views

TL;DR: I cannot understand how telegraf@sha256:05cbea951c5cf9da6c663321b32848c1b6ffdfa877563237838efa21b508b079 and telegraf@sha256:848201b0601513122f567a6b690b5ef84abbb38e78ca461d1c1d3d7465691d39 are ...
Levent Y's user avatar
5 votes
1 answer
3k views

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/...
Michael Altfield's user avatar
0 votes
2 answers
772 views

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 ...
user avatar
0 votes
2 answers
4k views

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 ...
Alvaro Maceda's user avatar
1 vote
0 answers
151 views

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 ...
dcs_engr's user avatar
0 votes
1 answer
879 views

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 ...
Couim747's user avatar
0 votes
0 answers
37 views

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&...
ciro's user avatar
  • 113
0 votes
0 answers
1k views

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/...
greatvovan's user avatar
0 votes
1 answer
257 views

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 ...
MaatDeamon's user avatar
0 votes
0 answers
1k views

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: ...
HuaJFrame's user avatar
1 vote
0 answers
1k views

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 ...
OrthoPole's user avatar
0 votes
1 answer
955 views

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=...
attgua's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
7