-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add new "generate-tag-details" helper that creates detailed files with tag data #335
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
Conversation
Here's an example of the data this spits out: Tags of
|
Here's an example with more layers: Tags of
|
f732823
to
ee47a97
Compare
It would be nice if those |
Yeah, I agree, although that's a tad bit harder to do with raw Bash --
you'll probably find
https://github.com/vbatts/docker-utils/tree/master/dockerfile interesting.
:smile:
|
ee47a97
to
7aa5dc6
Compare
7aa5dc6
to
c2ae7fe
Compare
I hate to say it, but it sometimes feels like the raw Bash restriction (which is really Bash 4+ with GNU coreutils, etc) may be causing as many problems as it solves. |
@md5 heh, yeah, no reason to hate to say it 😇 We've already got precedent (and a |
LGTM, we can improve it in another PR 👍 |
Add new "generate-tag-details" helper that creates detailed files with tag data
Closes #86
Instead of trying to cram all this useful data on the Hub description, we can just have a file checked in here and link to it from the Hub. This will also mean the Git history of the file can be browsed to get some historical data (especially those v2 digests).
I'm running a full pass now to see how long it takes to do
update.sh
with this happening inline.