mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Display image size for multiarch container images (#23821)
Fixes #23771 Changes the display of different architectures for multiarch images to show the image size: 
This commit is contained in:
		@@ -46,7 +46,7 @@ func TestParseImageConfig(t *testing.T) {
 | 
			
		||||
		},
 | 
			
		||||
		metadata.Labels,
 | 
			
		||||
	)
 | 
			
		||||
	assert.Empty(t, metadata.MultiArch)
 | 
			
		||||
	assert.Empty(t, metadata.Manifests)
 | 
			
		||||
 | 
			
		||||
	configHelm := `{"description":"` + description + `", "home": "` + projectURL + `", "sources": ["` + repositoryURL + `"], "maintainers":[{"name":"` + author + `"}]}`
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user