zenika-open-source / terraform-azure-cli

Minimal & lightweight docker image including Azure and Terraform CLI

Home Page:https://hub.docker.com/r/zenika/terraform-azure-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate the image size increasing between latest tag and previous debian tags

bgauduch opened this issue · comments

Investigate the image size increasing between latest tag and previous debian tags

git seems to be the culprit:
Exhibit 1:

tfazcli:local             475MB
tfazcli:local-nogit       397MB

Exhibit 2:

root@c7f37860f0da:/workspace# apt-get install git=1:2.20.1-2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  git-man krb5-locales less libbsd0 libcurl3-gnutls libedit2 liberror-perl libgdbm-compat4 libgdbm6 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
  libnghttp2-14 libpcre2-8-0 libperl5.28 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 netbase
  openssh-client patch perl perl-modules-5.28 publicsuffix xauth
Suggested packages:
  gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n krb5-doc krb5-user sensible-utils libsasl2-modules-gssapi-mit
  | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl make libb-debug-perl liblocale-codes-perl
The following NEW packages will be installed:
  git git-man krb5-locales less libbsd0 libcurl3-gnutls libedit2 liberror-perl libgdbm-compat4 libgdbm6 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
  libnghttp2-14 libpcre2-8-0 libperl5.28 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 netbase
  openssh-client patch perl perl-modules-5.28 publicsuffix xauth
0 upgraded, 40 newly installed, 0 to remove and 5 not upgraded.
Need to get 19.4 MB of archives.
After this operation, 99.6 MB of additional disk space will be used.
Do you want to continue? [Y/n]

Okay indeed, so there is nothing simple to do to reduce the current image size.