Check-mk-raw:2.2.0-latest docker image?

Hi there,
the install doc claims to use raw:2.2.0-latest image from hub.docker.com as seen here:https://docs.checkmk.com/latest/en/introduction_docker.html?lquery=latest point 3

For now there is no latest image. Will there be a latest image for 2.2 ?

For 2.2 the right image should be

docker pull checkmk/check-mk-raw:2.2.0-daily

If you really want to use a daily build.

The 2.2.0-latest is indeed missing. I created an internal ticket.

I recommend looking at Download Checkmk for free | Checkmk to get the tags.

e.g.
docker container run -dit -p 8080:5000 -p 8000:8000 --tmpfs /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 -v monitoring:/omd/sites --name monitoring -v /etc/localtime:/etc/localtime:ro --restart always checkmk/check-mk-raw:2.2.0p1

Sorry for being so unclear. I am not a native english speaker.

I saw the discrepancy between the doc and the “real world” on hub.docker.com and have ask if either the doc or the real world could be changed :wink:

IIRR x.x.x-latest is refering to the latest release build while x.x.x-daily is referencing to the beta build.
But switching the release channel is not an option for me.

Thanks for this; I checked the release page on a regular base and recreate my container if necessary; But it would be nice if i must not edit my compose file of course.

Thanks in advice

Yeah, with the 2.2.0p2 release, we will have the latest tag again.

Background: We changed the technology of our build pipelines for the 2.2, and that broke that piece.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.