jonasvinther / medusa

A cli tool for importing and exporting Hashicorp Vault secrets
MIT License
472 stars 61 forks source link

vault:latest no longer exists in Docker Hub #135

Closed infamousjoeg closed 1 year ago

infamousjoeg commented 1 year ago

In the scripts directory are Docker Compose files that use vault:latest as a base image.

Vault has been moved from open source to source available which has eliminated any further updates starting at v14. For this reason, a latest tag no longer exists. The Docker Compose files should be pinned on tag v1.13.3 as the last surviving open source Vault tag.

jonasvinther commented 1 year ago

Hi @infamousjoeg It looks like they have just changed their way of publishing the docker images. They are now only using the verified hashicorp publisher. So new versions of Vault will still be available to everyone. And even though the license has changed I still think it will make sense to follow the Vault releases as there is no alternative yet like we have with opentf.

For reference: https://hub.docker.com/r/hashicorp/vault/tags

infamousjoeg commented 1 year ago

Good to know! I'll close my PR for 1.13.3 on the old repository.

jonasvinther commented 1 year ago

Fixed in #139