We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
oc
This is a follow-up from opendevstack/ods-pipeline#219.
The text was updated successfully, but these errors were encountered:
Transferring as a consequence of opendevstack/ods-pipeline#722.
Sorry, something went wrong.
No branches or pull requests
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 Cannot delete tag on hub.docker.com {"errors":[{"code":"UNAUTHORIZED","message":"authentication required" ...]} containers/skopeo#531)oc
assumes the test runs against OpenShiftThis is a follow-up from opendevstack/ods-pipeline#219.
The text was updated successfully, but these errors were encountered: