-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Tests depend on skopeo now #4
Comments
I will try whether this can be done with |
I spotted another usage of skopeo: |
4 tasks
Transferring as a consequence of opendevstack/ods-pipeline#722. |
I am not sure where one would add a local system check to also include skopeo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/opendevstack/ods-pipeline/blob/master/test/tasks/ods-package-image_test.go#L130 introduces a dependency on
skopeo
. This is currently not covered bymake check-system
. We either need to add it there, or find a way to do the check without skopeo. I would prefer the latter if possible (usingdocker
may work, which is already required).FYI @henrjk Thoughts?
The text was updated successfully, but these errors were encountered: