BlueprintFramework / docker

Blueprint's extension ecosystem you know and love, in Docker. Install, manage and develop Pterodactyl modifications like never before.
https://blueprint.zip
MIT License
17 stars 4 forks source link

Tag all docker images with "latest" tag #6

Closed Smart123s closed 5 months ago

Smart123s commented 5 months ago

It would be really great if there would be a "latest" tag. I know it's unsafe for production use, but I'd be glad to have it when testing on my home setup.

Resolves #5

Ahwxorg commented 5 months ago

LGTM

Loki-101 commented 5 months ago

The images are built in parallel; this wouldn't be able to determine which is the latest image; any of them could wind up as :latest depending on what takes the longest to build, and if the latest image fails to build, this could set older images as the :latest tag. I'll work on adding a :latest tag for the latest version though.