mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
This change does a few things that might not be obvious: - We stop requesting the previous runner image. This will result in us using Docker 29 instead of 28. With this comes changes in our container build system, most notably that container images are now exported as OCI images. Every container runtime that we support also supports OCI images so this ought to have no meaningful impact to downstream users. One noticeable change is that the image layers are now compressed so the final image size on disk will be considerably smaller than before. - Upgrade `hashicorp/action-setup-enos` to the latest version. This is not strictly required for this change but as we just released a new version of the CLI it makes sense to update it here. We should also note that recently we released a new version of `terraform-provider-enos` which contains necessary for this change as our docker and kind resources needed to be updated handle OCI and Docker exported images. Previously they relied on files that existed only in Docker images. Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec> |
||
|---|---|---|
| .. | ||
| aerospike | ||
| alicloudoss | ||
| azure | ||
| cassandra | ||
| cockroachdb | ||
| consul | ||
| couchdb | ||
| dynamodb | ||
| etcd | ||
| foundationdb | ||
| gcs | ||
| manta | ||
| mssql | ||
| mysql | ||
| oci | ||
| postgresql | ||
| raft | ||
| s3 | ||
| spanner | ||
| swift | ||
| zookeeper | ||