> On Jan 4, 2022, at 12:41 PM, Nick Dunkin <[email protected]> wrote: > > Hi > > We are wanting to deploy Traffic Server in a Docker container, and would like > to achieve the smallest possible container size. > > Is it possible to build Traffic Server with static linking, so that we can > run a single executable in a distroless container?
That “option” was removed quite a while ago unfortunately. If someone is interested in making it viable again, we’d certainly take a PR. This should (in theory) not require any code changes, rather, just changes to (optionally) control static builds via configure.ac and the various Makefile.am’s. Cheers, — Leif
