1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Use latest Minio image for testing.

It has been a while since a Minio bug has broken the tests so go back to testing against the latest version until the trust is broken again.
This commit is contained in:
David Steele
2025-03-31 19:30:41 -05:00
parent dcfe30e322
commit 33655095f4
2 changed files with 3 additions and 3 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.2024-07-15T19-02-30Z</variable> <!-- Minio docker image -->
<variable key="s3-image">minio/minio</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

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