Rabbitmq: *-management flavors were not automatically rebuilt for 3.8.5

Created on 22 Jun 2020  路  2Comments  路  Source: docker-library/rabbitmq

I can't know what happened but the *-management versions of this image were not rebuilt for 3.8.5 the same way the core image was.

Are my expectations incorrect or should all versions/tags be rebuilt when a new RabbitMQ, Erlang or OpenSSL version is released?

question

Most helpful comment

Makes sense, thank you for explaining something so obvious to me :)

All 2 comments

While the contents of the file haven't changed, the management image is FROM rabbitmq:3.8, so it'll get rebuild anytime rabbitmq:3.8 changes.

Makes sense, thank you for explaining something so obvious to me :)

Was this page helpful?
0 / 5 - 0 ratings