wiremock / wiremock-docker

Wiremock Docker image
https://hub.docker.com/r/wiremock/wiremock
MIT License
218 stars 101 forks source link

Wrong image pushed to docker hub for latest tag #18

Closed symposion closed 5 years ago

symposion commented 5 years ago

I was confused by the fact that the "latest" image did not appear to be showing the most recent fixes despite being pushed very recently to docker hub. Looking closely at https://hub.docker.com/r/rodolpheche/wiremock/tags, however, it seems like the size of the latest image matches that of 2.23.0 rather than 2.24.0. Did the wrong image get pushed as latest perhaps?

ghusta commented 5 years ago

According to this command

docker inspect --format "{{.Config.Env}}" rodolpheche/wiremock:latest

It contains wiremock 2.23.2

Docker images list

$ docker images rodolpheche/wiremock
REPOSITORY             TAG                 IMAGE ID            CREATED             SIZE
rodolpheche/wiremock   2.24.0              3ceb8fa6a180        7 days ago          261MB
rodolpheche/wiremock   2.23.2              12a447c4ea2d        3 months ago        458MB
rodolpheche/wiremock   latest              12a447c4ea2d        3 months ago        458MB
rodolpheche commented 5 years ago

Thanks for your report