Tasks like Update to last versions via docker compose say “… :latest which always points to the last stable release.”
it seems that docker-latest points to 1.0.0-rc3, I wouldn’t asume an rc as stable, I would expect 0.24.6 instead. Do you see this differently?
Generally, this is correct, but the issue came from a hickup in the CI which assumed tagged versions are always stable. Because migrating back is not possible, we’ll have to follow through with this until the final 1.0.0 release. Future RC’s after 1.0.0 won’t be released as :latest.
1 Like