Jenkins Helm Chart - kubernetes-plugin pulling image from a private gcr
I am failing to pull images from a private gcr repo through helm jenkins on a private k8s repo. I am getting:rpc error: code = Unknown desc = Error response from daemon: unauthorized: You don't have...
View ArticleHow to setup Docker mirror proxy Repository in Nexus Repository ManagerOSS...
So, We are going to setup local proxy repository. Which directs to further docker hub and our another remote Docker Hosted repository hosted on different location.Which is requested through...
View ArticleGitlab CI/CD fails to build docker image
I have built a custom base image from alpine and use it as the base for ruby services that we develop.FROM ruby:2.4.2-alpine...I use Gitlab and Gitlab's docker registry along with it. Each project has...
View ArticleUntracable glassfish docker container image or clean installation?
For a customer I need to create a glassfish container, containing the glassfish 5.0 release.I have been looking for standard glassfish images on docker hub, and other places, but can't manage to find a...
View ArticleHow to pin public root key when downloading an image with docker pull (Docker...
How can I execute docker pull (with Docker Content Trust enabled) such that it fails if the image doesn't have a valid signature using the private key corresponding to (or subordinate to) the public...
View ArticleDocker: How to download & verify a publisher's root key (out-of-band,...
For a given publisher of docker images on Docker Hub (let's say debian), how do I download their root release/image signing key and verify its authenticity from multiple sources out-of-band from...
View Articlecurl command is getting delayed after node reboot in k8s cluster
I have deployed a private docker registry from here :- https://git.app.uib.no/caleno/helm-charts/tree/84725d0e7921fb75860199fc8f52f2ee58e3d0a4/stable/docker-registry with 2 replica sets. Everything...
View ArticleIs there a way to push tarred repository to dockerhub without loading on local
I have a tarred docker repository created by using docker save.I want to push this tar to a registry, say dockerhub. Is there a way we can do that without loading on local docker?
View ArticleIs it possible to make the minikube VM use the VPN configuration from the...
I am currently writing a script that deploys a number of applications to a local minikube cluster for development purposes. This script is working great on Linux, but then I tried it on Mac OSX.When...
View ArticleKubernetes Failing with Self Signed Docker Registry Certificate
We have a private Docker registry and we're attempting to get a our Kubernetes cluster to pull images from it, but it's failing with the following error: Type Reason Age From Message ---- ------ ----...
View ArticleWhile pulling windows docker image from private registry, Docker trying to...
I created a Windows based docker image (asp.net web project) and pushed it to my private image registry.when i pull the image from another windows server (offline and there is not a proxy), i'm getting...
View Articleinstall helm chart package without public container registry (offline,locally)
When I want to install a package in kubernetes cluster with helm chart, for example install gitlab with helm, during installation there is need to download docker image from a public registry and I...
View Articlegitlab project registry - docker push fails with invalid reference format...
I have create a personal access token for my project. in my gitlab-ci.yml I'm trying to create a docker image and then save it in my project's repository.I'm able to login - I see an explicit message...
View Articlegitlab container registry: how to test that it's set up and working?
I'm trying to push for the first time to a gitlab project container registry.I am not a gitlab administrator so I can't change global settings. But as far as my project is concerned I've made sure that...
View ArticleHow to configure registries.yaml to point to several Harbor proxy cache...
I have configured a Harbor (with SSL and FQDN: harbor.example.com) as a proxy cache for several docker registries (docker.io, quay.io and k8s.gcr.io). I can pull any images without any problem from any...
View ArticleExporting multi-arch Docker image from local registry to .tar file
I have a multi-arch build that is pushing to a local registry I have running:docker buildx build --platform linux/amd64,linux/arm64 --push -t localhost:5000/myimage:latestI need to export this...
View ArticleK3s pull images from Docker Pro private repository
I'm attempting to use containers published to a private Docker Pro registry with K3s.I've configured /etc/rancher/k3s/registries.yamlmirrors: docker.io: endpoint: - "https://docker.io"configs:...
View ArticleAzure Devops pipeline not listing artifact created by it
I am building and pushing Docker images to my Azure Container Registry from Azure DevOps using the azure-pipelines.yml file below.This works great except that there doesn't seem to be any relation...
View ArticleUnable to pull image from a private Docker registry with Let's Encrypt...
I have set up a private Docker registry on my Kubernetes cluster (k3s) running on a Raspberry Pi 4. I have secured the registry with a Let's Encrypt certificate, and I can confirm that the certificate...
View ArticleUnsecure container registry declaration in Gitlab CI/CD
I have the following .gitlab-ci.yml file :stages: - publish - deployvariables: TAG_LATEST: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_NAME:latest TAG_COMMIT:...
View Article