-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Reduce buildbox image size #6149
Comments
I'm working on #6145 as a quick resolution to Docker-related slowdowns as well. I've also just realised that Drone's sqlite database is 4GB in size and located on a |
are the sources for https://quay.io/repository/gravitational/teleport-buildbox?tag=latest&tab=tags public? the up-to-date release has a number of vulnerabilities identified https://quay.io/repository/gravitational/teleport-buildbox/manifest/sha256:0a493df70dbdc593b84df9de8eb740e178838afde3123c5c1b01a539186d1825?tab=vulnerabilities |
Some candidates for easy wins:
|
This seems so quaint now, as our buildbox is currently > 6GB |
Hey, we're down to under 4.5GB now :-) |
The current buildbox image is >1GB.
This hits our CI performance and cost.
We should trim the amount of data in the image and/or use multi-stage builds.
The text was updated successfully, but these errors were encountered: