Questions tagged [container-registry]

67 questions
17
votes
5 answers

pull access denied for container-registry.oracle.com/database/enterprise

I have been trying to pull a docker image: container-registry.oracle.com/database/enterprise:12.2.0.1 but i am getting the following error :: Error response from daemon: pull access denied for container-registry.oracle.com/database/enterprise,…
Amal Vijayan
  • 649
  • 2
  • 6
  • 26
15
votes
5 answers

How do I check if an image:tag exists in gitlab container registry

I know that this can be done with dockerhub. I want to know if there is something similar available for gitlab registry. The use case is that, I have written a fabric script to revert a deployment to a particular tag provided by the user. Before…
Dineshs91
  • 2,044
  • 1
  • 25
  • 24
5
votes
1 answer

Get the last uploaded docker image from gitlab container registry

We store docker images in gitlab container registry. The images have tags such as imagename-datetimestamp.So if an image A is built at 8 a.m on 5/21/21, it is uploaded as imagenameA-0521210800. The next one built at 12 p.m is uploaded as…
user1164061
  • 4,222
  • 13
  • 48
  • 74
4
votes
0 answers

docker login Remote error from secret service

While logging in with: $ docker login registry.mydomain.com I received this error: Remote error from secret service: org.freedesktop.DBus.Error.UnknownMethod: No such interface 'org.freedesktop.Secret.Collection' on object at path…
3
votes
1 answer

Controlling pod recovery from "Error: ImagePullBackOff" when Contrainer Registry is also inaccessible

We had a major outage when both our container registry and the entire K8S cluster lost power. When the cluster recovered faster than the container registry, my pod (part of a statefulset) is stuck in Error: ImagePullBackOff. Is there a config…
ucipass
  • 923
  • 1
  • 8
  • 21
3
votes
2 answers

Can we change kubernetes image registry search list?

For example, I have an internal docker registry for my kube cluster, hosted on internal-docker-registry.io:5000. When the pod from the kube cluster pulling image busybox, I don't want to pull from docker hub docker.io. But instead I want it to pull…
3
votes
2 answers

What is the difference between GitHub Container Registry and Github Packages for Docker?

GitHub offers two options for storing container images as I understand it: Container Registry and Packages, but I think the difference is not clear. In a blog post, they say "With GitHub Actions, publishing to GitHub Container Registry is easy." but…
Emre
  • 933
  • 15
  • 27
3
votes
0 answers

Pulling docker images from private repo within a corporate network

I am trying to pull a docker image from a private repo within the corporate network: docker pull /sample-service Using default tag: latest latest: Pulling from sample-service 4fe2ade4980d: Pulling fs layer 6fc58a8d4ae5: Pulling fs…
BharathYes
  • 787
  • 2
  • 9
  • 25
3
votes
1 answer

Where does Kubernetes pull images and how can I browse them/change their pull source?

Where does a file like this pull images like image: k8s.gcr.io/defaultbackend-amd64:1.5 and where can I brows them? The next release of ingres-nginx uses 1.15.6 which fixes CVE-2018-16843 and CVE-2018-16844. I want to see if there is an image from…
Alexander Kleinhans
  • 5,950
  • 10
  • 55
  • 111
3
votes
1 answer

Adding IBM Cloud Docker Registry as Octopus Deploy External Feed

I'm trying to authenticate against a private Docker registry, hosted in IBM Cloud (aka Bluemix). In Octopus, I can connect successfully against the main Docker Hub feed at index.docker.io. And also making a request through the IBM Swagger docs here…
2
votes
1 answer

How to push a single image with multiple tags to a container registry?

I'm currently using the following command to build an image with a tag: buildctl build \ --frontend dockerfile.v0 --opt filename=${DOCKER_FILE} --local dockerfile=${DOCKER_ROOT} \ ${BUILD_ARGS} --local context=${DOCKER_ROOT} \ …
gian1200
  • 3,670
  • 2
  • 30
  • 59
2
votes
0 answers

Gitlab container registry behind reverse proxy

I found a lot of questions on StackOverflow with the same title as this question. But none of the questions or answers could help me to solve my problem (I use example.com instead of my own domain). when I try to login to my registry like…
mama
  • 2,046
  • 1
  • 7
  • 24
2
votes
1 answer

How to authenticate with digital ocean container registry using auth token file without dotctl?

I'd like to manually login / authenticate with my container registry. I've been given a auth file that looks like: {"auths":{"registry.digitalocean.com":{"auth":"******************"}}} How do I use this file to authenticate? As docker login…
Chris Stryczynski
  • 30,145
  • 48
  • 175
  • 286
2
votes
2 answers

kubernetes can't pull certain images from ibm cloud registry

My pod does the following: Warning Failed 21m (x4 over 23m) kubelet, 10.76.199.35 Failed to pull image "registryname/image:version1.2": rpc error: code = Unknown desc = Error response from daemon: unauthorized: authentication…
zcleghern
  • 827
  • 7
  • 21
2
votes
2 answers

IBM Bluemix registry push authentication error

When pushing to the Bluemix registry, I get the following error: 47c2386f248c: Waiting 2be95f0d8a0c: Waiting 2df9b8def18a: Waiting unauthorized: authentication required I've got the cs and cr plugins both installed, an have verified Bx is being…
1
2 3 4 5