Skip to content

Commit

Permalink
Add gcr.io/google-containers to outdated repos regexp
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
  • Loading branch information
dims committed Feb 28, 2023
1 parent 18f22ee commit 03155eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/community_images/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func RootCmd() *cobra.Command {

config, _ := KubernetesConfigFlags.ToRESTConfig()
log.Header(headerLine(config.Host))
re := regexp.MustCompile(`k8s\.gcr\.io`)
re := regexp.MustCompile(`k8s\.gcr\.io|gcr\.io/google-containers`)
for _, runningImage := range imagesList {
image := imageWithTag(runningImage)
log.StartImageLine(image)
Expand Down

0 comments on commit 03155eb

Please sign in to comment.