albertito / chasquid

SMTP (email) server with a focus on simplicity, security, and ease of operation [mirror]

Home Page:https://blitiri.com.ar/p/chasquid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker pull error when pulling `latest` tag

michail-vestnik opened this issue · comments

Hi!

Снимок экрана от 2021-08-14 13-37-51

Thank you for the report!

For ease of reference, this is the key part of the screenshot:

$ docker pull albertito/chasquid
Using default tag: latest
Error response from daemon: manifest for albertito/chasquid:latest not found: manifest unknown: manifest unknown

The latest tag does not exist. It isn't automatically created.

Please use master (or next for the testing version), as documented in https://blitiri.com.ar/p/chasquid/docker/ and https://hub.docker.com/r/albertito/chasquid.

That said, since latest is the default when the tag is omitted, I will adjust the build system to also tag master with it to avoid similar issues in the future.

Commit 4bd2b9e fixes this, you can now just do docker pull albertito/chasquid.

Thanks again for reporting this.