docker-registry Questions

2

Solved

According to https://docs.docker.com/registry/spec/api/ I can call /v2/<name>/tags/list to get a list of the tags for a given image. It works fine, e.g.: {"name"=>"avi/test&...
Expression asked 3/2, 2016 at 20:7

7

When trying to do docker push <IMAGE> to a private docker image registry, getting an error saying manifest invalid along with the error, it's giving some [DEPRECATION NOTICE], which might be...
Suffice asked 28/11, 2019 at 15:32

16

Solved

This error occurs when trying to push an image to the public repository on Docker Hub. There have been no issues with other registries I have tried. I have looked at numerous sites, blogs includi...
Quenelle asked 8/5, 2017 at 22:47

10

Solved

I'm trying to push to the Google container registry from my Jenkins. The builds run inside the Kubernetes Jenkins Plugin, which uses the gcr.io/cloud-solutions-images/jenkins-k8s-slave to build the...

7

I am attempting to push an image of a windows container to a "local" repository on a Windows VM, which has it's own IP address. So when I create the registry on my VM, I can view the repository li...
Aimless asked 17/6, 2019 at 17:26

11

I try to push an image in my public docker repository, but after some minutes I have this problem: and during pushing, the following occurs many times (when retrying): My version of docker is the...

7

I'm having trouble pushing to GitLab Container Registry. I can login successfully using my username and a personal access token but when I try to push the image to the registry, I get the followi...
Burgett asked 19/9, 2017 at 14:16

3

Solved

I am switching Macs and don't remember my Docker registry login. I could go in and reset it all, but I would rather copy the hashed login files to the new Mac. Where are the docker registry creden...
Nudity asked 1/12, 2015 at 5:12

6

Solved

I have latest Docker version 18.06.0 installed on CentOS 7. My server is in a corporate network so using a proxy server to access the registry. I have added proxy settings as per docker documentati...
Eastwardly asked 17/8, 2018 at 7:29

33

I am trying to run a private repository on aws-ecs-fargate-1.4.0 platform. For private repository authentication, I have followed the docs and it was working well. Somehow after updating existing...

6

To simplify deployment and short term roll-back, it's useful to use a new Docker image tag for each new version to deploy on Kubernetes. Without clean-up this means that old images:tags are kept fo...
Redford asked 4/4, 2016 at 18:11

2

Solved

How to create a local-registry container that mounts a volume from the host machine and persist locally all the images that get pulled? Local Docker registry with persisted images It should be p...
Titanomachy asked 9/4, 2021 at 21:28

4

Solved

When an image has been pushed to registry V2, does the image ID will be pushed to registry as well? Is that possible to get image ID for a certain repository from V2 registry?
Voltage asked 10/6, 2016 at 23:4

4

I have a Private Docker Registry set up and i have pushed some images from other machine to this registry. Its a V2 registry. I don't know a novel way to delete the images from repositories since ...
Insistency asked 2/5, 2017 at 5:28

14

I am using kubernetes on a single machine for testing, I have built a custom image from the nginx docker image, but when I try to use the image in kubernetes I get an image pull error????? MY POD ...
Grieg asked 26/4, 2016 at 20:14

3

Solved

I have a private docker registry like myregistry.com:5000. I can push and pull images in client and it is working fine. But when I go to https://myregistry.com:5000/v1 in browser, I get error 404 p...
Silverfish asked 27/9, 2016 at 5:28

15

Solved

I was trying to pull a docker image from a docker registry but hit the following issue: $ docker pull <docker registry>/<image name>/<tag> Error response from daemon: Get <do...
Irisation asked 8/6, 2018 at 20:57

2

how to provide own CA Root certificate and SSL Client certificate (cert + key) to dockerd in gitlab-ci pipeline for own docker registry? I have virtual machine (CentOS 7) and installed docker and ...

6

Solved

I already run a gitlab server inside a docker container with an external nginx server inside an other docker container, so the gitlab nginx server is deactivated. Now I want to use the docker regis...
Bouncer asked 1/12, 2017 at 0:26

3

I have a private registry with a set of images. It can be visualized as a store of applications. My app can take these applications and run them on other machines. To achieve this, my app first pul...
Pahari asked 7/7, 2017 at 15:32

14

I am getting this problem while pushing the images to registry. I'm using Ubuntu server inside Ubuntu docker installed, and inside the docker created docker registry container and I have an issue w...
Osullivan asked 20/8, 2019 at 9:19

9

We updated our private docker registry to the official Registry 2.0. This version can now delete docker images identified by a hashtag (see https://docs.docker.com/registry/spec/api/#deleting-an-im...
Romanticism asked 22/4, 2015 at 15:28

10

I am trying to push an image to a local registry running in minikube but get the below error: Successfully built ee84225eb459 Successfully tagged user/apiserver:0.0.1 $ docker push localhost:5000...
Delgadillo asked 31/12, 2017 at 0:16

4

Solved

I'm trying to create a local Kubernetes deployment using Minikube, Docker Registry, and a demo node project. The first thing I did was install Docker v1.12.3, then Minikube v0.12.2. Then I create...
Helve asked 15/11, 2016 at 1:4

12

By default, if I issue command: sudo docker pull ruby:2.2.1 it will pull from the docker.io offical site by default. Pulling repository docker.io/library/ruby How do I change it to my privat...
Urbani asked 10/10, 2015 at 13:10

© 2022 - 2024 — McMap. All rights reserved.