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

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

Open
grooverdan opened this issue Mar 15, 2022 · 2 comments
Labels

Comments

@grooverdan
Copy link
Contributor

25000 bytes seems to be the current docker hub limit.

@tianon
Copy link
Member

tianon commented Mar 15, 2022

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. 😞

(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.)

@grooverdan
Copy link
Contributor Author

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

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

No branches or pull requests

3 participants