albertito / chasquid

SMTP (email) server with a focus on simplicity, security, and ease of operation [mirror]
https://blitiri.com.ar/p/chasquid/
Other
868 stars 56 forks source link

Docker pull error when pulling `latest` tag #21

Closed michail-vestnik closed 3 years ago

michail-vestnik commented 3 years ago

Hi!

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

albertito commented 3 years ago

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
albertito commented 3 years ago

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.

albertito commented 3 years ago

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

Thanks again for reporting this.