ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
80 stars 58 forks source link

Update to use verified publisher Vault docker images #381

Closed briantist closed 1 year ago

briantist commented 1 year ago
SUMMARY

CI for local integration is failing because it uses vault:latest and the tag was removed from the docker images. This is probably related to this:

Upcoming in Vault 1.14, we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from hashicorp/vault instead of vault. Verified Publisher images can be found at https://hub.docker.com/r/hashicorp/vault.

Which I hadn't seen until investigating this. The verified publisher images still have a latest tag, so that will be fine, but we need to update our docker references everywhere.