Questions tagged [container-registry]
67 questions
0
votes
0 answers
Fetching image dynamically from container registry
I want to fetch image from container registry dynamically whenever a new image is deployed. How can we write it in gitlab-ci file.
we are using ArgoCD for deployment but it is not fetching image dynamically when a new image is deployed.
Our image…
0
votes
1 answer
Gitlab registry images not getting pulled in Gitlab CI progcess
I am using /kaniko/executor to build the image and push to gitlab container registry (refer below script ). Image getting created and copied to container registry.
Now I am using this base image into gitlab-ci process of different project with image…

dev12345
- 13
- 3
0
votes
1 answer
How to push images to private registry pod with nerdctl
I have created 3 node k8s cluster as show below with containerd as runtime using kubespray
Note: No docker binary is running on nodes.
get no -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE …

KHEMRAJD
- 41
- 4
0
votes
2 answers
IBM Cloud Code Engine does not have authorization to pull an image from its own registry
I'm pretty new to IBM Cloud and Code Engine. I am trying to deploy an app called "project1" by uploading a docker container to IBM Cloud Container Registry and using it for a Code Engine application.
The problem is, the app creation always fails…

MRieding
- 1
0
votes
0 answers
Repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I have a docker-compose.yml file that should spin up a test server for me to run my integration tests against:
version: '3.8'
services:
testserver:
image: registry.gitlab.com/group/image:latest
...
On my .gitlab-ci.yml file I have the…

dokgu
- 4,957
- 3
- 39
- 77
0
votes
1 answer
Getting image pull history using Registry API
I am trying to create a python script to see when was last time my image was pulled from a container registry. I went through Registry API under API Reference and tried the following APIs to get information:
To list repo:
GET /v2/_catalog
To pull…

Ankit Arora
- 155
- 1
- 2
- 8
0
votes
1 answer
Where are the manifest files of docker images stored on private registry?
I have a Harbor registry containing docker images on AWS s3, what is the path for the manifest file for each image?

smgtkn
- 59
- 5
0
votes
1 answer
How to create azure acr task without providing git repository?
I was able to create a azure acr task using the below command:
az acr task create --registry myregistry \
--name demo_task \
--image demo_app:{{.Run.ID}} \
--file demo.Dockerfile \
…

Python coder
- 743
- 5
- 18
0
votes
0 answers
Unable to pull from Gitlab Container Registry unless set to Everyone With Access
I am working on building a simple pipeline with Gitlab. I'm using Minikube on my laptop and I've installed gitlab-runner using helm on the same namespace of the application I'm trying to deploy. I've not installed Gitlab on Minikube, I'm using…

Gfalco
- 77
- 3
- 13
0
votes
1 answer
Is it possible to push an image build with Kaniko to an Oracle container registry?
My scenario: I have an image of a self-hosted Azure agent deployed on Kubernetes and I will need to build & push a docker image of a microservice using that agent.
For that, I recently began learning about Kaniko and while reading the documentation,…

Paula Gouveia
- 63
- 1
- 6
0
votes
1 answer
Error when pulling private docker image from GitLab container registry using DockerOperator in Airflow 2.0
I've been struggling with pulling a private image from my GitLab container registry when running a DockerOperator in Airflow 2.0.
My DockerOperator looks as follows:
python_mailer = DockerOperator(
task_id='mailer',
…

Maarten
- 207
- 2
- 13
0
votes
1 answer
IBM Cloud: Least privileges for service ID that needs to update a Code Engine app?
I am using IBM Cloud Code Engine to deploy my containerized apps. Now, I would like to use a service ID (or its API key) to run a toolchain and within to update an already existing app. What privileges are needed to push the new container image to a…

data_henrik
- 16,724
- 2
- 28
- 49
0
votes
1 answer
How can I find out who pushed an image to the Gitlab Container registry
I want to find out who / what user pushed an image to the Gitlab Container registry. Optimally by using the gitlab-python package.
When using the gitlab-python package I was able to get the object 'ProjectRegistryRepository'. However, this does not…

Moritz
- 307
- 1
- 4
- 10
0
votes
1 answer
IBM Cloud Container Registry: How to remove a group (or even all) of images using CLI
Checking with "ibmcloud cr images" I see I have several hundred old images in IBM Cloud container registry. Is there a way to delete them all, or delete by date? For example, images older than one year?
(Some shell script will probably do, of…

icordoba
- 1,834
- 2
- 33
- 60
0
votes
1 answer
How to use a Notary client to access IBM Cloud notary server
I got the following error when trying to use a Notary client to get the digest of a signed image in my IBM Container Registry. Can anyone advise how to solve it?
# notary -s https://us.icr.io:4443 lookup us.icr.io/securek8s/hello-world latest
*…

Qi Zhang
- 631
- 1
- 7
- 15