cburgess / scan-tests

Container Scanner Test Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scan-tests

Container Scanner Test Images

Images to be used to test container scanning.

OS Images

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

Programming Language Images

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.

TODO

  • java image
  • node/npm image
  • ruby/gem image

About

Container Scanner Test Images

License:Apache License 2.0


Languages

Language:Go 60.0%Language:Shell 40.0%