Unable to find image discourse/discourse-auth-proxy

I’m trying to setup the discourse-auth-proxy to setup SSO for an app but am encountering the issue:

Unable to find image ‘discourse/discourse-auth-proxy:latest’ locally
docker: Error response from daemon: pull access denied for discourse/discourse-auth-proxy, repository does not exist or may require ‘docker login’.
See ‘docker run --help’.

I’ve logged in with docker login successfully but always have this error.

1 Like

It looks like we might have made that image private by accident?

@sam is that the case?

I think it was just renamed to

➜  ~ docker pull discourse/auth-proxy:20190625.001839
20190625.001839: Pulling from discourse/auth-proxy
e7c96db7181b: Already exists
c45c8cd338c3: Pull complete
e93b72732898: Pull complete
Digest: sha256:dff53716415a73ae65b45716289029bf99543113fd6722f0717b392d80d98f96
Status: Downloaded newer image for discourse/auth-proxy:20190625.001839
3 Likes

Aha, I’ve updated the README to reflect this:

https://github.com/discourse/discourse-auth-proxy/commit/c55602bfb1778289cb863821a4056b83b9af72aa

6 Likes

This topic was automatically closed after 29 hours. New replies are no longer allowed.