docker-registry Questions

1

I have two GitHub actions workflow set up right now. One to publish an image to a jfrog registry, and another to promote the image with a new tag to the jfrog artifactory. I am trying to use the gi...
Freeboot asked 24/11, 2021 at 19:14

2

Are there any good methods/tools to get notifications on updates to containers on Docker Hub? Just to clarify, I don't want to automatically update, just somehow be notified of updates. I'm curren...
Shopwindow asked 10/12, 2016 at 19:52

3

I pushed my docker image to my private registry once, but when I want to push again that image I got these messages : 06-Sep-2016 10:54:10 Error response from daemon: Conflict: Tag latest is alrea...

3

I have a docker image, call it dockerimage/test. Every time I update it, I increment a tag, so dockerimage/test:1, dockerimage/test:2 and so on. When I pull and run the image on my local machine w...
Topazolite asked 3/5, 2017 at 9:24

2

Solved

I am having trouble pushing my docker image to the hub using the following command: mvn clean package docker:build -DpushImage Each time I get the following response: [WARNING] Failed to push j...
Zagreb asked 7/10, 2016 at 19:27

9

Solved

Is there a way to delete specific tags only? I only found a way to delete the whole registry using the REST/cli-acr Thanks
Hydropic asked 3/1, 2017 at 15:33

2

Similar to Docker private registry with mirror but I am using Sonatype Nexus which is similar nexus registry mirror docker hub not work but I am also using a secure password protected repository I ...
Keyway asked 20/8, 2020 at 20:59

4

Solved

I have setup docker on my machine and also minikube which have docker inside it, so probably i have two docker instances running on different VM I build an image and tag it then push it to local r...
Cryptography asked 6/9, 2017 at 1:10

9

Solved

The private registry was worked well based on docker 1.10.3,but I can not pull/push images after the docker updated to 1.12.0. I had modified the /etc/sysconfig/docker as: OPTIONS='--selinux-enab...
Eous asked 1/8, 2016 at 9:37

3

I'm using the official Docker registry image, and have configured it as a pull though cache. My clients can log in and push/pull local images, such as this: docker login -u username -p secret do...
Tourism asked 30/4, 2018 at 9:41

2

Solved

Is there a way to build a docker image from a Dockerfile that uses a base image from a local, insecure registry hosted in Gitlab. For example, if my Dockerfile were: FROM insecure.registry.local:/m...
Zelikow asked 30/7, 2021 at 20:37

2

I am trying to search for an image using it's SHA256 hash: I have sha256 hash and I want to know if any docker image with this sha256 hash exists or not. Is it possible to do that and how?

1

If you ever attentively browse for docker images on https://hub.docker.com you may have once dissect all the commands composing an image of interest within a certain tag. Great, but then you may ha...
Beeves asked 16/12, 2020 at 19:51

4

Solved

I created two Docker containers. The first one provides a private Docker registry and the second one is a mirror of the official Docker registry: docker run -d --name registry -v /local/path/to/re...
Hypercriticism asked 17/2, 2015 at 8:12

2

Solved

I have a GitLab CI job that builds multiple architectures of the same application into docker images. I'd like to push them up to DockerHub without needing to tag each image. That way I can add the...

2

I am trying to make my kubernetes cluster pull from a container registry service running inside itself. I have kube dns setup, I have a registry deployment and service running. I can resolve the se...

1

Solved

I have the following imagepolicy: apiVersion: image.toolkit.fluxcd.io/v1alpha2 kind: ImagePolicy metadata: name: cps-kul-beta-imagepolicy namespace: flux-system spec: imageRepositoryRef: name: ...
Lael asked 16/6, 2021 at 12:40

1

Solved

I have just copied a docker image from one repository to another, by pulling an explicit sha256 hash tag from our OpenShift 3.11 external repository, retagging it to our Harbor 1.9.2 repository and...
Grader asked 23/1, 2020 at 10:14

6

Solved

I would like to list the tags of a Docker image official Docker hub through its HTTP interface, but I am a bit confused. As there seems to two versions of them: https://docs.docker.com/v1.6/refer...
Dittmer asked 12/2, 2016 at 11:8

3

Solved

Is there a limit to the number of parallel Docker push/pulls you can do? E.g. if you thread Docker pull / push commands such that they are pulling/pushing different images at the same time wha...
Palacios asked 18/4, 2017 at 18:25

5

Solved

Docker 1.9 allows to pass arguments to a dockerfile. See link: https://docs.docker.com/engine/reference/builder/#arg How can i pass the same arugments within ENTRYPOINT Instruction?? My dockerfi...
Jodyjoe asked 16/12, 2015 at 23:43

2

Have been bumping my head against the wall on this one for a while. And while the "latest" tag builds just fine, the "dev" tag (or any other tag I have attempted does not. Rem...
Nagey asked 26/3, 2021 at 23:12

2

Solved

I followed this guide to setup a Docker v2 Registry acting as a local proxy cache for Docker Hub images. My Docker daemon is configured with both --insecure-registry and --registry-mirror options p...
Burp asked 9/11, 2015 at 13:29

3

Solved

The UI on ECR does not let you apply tags to images. When you push images to ECR that have a tag that exists, the existing image becomes untagged, as expected. However, there does not appear to be ...
Munich asked 7/11, 2018 at 22:20

2

I'm trying to create a Docker image on a Mac computer. The command fails with the following error. I'm on Docker Desktop version 2.2.05. Cannot run program "docker-credential-desktop": error=2, No...

© 2022 - 2024 — McMap. All rights reserved.