You've already forked pgbackrest
							
							
				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:
		| @@ -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> | ||||
|   | ||||
| @@ -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(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user