mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	verify MinIO works with bitnami/minio:2023.8.31 (#27022)
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/pull-db-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/pull-db-tests.yml
									
									
									
									
										vendored
									
									
								
							@@ -31,10 +31,10 @@ jobs:
 | 
				
			|||||||
      minio:
 | 
					      minio:
 | 
				
			||||||
        # as github actions doesn't support "entrypoint", we need to use a non-official image
 | 
					        # as github actions doesn't support "entrypoint", we need to use a non-official image
 | 
				
			||||||
        # that has a custom entrypoint set to "minio server /data"
 | 
					        # that has a custom entrypoint set to "minio server /data"
 | 
				
			||||||
        image: bitnami/minio:2021.3.17
 | 
					        image: bitnami/minio:2023.8.31
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          MINIO_ACCESS_KEY: 123456
 | 
					          MINIO_ROOT_USER: 123456
 | 
				
			||||||
          MINIO_SECRET_KEY: 12345678
 | 
					          MINIO_ROOT_PASSWORD: 12345678
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
          - "9000:9000"
 | 
					          - "9000:9000"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user