sbrl / Pepperminty-Wiki

A wiki in a box
https://peppermint.mooncarrot.space/
Mozilla Public License 2.0
178 stars 20 forks source link

latest tag missing in Docker #189

Closed sunjam closed 4 years ago

sunjam commented 4 years ago

docker pull sqlatenwiki/peppermintywiki Using default tag: latest Error response from daemon: manifest for sqlatenwiki/peppermintywiki:latest not found: manifest unknown: manifest unknown

Seems a latest tag has not been defined, but I see there are other tags available.

sbrl commented 4 years ago

Hey there, @sunjam! I hadn't actually noticed that - thanks for pointing it out!

I'm not actually the maintainer of the Docker image. That's graciously provided by @SQL-enwiki if I recall correctly.

@SQL-enwiki, would you be able to help out here?

SQL-enwiki commented 4 years ago

If I understand correctly, latest == stable as far as tags go. Should be pretty easy to alias.

SQL-enwiki commented 4 years ago

In any case, latest now exists, and is the same as stable.

sunjam commented 4 years ago

Awesome, $ docker pull sqlatenwiki/peppermintywiki succeeds