mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	Switch bitnami images to bitnamilegacy on CI (#35402)
				
					
				
			As per https://github.com/bitnami/containers/issues/83267, my understanding is that the `docker.io/bitnami` images will be deleted on September 29. To prevent this failure mode, use the images on the `bitnamilegacy` org instead which are snapshots from when they stopped updating them. Long-term, we should replace these images with official ones.
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/pull-db-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/pull-db-tests.yml
									
									
									
									
										vendored
									
									
								
							@@ -31,7 +31,7 @@ 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:2023.8.31
 | 
					        image: bitnamilegacy/minio:2023.8.31
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          MINIO_ROOT_USER: 123456
 | 
					          MINIO_ROOT_USER: 123456
 | 
				
			||||||
          MINIO_ROOT_PASSWORD: 12345678
 | 
					          MINIO_ROOT_PASSWORD: 12345678
 | 
				
			||||||
@@ -113,7 +113,7 @@ jobs:
 | 
				
			|||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
          - 6379:6379
 | 
					          - 6379:6379
 | 
				
			||||||
      minio:
 | 
					      minio:
 | 
				
			||||||
        image: bitnami/minio:2021.3.17
 | 
					        image: bitnamilegacy/minio:2021.3.17
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          MINIO_ACCESS_KEY: 123456
 | 
					          MINIO_ACCESS_KEY: 123456
 | 
				
			||||||
          MINIO_SECRET_KEY: 12345678
 | 
					          MINIO_SECRET_KEY: 12345678
 | 
				
			||||||
@@ -155,7 +155,7 @@ jobs:
 | 
				
			|||||||
    services:
 | 
					    services:
 | 
				
			||||||
      mysql:
 | 
					      mysql:
 | 
				
			||||||
        # the bitnami mysql image has more options than the official one, it's easier to customize
 | 
					        # the bitnami mysql image has more options than the official one, it's easier to customize
 | 
				
			||||||
        image: bitnami/mysql:8.0
 | 
					        image: bitnamilegacy/mysql:8.0
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          ALLOW_EMPTY_PASSWORD: true
 | 
					          ALLOW_EMPTY_PASSWORD: true
 | 
				
			||||||
          MYSQL_DATABASE: testgitea
 | 
					          MYSQL_DATABASE: testgitea
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user