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

Should we optimize the CircleCI Docker images further? #18

Open
jasonmp85 opened this issue Jan 27, 2019 · 1 comment
Open

Should we optimize the CircleCI Docker images further? #18

jasonmp85 opened this issue Jan 27, 2019 · 1 comment
Labels
Area 🤖 Automation Effort 🎓 High effort/Suitable for experts Need ⚖️ Needs decision Need 🔍 Needs investigation Type ❓ Questions

Comments

@jasonmp85
Copy link
Contributor

It's unclear to me whether it's worth the readability tradeoff to inline our shell scripts directly into our Dockerfiles… on one hand, having fewer layers will shrink them somewhat, but perhaps it might be sufficient to use something like the new official --squash flag (still experimental, I believe), first discussed in this blog post from around two years ago.

Whoever performs this task should also poke around the layer diffs to see whether we're missing any low-hanging fruit we can knock off at the same time.

@jasonmp85 jasonmp85 added Type ❓ Questions Area 🤖 Automation Effort 🎓 High effort/Suitable for experts Need ⚖️ Needs decision Need 🔍 Needs investigation labels Jan 27, 2019
@jasonmp85
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area 🤖 Automation Effort 🎓 High effort/Suitable for experts Need ⚖️ Needs decision Need 🔍 Needs investigation Type ❓ Questions
Projects
None yet
Development

No branches or pull requests

1 participant