hashicorp / docker-vault

Official Docker images for Vault
Mozilla Public License 2.0
500 stars 222 forks source link

update the UBI base image version and tag format #283

Closed tvoran closed 2 years ago

tvoran commented 2 years ago

Use ubi-minimal:8.6, and use the same tag format as the vault repo dockerfile (i.e. <version>-ent-ubi instead of <version>-ubi-ent).

Related to https://github.com/hashicorp/vault/pull/16095

(Just keeping this up to date with vault's Dockerfile, in the event we need to build the UBI images by hand.)