Yes, thank you! Ugh. I needed to build with the quay.io prefix in the tag as well. Got it. It worked.
So... to summarize for future readers, the command becomes: bash -c "docker build -t quay.io/$DOCKERHUB_USERNAME/bulletin-board:$GO_PIPELINE_LABEL . -f Dockerfile.application" And then the artifact image value is: quay.io/<username>/bulletin-board David On Wednesday, April 3, 2019 at 7:00:36 PM UTC-4, Varsha Varadarajan wrote: > > Hi David, > > From what I see, the image isn't tagged properly. The image should have > quay.io/ <http://quay.io/.>adaptly/bulletin-board > > You can refer to the steps I have put up in > https://github.com/gocd/docker-registry-artifact-plugin/issues/23 > > Thanks, > Varsha > > > On Wed, Apr 3, 2019, 14:04 <[email protected] <javascript:>> wrote: > >> I'm trying to use Quay.io as an artifact repository but can't get it to >> authenticate with the docker-registry-artifact-plugin. >> >> The url I'm using is https://quay.io >> >> I've tried various different auth, both my own and a Quay.io robot >> account that I configured. >> >> I don't have any useful feedback other than >> >> [go] Interaction with plugin with id 'cd.go.artifact.docker.registry' >> implementing 'artifact' extension failed while requesting for >> 'cd.go.artifact.publish-artifact'. Reason: [The plugin sent a response that >> could not be understood by Go. Plugin returned with code '500' and the >> following response: 'Failed to publish Artifact[id=bulletin-board, >> storeId=quay-io, >> artifactPlanConfig={"Image":"adaptly/bulletin-board","Tag":"${GO_PIPELINE_LABEL}"}]: >> unauthorized: incorrect username or password'] >> >> Thanks. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "go-cd" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
