Skip to content

Commit c48e086

Browse files
author
Simon Emms
committed
[installer]: remove invalid repo from mirror list
1 parent 90bb6f8 commit c48e086

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/installer/cmd/mirror_list.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ func generateMirrorList(cfgVersion string, cfg *configv1.Config) ([]mirrorListRe
113113

114114
images := make([]mirrorListRepo, 0)
115115
for _, img := range rawImages {
116+
if img == common.GitpodContainerRegistry {
117+
continue
118+
}
116119
// Dedupe
117120
if _, ok := allImages[img]; ok {
118121
continue

0 commit comments

Comments
 (0)