LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
atomic_reactor/__init__.py
atomic_reactor/api.py
atomic_reactor/auth.py
atomic_reactor/build.py
atomic_reactor/buildimage.py
atomic_reactor/constants.py
atomic_reactor/core.py
atomic_reactor/download.py
atomic_reactor/inner.py
atomic_reactor/metadata.py
atomic_reactor/outer.py
atomic_reactor/plugin.py
atomic_reactor/source.py
atomic_reactor/util.py
atomic_reactor/version.py
atomic_reactor.egg-info/PKG-INFO
atomic_reactor.egg-info/SOURCES.txt
atomic_reactor.egg-info/dependency_links.txt
atomic_reactor.egg-info/entry_points.txt
atomic_reactor.egg-info/requires.txt
atomic_reactor.egg-info/top_level.txt
atomic_reactor/cli/__init__.py
atomic_reactor/cli/main.py
atomic_reactor/plugins/__init__.py
atomic_reactor/plugins/build_buildah.py
atomic_reactor/plugins/build_docker_api.py
atomic_reactor/plugins/build_imagebuilder.py
atomic_reactor/plugins/build_orchestrate_build.py
atomic_reactor/plugins/build_source_container.py
atomic_reactor/plugins/exit_import_image.py
atomic_reactor/plugins/exit_koji_import.py
atomic_reactor/plugins/exit_koji_tag_build.py
atomic_reactor/plugins/exit_push_floating_tags.py
atomic_reactor/plugins/exit_remove_built_image.py
atomic_reactor/plugins/exit_remove_worker_metadata.py
atomic_reactor/plugins/exit_sendmail.py
atomic_reactor/plugins/exit_store_logs_to_file.py
atomic_reactor/plugins/exit_store_metadata_in_osv3.py
atomic_reactor/plugins/exit_verify_media_types.py
atomic_reactor/plugins/input_env.py
atomic_reactor/plugins/input_osv3.py
atomic_reactor/plugins/input_path.py
atomic_reactor/plugins/post_compare_components.py
atomic_reactor/plugins/post_compress.py
atomic_reactor/plugins/post_export_operator_manifests.py
atomic_reactor/plugins/post_fetch_worker_metadata.py
atomic_reactor/plugins/post_generate_maven_metadata.py
atomic_reactor/plugins/post_group_manifests.py
atomic_reactor/plugins/post_koji_upload.py
atomic_reactor/plugins/post_push_operator_manifest.py
atomic_reactor/plugins/post_rpmqa.py
atomic_reactor/plugins/post_tag_and_push.py
atomic_reactor/plugins/post_tag_from_config.py
atomic_reactor/plugins/pre_add_buildargs_in_df.py
atomic_reactor/plugins/pre_add_dockerfile.py
atomic_reactor/plugins/pre_add_filesystem.py
atomic_reactor/plugins/pre_add_flatpak_labels.py
atomic_reactor/plugins/pre_add_help.py
atomic_reactor/plugins/pre_add_image_content_manifest.py
atomic_reactor/plugins/pre_add_labels_in_df.py
atomic_reactor/plugins/pre_add_yum_repo_by_url.py
atomic_reactor/plugins/pre_bump_release.py
atomic_reactor/plugins/pre_change_from_in_df.py
atomic_reactor/plugins/pre_check_and_set_platforms.py
atomic_reactor/plugins/pre_check_and_set_rebuild.py
atomic_reactor/plugins/pre_check_user_settings.py
atomic_reactor/plugins/pre_distribution_scope.py
atomic_reactor/plugins/pre_download_remote_source.py
atomic_reactor/plugins/pre_fetch_maven_artifacts.py
atomic_reactor/plugins/pre_fetch_sources.py
atomic_reactor/plugins/pre_flatpak_create_dockerfile.py
atomic_reactor/plugins/pre_flatpak_update_dockerfile.py
atomic_reactor/plugins/pre_hide_files.py
atomic_reactor/plugins/pre_inject_parent_image.py
atomic_reactor/plugins/pre_inject_yum_repo.py
atomic_reactor/plugins/pre_koji.py
atomic_reactor/plugins/pre_koji_delegate.py
atomic_reactor/plugins/pre_koji_parent.py
atomic_reactor/plugins/pre_pin_operator_digest.py
atomic_reactor/plugins/pre_pull_base_image.py
atomic_reactor/plugins/pre_pyrpkg_fetch_artefacts.py
atomic_reactor/plugins/pre_reactor_config.py
atomic_reactor/plugins/pre_resolve_composes.py
atomic_reactor/plugins/pre_resolve_remote_source.py
atomic_reactor/plugins/prepub_flatpak_create_oci.py
atomic_reactor/plugins/prepub_squash.py
atomic_reactor/plugins/prepub_tests_for_image.py
atomic_reactor/schemas/config.json
atomic_reactor/schemas/content_manifest.json
atomic_reactor/schemas/content_sets.json
atomic_reactor/schemas/fetch-artifacts-nvr.json
atomic_reactor/schemas/fetch-artifacts-pnc.json
atomic_reactor/schemas/fetch-artifacts-url.json
atomic_reactor/schemas/operator_csv_modifications.json
atomic_reactor/schemas/package_mapping.json
atomic_reactor/schemas/plugins.json
atomic_reactor/schemas/source_containers_user_params.json
atomic_reactor/schemas/user_params.json
atomic_reactor/utils/__init__.py
atomic_reactor/utils/cachito.py
atomic_reactor/utils/koji.py
atomic_reactor/utils/manifest.py
atomic_reactor/utils/odcs.py
atomic_reactor/utils/omps.py
atomic_reactor/utils/operator.py
atomic_reactor/utils/pnc.py
atomic_reactor/utils/retries.py
atomic_reactor/utils/rpm.py
atomic_reactor/utils/yum.py
docs/api.md
docs/base_images.md
docs/build_json.md
docs/config.md
docs/dev_testing.md
docs/flatpak.md
docs/garbage_collection.md
docs/koji.md
docs/plugin_development.md
docs/plugins.md
docs/pull_request_template.md
docs/releasing.md
docs/manpage/atomic-reactor.1
images/dockerhost-builder/Dockerfile
images/privileged-builder/Dockerfile
images/privileged-builder/docker.sh
tests/__init__.py
tests/conftest.py
tests/constants.py
tests/docker_mock.py
tests/flatpak.py
tests/mock_env.py
tests/requirements.txt
tests/retry_mock.py
tests/stubs.py
tests/test_auth.py
tests/test_build.py
tests/test_buildimage.py
tests/test_cli.py
tests/test_download.py
tests/test_inner.py
tests/test_metadata.py
tests/test_plugin.py
tests/test_reactor.py
tests/test_source.py
tests/test_tasker.py
tests/test_util.py
tests/util.py
tests/files/example-build.json
tests/files/example-koji-metadata-ppc64le.json
tests/files/example-koji-metadata-x86_64.json
tests/files/df-in-subdir/subdir/Dockerfile
tests/files/docker-hello-world/Dockerfile
tests/files/docker-hello-world/LICENSE
tests/files/docker-hello-world/README.md
tests/files/docker-hello-world/container.yaml
tests/files/docker-hello-world-error-build/Dockerfile
tests/files/docker-hello-world-error-build/LICENSE
tests/files/docker-hello-world-error-build/README.md
tests/files/docker-hello-world-error-build/some/subdir/foo
tests/files/docker-hello-world-error-config/Dockerfile
tests/files/docker-hello-world-error-config/LICENSE
tests/files/docker-hello-world-error-config/README.md
tests/files/docker-hello-world-error-config/container.yaml
tests/files/docker-hello-world-multistage/Dockerfile
tests/files/docker-hello-world-multistage/container.yaml
tests/files/docker-hello-world-multistage-custom/Dockerfile
tests/files/docker-hello-world-multistage-custom/container.yaml
tests/files/docker-hello-world-multistage-custom_multiple/Dockerfile
tests/files/docker-hello-world-multistage-custom_multiple/container.yaml
tests/files/docker-hello-world-multistage-scratch/Dockerfile
tests/files/docker-hello-world-multistage-scratch/container.yaml
tests/files/docker-hello-world/some/subdir/foo
tests/mock/__init__.py
tests/plugins/__init__.py
tests/plugins/test_add_buildargs.py
tests/plugins/test_add_dockerfile.py
tests/plugins/test_add_filesystem.py
tests/plugins/test_add_flatpak_labels.py
tests/plugins/test_add_help.py
tests/plugins/test_add_image_content_manifest.py
tests/plugins/test_add_labels.py
tests/plugins/test_add_yum_repo_by_url.py
tests/plugins/test_build_source_container.py
tests/plugins/test_buildah.py
tests/plugins/test_bump_release.py
tests/plugins/test_change_from_in_df.py
tests/plugins/test_check_and_set_platforms.py
tests/plugins/test_check_and_set_rebuild.py
tests/plugins/test_check_user_settings.py
tests/plugins/test_compare_components.py
tests/plugins/test_compress.py
tests/plugins/test_distribution_scope.py
tests/plugins/test_docker_api.py
tests/plugins/test_download_remote_source.py
tests/plugins/test_export_operator_manifests.py
tests/plugins/test_fetch_maven_artifacts.py
tests/plugins/test_fetch_sources.py
tests/plugins/test_fetch_worker.py
tests/plugins/test_flatpak_create_dockerfile.py
tests/plugins/test_flatpak_create_oci.py
tests/plugins/test_flatpak_update_dockerfile.py
tests/plugins/test_generate_maven_metadata.py
tests/plugins/test_group_manifests.py
tests/plugins/test_hide_files.py
tests/plugins/test_imagebuilder.py
tests/plugins/test_import_image.py
tests/plugins/test_inject_parent_image.py
tests/plugins/test_input_osv3.py
tests/plugins/test_koji.py
tests/plugins/test_koji_delegate.py
tests/plugins/test_koji_import.py
tests/plugins/test_koji_parent.py
tests/plugins/test_koji_tag_build.py
tests/plugins/test_koji_upload.py
tests/plugins/test_orchestrate_build.py
tests/plugins/test_pin_operator_digests.py
tests/plugins/test_pull_base_image.py
tests/plugins/test_push_floating_tags.py
tests/plugins/test_push_operator_manifest.py
tests/plugins/test_pyrpkg_fetch_artefacts.py
tests/plugins/test_reactor_config.py
tests/plugins/test_remove_built_image.py
tests/plugins/test_remove_worker_metadata.py
tests/plugins/test_resolve_composes.py
tests/plugins/test_resolve_remote_source.py
tests/plugins/test_rpmqa.py
tests/plugins/test_sendmail.py
tests/plugins/test_squash.py
tests/plugins/test_store_metadata.py
tests/plugins/test_tag_and_push.py
tests/plugins/test_tag_from_config.py
tests/plugins/test_verify_media_types.py
tests/plugins/test_yum_inject.py
tests/utils/__init__.py
tests/utils/test_cachito.py
tests/utils/test_koji.py
tests/utils/test_odcs.py
tests/utils/test_omps.py
tests/utils/test_operator.py
tests/utils/test_pnc.py
tests/utils/test_retries.py
tests/utils/test_rpm.py
tests/utils/test_yum.py