hashicorp / docker-consul

Official Docker images for Consul.
Mozilla Public License 2.0
398 stars 238 forks source link

Build official images for Consul 1.10.4, 1.9.11, and 1.8.17 #180

Closed ksmiley closed 3 years ago

ksmiley commented 3 years ago

There were three Consul releases yesterday (November 11) that included security updates, and it doesn't look like the Docker images for them are being built. I know it can take a few days for the images to make their way to Docker Hub because they have to go through the official-images process, but as far as I can tell, the Dockerfile in this repository needs to be updated as the first step.

ksmiley commented 3 years ago

To clarify, I was looking at https://hub.docker.com/_/consul, but a coworker has pointed out that https://hub.docker.com/r/hashicorp/consul exists and has the latest releases. That page says the source repository is hashicorp/docker-consul, but since it has the latest releases, is it actually built from hashicorp/consul now? Should we be using that image instead?

I took a second look at some of the docs that reference Docker, and it seems they're split between referencing consul or hashicorp/consul.

eculver commented 3 years ago

You are not wrong, thanks for bringing it to our attention! We are in the process of updating our release tooling and so there were a few hiccups. In any case, we will have the official image published shortly.

eculver commented 3 years ago

This was merged: https://github.com/docker-library/official-images/pull/11297. Official images are now updated. Thanks!