When testing the external deploy, the image (stream) is not cleaned up after the test. This should be fixed. However it is not trivial to do so: * `skopeo delete` does not work (see https://github.com/containers/skopeo/issues/531) * Using `oc` assumes the test runs against OpenShift This is a follow-up from opendevstack/ods-pipeline#219.
When testing the external deploy, the image (stream) is not cleaned up after the test. This should be fixed. However it is not trivial to do so:
skopeo deletedoes not work (see Cannot delete tag on hub.docker.com {"errors":[{"code":"UNAUTHORIZED","message":"authentication required" ...]} podman-container-tools/skopeo#531)ocassumes the test runs against OpenShiftThis is a follow-up from opendevstack/ods-pipeline#219.