Docker Image Cleanup #4
Labels
Docker
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
research
Milestone
We'll need to investigate the ways to cleanup the resulting Docker images.
Not sure about the docker layer squashing, but for example, after working closer, it's not the StackStorm takes a lot of space, but its package dependencies are huge.
Here is the full list of dependencies if we try to install st2enterprise under clean
ubuntu:xenial
(31MB):First step
The first dependency candidate to remove is
openssh-server
:See why we do it: StackStorm/st2-packages#379. While we definitely need ssh client, can probably get rid of ssh server requirements for a Docker-friendly install.
Additionally, ssh server adds more burden to secrets handling, see from the installation:
The text was updated successfully, but these errors were encountered: