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:
parent
d8ff89ae75
commit
c85191e024
@ -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>
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user