1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-09 13:46:51 +02:00

Update Minio test/documentation container version.

This commit is contained in:
David Steele 2024-07-16 09:45:22 +07:00
parent d8ff89ae75
commit c85191e024
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@
<variable key="gcs-key">/etc/pgbackrest/gcs-key.json</variable>
<!-- S3 Settings -->
<variable key="s3-image">minio/minio:RELEASE.2023-09-30T07-02-29Z</variable> <!-- Minio docker image -->
<variable key="s3-image">minio/minio:RELEASE.2024-07-15T19-02-30Z</variable> <!-- Minio docker image -->
<variable key="s3-all">n</variable> <!-- Build all the documentation with S3? -->
<variable key="s3-local">y</variable>
<variable key="s3-bucket">demo-bucket</variable>

View File

@ -1249,7 +1249,7 @@ hrnHostBuild(const int line, const HrnHostTestDefine *const testMatrix, const si
MEM_CONTEXT_PRIOR_BEGIN()
{
hrnHostNewP(
HRN_HOST_S3, containerName, STRDEF("minio/minio:RELEASE.2023-09-30T07-02-29Z"), .option = option,
HRN_HOST_S3, containerName, STRDEF("minio/minio:RELEASE.2024-07-15T19-02-30Z"), .option = option,
.param = param, .noUpdateHosts = true);
}
MEM_CONTEXT_PRIOR_END();