actions-marketplace-validations/Is my docker parent image out-of-date?

Checks if your image uses an out-of-date parent image. Use this do determine whether you need to rebuild your image.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
parent-imageThe docker parent image you are building on topyes
my-imageYour image which uses `FROM [parent-image]`yes
namedescription
out-of-date'true' if `my-image` does **not** use the latest version of `parent-image`, 'false'