-
Notifications
You must be signed in to change notification settings - Fork 391
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
Allow specifying only a tag or subtarget for images in config #1491
Conversation
c9fb3ce
to
0b29036
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small notes! Good thinking about deduping get_image/get_image_name, it's been a concern of mine!
one thing I just thought about, would it be possible to also support a syntax like |
0b29036
to
4fd4411
Compare
I've pushed the requested change, as well as subtarget support. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small change needed I think, otherwise this looks great
4fd4411
to
350e314
Compare
Can we merge this? |
I believe so! Thank you for taking the time to review my PRs. :) |
Closes #1169.
Also supports specifying only a hash (
@sha256:...
) or subtarget (-centos
).