i’ve just tried to pull the latest docker Image for phplist but just get this error:
$ docker pull docker.phplist.com:5000/phplist:3.3.3
Error response from daemon: Get https://docker.phplist.com:5000/v2/phplist/manifests/3.3.3: no basic auth credentials
i’ve also tried to start the downloaded yml file directly bot got the same Problem (here for the DB)
Creating network "phplisttest_default" with the default driver
Creating volume "phplisttest_images" with default driver
Creating volume "phplisttest_mailhost_spool" with default driver
Pulling dbhost (docker.phplist.com:5000/testdata:3.3.2)...
ERROR: Get https://docker.phplist.com:5000/v2/testdata/manifests/3.3.2: no basic auth credentials
that’s the internal docker registry and only available to phpList team members. I haven’t published the latest docker images yet, but they would be on the global docker registry https://hub.docker.com/r/phplist/phplist/
I see you found the .yml file containing the address. - maybe you consider to filter traffic at port 5000 when it’s just meant to be used by team members
Anyway thx for the clarification, would be nice to get some sort of notification when the new image is ready.