Skip to content
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

Fix use of IMAGE:TAG syntax #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

john-forrest
Copy link

The help text showed (and still shows) the option to use IMAGE:TAG
for image, but in practice was trying to use this as the image name
itself. Update to explicitly handle this - if used then, other ways
of setting tags (e.g. --tags-like) are ignored. Still need to use
-n 0 for consistency.

This partly relates to #50.

The help text showed (and still shows) the option to use IMAGE:TAG
for image, but in practice was trying to use this as the image name
itself. Update to explicitly handle this - if used then, other ways
of setting tags (e.g. --tags-like) are ignored. Still need to use
-n 0 for consistency.
@andrey-pohilko
Copy link
Owner

did you run tests against these changes?

@john-forrest
Copy link
Author

@andrey-pohilko I didn't run formal tests, just used the change in practice. I was hoping they might run automatically somewhere:) Can you point me as to how to run them?

@ipavlushin
Copy link
Collaborator

I didn't run formal tests, just used the change in practice. I was hoping they might run automatically somewhere:) Can you point me as to how to run them?

@john-forrest You can run existing tests via python test.py and it would be nice if you can write extra cases related to your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants