71 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
199
views
Azure Kubernetes Image Pull Failure from JFrog Registry: "Connection Reset by Peer"
I am encountering an issue while pulling an image from JFrog Registry into a Azure Kubernetes pod. The error message reads:
Failed to pull image "artifact.chi.com/gpm0001713-dkr-wfe-da-stage/Ga....
0
votes
0
answers
47
views
GitLab - Error while configuring Container Registry with Contabo S3 Bucket
Facing an error on the configuration.
registry['storage'] = {
's3' => {
'accesskey' => 'Access key ',
'secretkey' => 'Secret Key',
'bucket' => ...
0
votes
0
answers
28
views
Avoid out-of-cluster traffic for microk8s default registry
I just setup a microk8s instance with it's default container registry module enabled. I'm able to operate it easily, but it feels too easy now that I just found out that in default settings I can call ...
0
votes
1
answer
632
views
Using Tokens from an Azure Container Registry as pull-secrets in Redhat Openshift
I don't seem to be able to generate a usable secret with Tokens in ACR. The method outlined here:
https://learn.microsoft.com/en-us/azure/openshift/howto-use-acr-with-aro
only mentions the Access keys ...
1
vote
0
answers
459
views
dial tcp: lookup docker on 192.168.65.7:53: no such host
I'm having trouble when logging in to docker to push my image to the container registry when using a CI script in GitLab.
Everything was working fine until I started using a self-hosted runner which I ...
1
vote
0
answers
539
views
Build docker image in gitlab ci with kaniko in local docker setup: suddenly cannot access container registry
Setup
I'm running Gitlab (Omnibus) on a local server with docker compose (as described here).
Gitlab is globally reachable behind an Nginx reverse proxy (is a docker container as well: nginxproxy/...
2
votes
0
answers
587
views
Pipeline - Bitbucket -> Digital Ocean container registry -> deploy
I need to make pipeline on Bitbucket repository which triggers on git push. This pipeline should create docker image push this image into the Digital Ocean container registry and then create Docker ...
1
vote
1
answer
2k
views
GitLab Container Registry Connection Error
I have a GitLab installation running on Docker (Windows 10 Docker-Desktop). I made GitLab Container Registry settings. When I try to connect to the Container Registry, I get the following connection ...
0
votes
2
answers
1k
views
Impossible to get nuget package from another gitlab project (error NU1301)
I installed Gitlab locally. I have two projects: a toolkit (project 1) and a second project (project 2) which uses the nuget package from this first project. The nuget package is stored in Gitlab's ...
2
votes
1
answer
4k
views
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 ...
0
votes
1
answer
3k
views
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 ...
0
votes
3
answers
847
views
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 ...
1
vote
1
answer
226
views
How to make aliases of apptainer container tags?
Apptainer (and singularity) can interact with container registries, much like docker can. Common practice for these registries is to have a (semantic version) tag for each image pushed and maintain ...
0
votes
1
answer
1k
views
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 ...
1
vote
1
answer
67
views
IBM Cloud: How to control number of container images caused by Code Engine builds?
I frequently build and deploy my app from source code using the IBM Cloud Code Engine feature. I noticed the container images filling up my container registry.
How can I reduce the number of images in ...