* cicd: toggle on more OCI conformance tests (PROJQUAY-1997)
This commit also has the CI keep the report around as a workflow
artifact.
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
* external_libraries: patch out wider dependencies (PROJQUAY-1997)
This change makes it possible to run the external_libraries script
without needing to pull in the entire quay configuration framework. This
will allow for a more granular Dockerfile.
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
* cicd: enable docker buildkit backend (PROJQUAY-1997)
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
* Dockerfile: rework to be faster (PROJQUAY-1997)
This change allows for the Dockerfile to reuse more cache, and run in
parallel when using the BuildKit backend.
* init: Uses user site-package directory as Python root (PROJQUAY-1997)
Use `python3 -m site --user-site` as Python root when installing certs.
Co-authored-by: Hank Donnay <hdonnay@redhat.com>