prometheus icon indicating copy to clipboard operation
prometheus copied to clipboard

Docker image latest tag switch from 2.38.0 to 2.37.1 after 2.37.1 release

Open netsandbox opened this issue 3 years ago • 2 comments

What did you do?

When 2.37.1 was released on 2022-09-12, the latest tag switched from 2.38.0 to 2.37.1, see https://hub.docker.com/r/prom/prometheus/tags and https://quay.io/repository/prometheus/prometheus?tab=tags.

What did you expect to see?

The latest tag should be 2.38.0.

What did you see instead? Under which circumstances?

The latest tag is 2.37.1.

System information

No response

Prometheus version

No response

Prometheus configuration file

No response

Alertmanager version

No response

Alertmanager configuration file

No response

Logs

No response

netsandbox avatar Sep 15 '22 09:09 netsandbox

yeah I saw that too. There is the same issue for the npm packages. That never happens before, but now we have LTS version this issue will be there each time. I'm not sure there is an easy solution to fix it excepting checking if the tag is the latest one (in term of version) and if yes, then the image latest should be pushed. Perhaps there is an easier solution than this one 🤞

Nexucis avatar Sep 19 '22 14:09 Nexucis

/cc @roidelapluie

Nexucis avatar Sep 21 '22 16:09 Nexucis

This has been resolved, the LTS does not push to the latest tag anymore.

roidelapluie avatar Jan 23 '23 13:01 roidelapluie