Skip to content

Commit

Permalink
Update Minio test/documentation container version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Sep 30, 2023
1 parent 33ba4db commit eccd9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/xml/user-guide.xml
Expand Up @@ -159,7 +159,7 @@
<variable key="gcs-key">/etc/pgbackrest/gcs-key.json</variable>

<!-- S3 Settings -->
<variable key="s3-image">minio/minio:RELEASE.2022-07-30T05-21-40Z</variable> <!-- Minio docker image -->
<variable key="s3-image">minio/minio:RELEASE.2023-09-30T07-02-29Z</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>
Expand Down
2 changes: 1 addition & 1 deletion test/lib/pgBackRestTest/Env/Host/HostS3Test.pm
Expand Up @@ -67,7 +67,7 @@ sub new
my $strFakeCertPath = "${strProjectPath}/doc/resource/fake-cert";

my $self = $class->SUPER::new(
HOST_S3, 'test-' . testRunGet()->vmId() . '-s3-server', 'minio/minio:RELEASE.2022-07-30T05-21-40Z', 'root',
HOST_S3, 'test-' . testRunGet()->vmId() . '-s3-server', 'minio/minio:RELEASE.2023-09-30T07-02-29Z', 'root',
["${strFakeCertPath}/s3-server.crt:/root/.minio/certs/public.crt:ro",
"${strFakeCertPath}/s3-server.key:/root/.minio/certs/private.key:ro"],
'-e MINIO_REGION=' . HOST_S3_REGION . ' -e MINIO_DOMAIN=' . HOST_S3_ENDPOINT . ' -e MINIO_BROWSER=off' .
Expand Down

0 comments on commit eccd9ee

Please sign in to comment.