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 35fc65d commit 9ce9e2aCopy full SHA for 9ce9e2a
test/utils/image/manifest.go
@@ -202,7 +202,7 @@ const (
202
203
func initImageConfigs() map[int]Config {
204
configs := map[int]Config{}
205
- configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.13"}
+ configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.19"}
206
configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
207
configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
208
configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}
0 commit comments