Questions tagged [docker-registry]
84 questions
1
vote
1 answer
Certificates in docker local registry
I'm trying to set up a docker local registry within my university network. Since they offer certificates from rediris I requested one, so I have now three different files:
cert.pem
intermediate.pem
chain.pem
In addition to this, I kept my .key and…

Vicent Blanes
- 13
- 2
1
vote
0 answers
Open shift internal registry lost connection with the cluster
As a result getting image pull error while submitting the deployment to the kube API. Even the docker registry pod IP is in connection but VIRTUAL IP of docker registry lost connection with the cluster.
Observed these logs in server. Error response…

user14805338
- 11
- 2
1
vote
1 answer
Hosting docker images on multiple registries but reference them the same way e.g. in a k8s deployment
Since I started with docker there is one question that follows me and I could not get a good answer so far.
Let's assume I have a .yaml file specifying a k8s deployment. We are building our docker images on a local build server and they are getting…

Mangosniper
- 23
- 5
1
vote
0 answers
Docker behind squid proxy
Im running a squid http proxy with squidguard and already configured a dest block on squidguard with the domainlist of the allowed domains, also configured the docker.service.d to have a http proxy (image below) but is getting me an weird…

tommyduarte
- 31
- 1
1
vote
1 answer
Setting up a docker registry on EC2 instance
I want to set up a private registry on an AWS ec2 instance, in such a way that I could securely push images, and our clients could securely pull them (but not push).
Right now I tried to do so with a self-signed certificate but I'm really confused…

Lakerda
- 111
- 1
1
vote
2 answers
GitLab docker registry reject push with error 500
Summary
I have self-hosted gitlab, installed with apt. I don't have git_data_dir in default location (see config). I can't push docker image into docker registry, directory /registry does not exists. No migrations, no backup/restore…

Ajax
- 111
- 1
- 4
0
votes
0 answers
azure container registry - manage namespaces and tags users can push to
I am trying to find out what the Actions for RBAC settings are for azure CLI/Powershell.
I can't find a list of Actions/Permissions to assign to a role
I don't know what is the right permission to allow a role to only assign to a specific tag,…

Martin Muzatko
- 121
- 4
0
votes
1 answer
Beginners guide to offline docker & docker registry
Considering “no online internet acess on server” phenomena in enterprises netwoek - how one approach docker & docker registry practice ?

Vijay Gharge
- 87
- 1
- 2
- 10
0
votes
0 answers
Gitlab Runner installation Docker in Docker
Alright, so I am trying to install, register and successfully use a Gitlab Runner as a container in docker with the executor docker, basically docker in docker. I had some problems with it but was able to solve them on my own.
I am running gitlab-ce…

PhysiOS
- 432
- 7
- 15
0
votes
2 answers
Docker login from GitLab CI without possibility to access Docker registry password from .gitlab-ci.yaml?
I'm trying to set up a CI environment to build and push a Docker image for a project. The Docker registry I'm trying to push to is a private registry that requires me to log in. I can log in to the registry using the docker login my-registry…

Hendrik Wiese
- 151
- 7
0
votes
1 answer
docker registry auth resource name
Hello I need to clarify docker daemon documentation on registry with Auth.
I have found docker docs
I also found godocs for docker registry.
I searched the auth process, but I could not find anything that would help me understand the…

dosmanak
- 161
- 1
- 6
0
votes
2 answers
Docker Issue - exit status 34
I am facing "exit status 34" while creating docker service. please suggest what is the issue.
Docker version : Docker version 17.09.1-ce, build 19e2cf6
Error Log :nsenter: failed to unshare namespaces: Cannot allocate memory
container_linux.go:265:…

Mayur Jaiswal
- 1
- 1
- 1
0
votes
1 answer
gcloud docker -- push request canceled while waiting for connection
Trying to push docker image to gcloud and started getting this error.
gcloud docker -- push us.gcr.io/purple01-192114/purple_cloud:80only
The push refers to repository [us.gcr.io/purple01-192114/purple_cloud]
Get https://us.gcr.io/v2/: net/http:…

grabbag
- 163
- 2
- 6
0
votes
1 answer
docker - private registry with front webUI (not taking in images)
I spawn up a new Docker registry and front-end webUI for it using:
[root@centos-reg ~]# docker run --name registry -d -p 5000:5000 -v /var/docker-reg:/docker-registry-storage lukaspustina/registry-demo
[root@centos-reg ~]# docker run -d -e…
user192756
0
votes
1 answer
Docker registery show images
I installed docker registry according to this Document
now i have this images :
registry latest 9d0c4eabab4d 2 weeks ago 33.2 MB
nginx 1.9 c8c29d842c09 12 months ago …

mah454
- 157
- 4