Skip to content

Docker exec #2369

Answered by siggisim
wendyliga asked this question in Q&A
Aug 4, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey Wendy,

We run a stripped down "distroless" base image which only contains our application and our runtime dependencies. This greatly reduces both the size of the image and improves our security posture. You can read more about distroless images here: https://github.com/GoogleContainerTools/distroless

If you'd like to build your own image with whatever tools you'd like on it - you can swap out this base image here:

repository = "distroless/base-debian11",

And build the image here:

name = "buildbuddy_image",

- Siggi

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wendyliga
Comment options

Answer selected by siggisim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants