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 bce499c commit 10a39e2Copy full SHA for 10a39e2
test/utils/image/manifest.go
@@ -220,7 +220,7 @@ const (
220
221
func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config) {
222
configs := map[ImageID]Config{}
223
- configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.52"}
+ configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.53"}
224
configs[AgnhostPrivate] = Config{list.PrivateRegistry, "agnhost", "2.6"}
225
configs[AuthenticatedAlpine] = Config{list.GcAuthenticatedRegistry, "alpine", "3.7"}
226
configs[AuthenticatedWindowsNanoServer] = Config{list.GcAuthenticatedRegistry, "windows-nanoserver", "v1"}
0 commit comments