awslabs / aws-container-images-toolkit

A collection of tools to statically and dynamically identify public container images that are hosted on Docker Hub.
https://aws.amazon.com/blogs/containers/advice-for-customers-dealing-with-docker-hub-rate-limits-and-a-coming-soon-announcement/
Apache License 2.0
69 stars 13 forks source link

Update detect-images.sh #9

Open thimslugga opened 1 year ago

thimslugga commented 1 year ago

Issue #, if available:

Current implementation only looks for Dockerfiles when Containerfile is an equivalent alternative and more commonly found in podman based deployments.

Description of changes:

Also find Containerfiles, which are more commonly used in podman deployments

https://github.com/containers/common/blob/f8ddf58e269b744367c0b5efc1be8da03e075568/docs/Containerfile.5.md

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.