Skip to content

Commit

Permalink
Merge pull request #4113 from justinsb/better_image_filtering
Browse files Browse the repository at this point in the history
docker execution: trim "image up to date" lines
  • Loading branch information
kptdev-robot[bot] committed Apr 26, 2024
2 parents e3e24eb + 1249cac commit 0e29095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/fnruntime/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ func isdockerCLIoutput(s string) bool {
strings.Contains(s, ": Pull complete") ||
strings.Contains(s, "Digest: sha256") ||
strings.Contains(s, "Status: Downloaded newer image") ||
strings.Contains(s, "Status: Image is up to date for") ||
strings.Contains(s, "Unable to find image") {
return true
}
Expand Down

0 comments on commit 0e29095

Please sign in to comment.