Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Pushing to a Docker Registry on ProGet
-
I installed ProGet using the instructions on: https://inedo.com/support/documentation/proget/installation/installation-guide/linux-docker
with the same port exposed, ie: 80:80, I have created a Docker Registry "DspDocker" and I'm trying to push a simple image to this. (Ubuntu: latest)
Below are the commands that I ran:
docker login [server]:80
docker tag [server]:80/dspdocker/ubuntu:latest
docker push [server]:80/dspdocker/ubuntu:latestThe login succeeds but when performing the push the response I get is:
The push refers to repository [serverName:80/dspdocker/ubuntu]
059ad60bcacf: Retrying in 4 seconds
8db5f072feec: Retrying in 4 seconds
67885e448177: Retrying in 4 seconds
ec75999a0cb1: Retrying in 4 seconds
65bdd50ee76a: Retrying in 4 seconds
unknown: Could not resolve ProGet feed "dspdocker". Docker repository names in ProGet must include the feed as a prefixProduct: ProGet
Version: 5.1.0
-
Hello Jasper,
I don't have a Linux installation of ProGet in front of me, but it's possible that this would work if you renamed the feed to
dspdocker
(with no capital letters).