.bumpversion.cfg
CHANGELOG.rst
MANIFEST.in
NOTICE
README.rst
apache-2.0.LICENSE
container-inspector.ABOUT
setup.cfg
setup.py
src/container_inspector/__init__.py
src/container_inspector/cli.py
src/container_inspector/distro.py
src/container_inspector/dockerfile.py
src/container_inspector/image.py
src/container_inspector/rootfs.py
src/container_inspector/utils.py
src/container_inspector.egg-info/PKG-INFO
src/container_inspector.egg-info/SOURCES.txt
src/container_inspector.egg-info/dependency_links.txt
src/container_inspector.egg-info/entry_points.txt
src/container_inspector.egg-info/not-zip-safe
src/container_inspector.egg-info/requires.txt
src/container_inspector.egg-info/top_level.txt
src/container_inspector/fetch/__init__.py
src/container_inspector/fetch/docker_image.py
src/container_inspector/fetch/docker_image.py.ABOUT
src/container_inspector/fetch/mit.LICENSE
tests/test_cli.py
tests/test_distro.py
tests/test_dockerfile.py
tests/test_image.py
tests/test_rootfs.py
tests/test_utils.py
tests/utilities.py
tests/data/cli/hello-world.tar
tests/data/cli/hello-world.tar-inventory-from-dir-expected.json
tests/data/cli/hello-world.tar-inventory-from-tarball-expected.json
tests/data/cli/she-image_from_scratch-1.0.tar
tests/data/cli/she-image_from_scratch-1.0.tar-inventory-from-tarball-expected.json
tests/data/distro/chef-os-release/apache-2.0.LICENSE
tests/data/distro/chef-os-release/os_release.ABOUT
tests/data/distro/chef-os-release/expected/alpine_3_8-expected.json
tests/data/distro/chef-os-release/expected/amazon_2-expected.json
tests/data/distro/chef-os-release/expected/amazon_2018-expected.json
tests/data/distro/chef-os-release/expected/antergos-expected.json
tests/data/distro/chef-os-release/expected/arch-expected.json
tests/data/distro/chef-os-release/expected/archarm-expected.json
tests/data/distro/chef-os-release/expected/centos_7-expected.json
tests/data/distro/chef-os-release/expected/clearlinux_1-expected.json
tests/data/distro/chef-os-release/expected/clearos_7-expected.json
tests/data/distro/chef-os-release/expected/cumulus_3_7-expected.json
tests/data/distro/chef-os-release/expected/debian_7-expected.json
tests/data/distro/chef-os-release/expected/debian_8-expected.json
tests/data/distro/chef-os-release/expected/debian_9-expected.json
tests/data/distro/chef-os-release/expected/elementary_5-expected.json
tests/data/distro/chef-os-release/expected/fedora_28-expected.json
tests/data/distro/chef-os-release/expected/gentoo-expected.json
tests/data/distro/chef-os-release/expected/ios_xr_6-expected.json
tests/data/distro/chef-os-release/expected/kali_2018_4-expected.json
tests/data/distro/chef-os-release/expected/linuxmint_18_2-expected.json
tests/data/distro/chef-os-release/expected/linuxmint_19-expected.json
tests/data/distro/chef-os-release/expected/mangeia_6-expected.json
tests/data/distro/chef-os-release/expected/manjaro-expected.json
tests/data/distro/chef-os-release/expected/nexus_7-expected.json
tests/data/distro/chef-os-release/expected/nixos-expected.json
tests/data/distro/chef-os-release/expected/opensuseleap_15_0-expected.json
tests/data/distro/chef-os-release/expected/opensuseleap_15_1-expected.json
tests/data/distro/chef-os-release/expected/opensuseleap_42_3-expected.json
tests/data/distro/chef-os-release/expected/oracle_7-expected.json
tests/data/distro/chef-os-release/expected/rancheros_1_4-expected.json
tests/data/distro/chef-os-release/expected/raspbian_10-expected.json
tests/data/distro/chef-os-release/expected/raspbian_8-expected.json
tests/data/distro/chef-os-release/expected/redhat_7-expected.json
tests/data/distro/chef-os-release/expected/redhat_8-expected.json
tests/data/distro/chef-os-release/expected/scientific_7-expected.json
tests/data/distro/chef-os-release/expected/slackware_14_2-expected.json
tests/data/distro/chef-os-release/expected/sled_12_3-expected.json
tests/data/distro/chef-os-release/expected/sled_15-expected.json
tests/data/distro/chef-os-release/expected/sles_11_4-expected.json
tests/data/distro/chef-os-release/expected/sles_12_3-expected.json
tests/data/distro/chef-os-release/expected/sles_15_0-expected.json
tests/data/distro/chef-os-release/expected/sles_15_1-expected.json
tests/data/distro/chef-os-release/expected/sles_sap_12_0-expected.json
tests/data/distro/chef-os-release/expected/sles_sap_12_1-expected.json
tests/data/distro/chef-os-release/expected/sles_sap_12_2-expected.json
tests/data/distro/chef-os-release/expected/sles_sap_12_3-expected.json
tests/data/distro/chef-os-release/expected/ubuntu_1404-expected.json
tests/data/distro/chef-os-release/expected/ubuntu_1604-expected.json
tests/data/distro/chef-os-release/expected/ubuntu_1804-expected.json
tests/data/distro/chef-os-release/expected/xbian-expected.json
tests/data/distro/chef-os-release/expected/xcp_7_5_0-expected.json
tests/data/distro/chef-os-release/expected/xenserver_7_6-expected.json
tests/data/distro/chef-os-release/expected-distro/alpine_3_8-expected.json
tests/data/distro/chef-os-release/expected-distro/amazon_2-expected.json
tests/data/distro/chef-os-release/expected-distro/amazon_2018-expected.json
tests/data/distro/chef-os-release/expected-distro/antergos-expected.json
tests/data/distro/chef-os-release/expected-distro/arch-expected.json
tests/data/distro/chef-os-release/expected-distro/archarm-expected.json
tests/data/distro/chef-os-release/expected-distro/centos_7-expected.json
tests/data/distro/chef-os-release/expected-distro/clearlinux_1-expected.json
tests/data/distro/chef-os-release/expected-distro/clearos_7-expected.json
tests/data/distro/chef-os-release/expected-distro/cumulus_3_7-expected.json
tests/data/distro/chef-os-release/expected-distro/debian_7-expected.json
tests/data/distro/chef-os-release/expected-distro/debian_8-expected.json
tests/data/distro/chef-os-release/expected-distro/debian_9-expected.json
tests/data/distro/chef-os-release/expected-distro/elementary_5-expected.json
tests/data/distro/chef-os-release/expected-distro/fedora_28-expected.json
tests/data/distro/chef-os-release/expected-distro/gentoo-expected.json
tests/data/distro/chef-os-release/expected-distro/ios_xr_6-expected.json
tests/data/distro/chef-os-release/expected-distro/kali_2018_4-expected.json
tests/data/distro/chef-os-release/expected-distro/linuxmint_18_2-expected.json
tests/data/distro/chef-os-release/expected-distro/linuxmint_19-expected.json
tests/data/distro/chef-os-release/expected-distro/mangeia_6-expected.json
tests/data/distro/chef-os-release/expected-distro/manjaro-expected.json
tests/data/distro/chef-os-release/expected-distro/nexus_7-expected.json
tests/data/distro/chef-os-release/expected-distro/nixos-expected.json
tests/data/distro/chef-os-release/expected-distro/opensuseleap_15_0-expected.json
tests/data/distro/chef-os-release/expected-distro/opensuseleap_15_1-expected.json
tests/data/distro/chef-os-release/expected-distro/opensuseleap_42_3-expected.json
tests/data/distro/chef-os-release/expected-distro/oracle_7-expected.json
tests/data/distro/chef-os-release/expected-distro/rancheros_1_4-expected.json
tests/data/distro/chef-os-release/expected-distro/raspbian_10-expected.json
tests/data/distro/chef-os-release/expected-distro/raspbian_8-expected.json
tests/data/distro/chef-os-release/expected-distro/redhat_7-expected.json
tests/data/distro/chef-os-release/expected-distro/redhat_8-expected.json
tests/data/distro/chef-os-release/expected-distro/scientific_7-expected.json
tests/data/distro/chef-os-release/expected-distro/slackware_14_2-expected.json
tests/data/distro/chef-os-release/expected-distro/sled_12_3-expected.json
tests/data/distro/chef-os-release/expected-distro/sled_15-expected.json
tests/data/distro/chef-os-release/expected-distro/sles_11_4-expected.json
tests/data/distro/chef-os-release/expected-distro/sles_12_3-expected.json
tests/data/distro/chef-os-release/expected-distro/sles_15_0-expected.json
tests/data/distro/chef-os-release/expected-distro/sles_15_1-expected.json
tests/data/distro/chef-os-release/expected-distro/sles_sap_12_0-expected.json
tests/data/distro/chef-os-release/expected-distro/sles_sap_12_1-expected.json
tests/data/distro/chef-os-release/expected-distro/sles_sap_12_2-expected.json
tests/data/distro/chef-os-release/expected-distro/sles_sap_12_3-expected.json
tests/data/distro/chef-os-release/expected-distro/ubuntu_1404-expected.json
tests/data/distro/chef-os-release/expected-distro/ubuntu_1604-expected.json
tests/data/distro/chef-os-release/expected-distro/ubuntu_1804-expected.json
tests/data/distro/chef-os-release/expected-distro/xbian-expected.json
tests/data/distro/chef-os-release/expected-distro/xcp_7_5_0-expected.json
tests/data/distro/chef-os-release/expected-distro/xenserver_7_6-expected.json
tests/data/distro/chef-os-release/os-release/alpine_3_8
tests/data/distro/chef-os-release/os-release/amazon_2
tests/data/distro/chef-os-release/os-release/amazon_2018
tests/data/distro/chef-os-release/os-release/antergos
tests/data/distro/chef-os-release/os-release/arch
tests/data/distro/chef-os-release/os-release/archarm
tests/data/distro/chef-os-release/os-release/centos_7
tests/data/distro/chef-os-release/os-release/clearlinux_1
tests/data/distro/chef-os-release/os-release/clearos_7
tests/data/distro/chef-os-release/os-release/cumulus_3_7
tests/data/distro/chef-os-release/os-release/debian_7
tests/data/distro/chef-os-release/os-release/debian_8
tests/data/distro/chef-os-release/os-release/debian_9
tests/data/distro/chef-os-release/os-release/elementary_5
tests/data/distro/chef-os-release/os-release/fedora_28
tests/data/distro/chef-os-release/os-release/gentoo
tests/data/distro/chef-os-release/os-release/ios_xr_6
tests/data/distro/chef-os-release/os-release/kali_2018_4
tests/data/distro/chef-os-release/os-release/linuxmint_18_2
tests/data/distro/chef-os-release/os-release/linuxmint_19
tests/data/distro/chef-os-release/os-release/mangeia_6
tests/data/distro/chef-os-release/os-release/manjaro
tests/data/distro/chef-os-release/os-release/nexus_7
tests/data/distro/chef-os-release/os-release/nixos
tests/data/distro/chef-os-release/os-release/opensuseleap_15_0
tests/data/distro/chef-os-release/os-release/opensuseleap_15_1
tests/data/distro/chef-os-release/os-release/opensuseleap_42_3
tests/data/distro/chef-os-release/os-release/oracle_7
tests/data/distro/chef-os-release/os-release/rancheros_1_4
tests/data/distro/chef-os-release/os-release/raspbian_10
tests/data/distro/chef-os-release/os-release/raspbian_8
tests/data/distro/chef-os-release/os-release/redhat_7
tests/data/distro/chef-os-release/os-release/redhat_8
tests/data/distro/chef-os-release/os-release/scientific_7
tests/data/distro/chef-os-release/os-release/slackware_14_2
tests/data/distro/chef-os-release/os-release/sled_12_3
tests/data/distro/chef-os-release/os-release/sled_15
tests/data/distro/chef-os-release/os-release/sles_11_4
tests/data/distro/chef-os-release/os-release/sles_12_3
tests/data/distro/chef-os-release/os-release/sles_15_0
tests/data/distro/chef-os-release/os-release/sles_15_1
tests/data/distro/chef-os-release/os-release/sles_sap_12_0
tests/data/distro/chef-os-release/os-release/sles_sap_12_1
tests/data/distro/chef-os-release/os-release/sles_sap_12_2
tests/data/distro/chef-os-release/os-release/sles_sap_12_3
tests/data/distro/chef-os-release/os-release/ubuntu_1404
tests/data/distro/chef-os-release/os-release/ubuntu_1604
tests/data/distro/chef-os-release/os-release/ubuntu_1804
tests/data/distro/chef-os-release/os-release/xbian
tests/data/distro/chef-os-release/os-release/xcp_7_5_0
tests/data/distro/chef-os-release/os-release/xenserver_7_6
tests/data/image_templates/Dockerfile.from_tar
tests/data/image_templates/Dockerfile.scratch
tests/data/image_templates/README.rst
tests/data/image_templates/hello
tests/data/image_templates/layer.tar
tests/data/image_templates/additions/bar
tests/data/image_templates/additions/foo
tests/data/image_templates/additions/baz/this
tests/data/layers/expected/6ce2e90b0bc7224de3db1f0d646fe8e2c4dd37f1793928287f6074bc451a57ea.expected.json
tests/data/layers/expected/8c2e06607696bd4afb3d03b687e361cc43cf8ec1a4a725bc96e39f05ba97dd55.expected.json
tests/data/layers/expected/cf2616975b4a3cba083ca99bc3f0bf25f5f528c3c52be1596b30f60b0b1c37ff.expected.json
tests/data/layers/layers/6ce2e90b0bc7224de3db1f0d646fe8e2c4dd37f1793928287f6074bc451a57ea/VERSION
tests/data/layers/layers/6ce2e90b0bc7224de3db1f0d646fe8e2c4dd37f1793928287f6074bc451a57ea/json
tests/data/layers/layers/6ce2e90b0bc7224de3db1f0d646fe8e2c4dd37f1793928287f6074bc451a57ea/layer.tar
tests/data/layers/layers/8c2e06607696bd4afb3d03b687e361cc43cf8ec1a4a725bc96e39f05ba97dd55/VERSION
tests/data/layers/layers/8c2e06607696bd4afb3d03b687e361cc43cf8ec1a4a725bc96e39f05ba97dd55/json
tests/data/layers/layers/8c2e06607696bd4afb3d03b687e361cc43cf8ec1a4a725bc96e39f05ba97dd55/layer.tar
tests/data/layers/layers/cf2616975b4a3cba083ca99bc3f0bf25f5f528c3c52be1596b30f60b0b1c37ff/VERSION
tests/data/layers/layers/cf2616975b4a3cba083ca99bc3f0bf25f5f528c3c52be1596b30f60b0b1c37ff/json
tests/data/layers/layers/cf2616975b4a3cba083ca99bc3f0bf25f5f528c3c52be1596b30f60b0b1c37ff/layer.tar
tests/data/repos/hello-world.tar
tests/data/repos/hello-world.tar.flatten.expected.json
tests/data/repos/hello-world.tar.registry.expected.json
tests/data/repos/imagesv11.tar
tests/data/repos/imagesv11.tar.expected.json
tests/data/repos/imagesv11.tar.registry.expected.json
tests/data/repos/imagesv11_with_tar_at_root.tar
tests/data/repos/imagesv11_with_tar_at_root.tar.expected.json
tests/data/repos/imagesv11_with_tar_at_root.tar.registry.expected.json
tests/data/rootfs/hello-world.tar
tests/data/rootfs/imagesv11.tar
tests/data/rootfs/she-image_from_scratch-1.0.tar