We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f390f commit a6d3a1bCopy full SHA for a6d3a1b
test/utils/image/manifest.go
@@ -228,7 +228,7 @@ const (
228
229
func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config) {
230
configs := map[ImageID]Config{}
231
- configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.51"}
+ configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.52"}
232
configs[AgnhostPrivate] = Config{list.PrivateRegistry, "agnhost", "2.6"}
233
configs[AuthenticatedAlpine] = Config{list.GcAuthenticatedRegistry, "alpine", "3.7"}
234
configs[AuthenticatedWindowsNanoServer] = Config{list.GcAuthenticatedRegistry, "windows-nanoserver", "v1"}
0 commit comments