docs icon indicating copy to clipboard operation
docs copied to clipboard

CI feature request: check maximum length of generated content against docker hub limit

Open grooverdan opened this issue 2 years ago • 2 comments

25000 bytes seems to be the current docker hub limit.

grooverdan avatar Mar 15 '22 04:03 grooverdan

Do you have an idea of how you think this should exhibit? We don't want a failing check (because some of them are long due to the tag listing, for example, and so having a failing check isn't super useful there). It'd be really nice if GitHub supported a trinary state for checks. :disappointed:

(It's a little bit complicated by the fact that the limit applies to the generated contents, not the template, but we could figure out ways around that without too much trouble.)

tianon avatar Mar 15 '22 21:03 tianon

Maybe make this additional check only apply on pull requests and not the main job.

grooverdan avatar Mar 15 '22 21:03 grooverdan