[
https://issues.apache.org/jira/browse/GUACAMOLE-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812249#comment-16812249
]
Mathias commented on GUACAMOLE-772:
-----------------------------------
As far as I know, is that the Docker image debian:stable-slim contains fewer
packages. I have exported and compared the list of installed packages with DPKG.
{code:java}
$ dpkg --get-selections > /tmp/debian-stable.txt{code}
[^debian-stable.txt]
[^debian-stable-slim.txt]
These packages are not included in debian-Slim: iproute2,iputils-ping,
libcap2:amd64, libelf1:amd64, libidn11:amd64, libmnl0:amd64, libnettle6:amd64.
> Reducing image Docker size for Guacd
> ------------------------------------
>
> Key: GUACAMOLE-772
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-772
> Project: Guacamole
> Issue Type: Improvement
> Components: guacamole-docker, guacamole-server
> Affects Versions: 1.1.0
> Reporter: Mathias
> Priority: Trivial
> Labels: pull-request-available
> Attachments: debian-stable-slim.txt, debian-stable.txt
>
>
> The last Docker image of guacd has a size of around 400 MB. If you use Docker
> image debian/stable-slim as base for guacd, the image size is reduced to a
> total of 330MB. This change (CR #220) is minimal, but has a big benefit. It
> reduces the final Docker image size.
> My comparison is based on the latest public image.
> {code:java}
> $ docker pull guacamole/guacd:1.0.0{code}
>
> REPOSITORY TAG IMAGE ID CREATED
> SIZE
> guacamole/guacd latest 57f6ce568e0d 3 months ago
> 395MB
> intern/guacd latest e562a8exf0x2 2 days
> ago 327MB
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)