Skip to content

Commit

Permalink
update to the latest agnhost image
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed May 24, 2022
1 parent 78a4ba6 commit c1a891c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/image/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const (

func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config) {
configs := map[ImageID]Config{}
configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.36"}
configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.38"}
configs[AgnhostPrivate] = Config{list.PrivateRegistry, "agnhost", "2.6"}
configs[AuthenticatedAlpine] = Config{list.GcAuthenticatedRegistry, "alpine", "3.7"}
configs[AuthenticatedWindowsNanoServer] = Config{list.GcAuthenticatedRegistry, "windows-nanoserver", "v1"}
Expand Down

0 comments on commit c1a891c

Please sign in to comment.