Container Scanner Test Images
Images to be used to test container scanning.
Image | Dockerfile | Description |
---|---|---|
cfburgess/scan-tests:debian | Dockerfile.debian | Basic debian slim image |
cfburgess/scan-tests:centos | Dockerfile.centos | Basic centos image |
cfburgess/scan-tests:alpine | Dockerfile.alpine | Basic alpine image |
cfburgess/scan-tests:photon | Dockerfile.photon | Basic photon image |
cfburgess/scan-tests:fedora | Dockerfile.fedora | Basic fedora image |
Image | Dockerfile | Description |
---|---|---|
cfburgess/scan-tests:python | Dockerfile.python | Python 3.7.5-slim-buster image with older version of keystone installed via pip |
cfburgess/scan-tests:python-req | Dockerfile.python-req | Python 3.7.5-slim-buster image with older version of keystone installed via pip and a requirements.txt file that is the outout of pip freeze |
cfburgess/scan-tests:python-pipfile | Dockerfile.python-pipfile | Python 3.7.5-slim-buster image with older version of keystone installed via pip and a set of Piplock files that are the output of pip freeze |
cfburgess/scan-tests:go | Dockerfile.go | Scratch image with 2 different versions of etcd installed. etcd is built in multi-stage build steps using different version of go. |
cfburgess/scan-tests:go-hints | Dockerfile.go-hints | Scratch image with 2 different versions of etcd installed. etcd is built in multi-stage build steps using different version of go. Finally the go.mod and go.sum files are also preset in the final image. |
- java image
- node/npm image
- ruby/gem image