2023-09-25

[Technology] docker.io/library/node container image size

As seen in my last post, the node image on docker is over 1GB. I was curious what contributed to that, so I ran and attached myself to a shell in it.

$ podman run -dt node bash
$ podman attach -l
root@...:/#

A quick query of installed packages and their sizes gave me these top 30 packages:

dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr | head -n 30

Size (kB)
Deb Package
% (of installed packages)
68,236gcc-127.65
47,784libicu-dev5.36
44,477git4.99
36,170libicu724.05
36,161g++-124.05
33,848cpp-123.79
28,862libperl5.363.23
19,446libstdc++-12-dev2.18
18,062coreutils2.02
17,816perl-modules-5.361.99
16,203libx265-1991.81
15,021binutils-common1.68
14,577mercurial-common1.63
14,284libgcc-12-dev1.60
12,986libc61.45
12,303libssl-dev1.38
11,957libc6-dev1.34
11,428binutils-x86-64-linux-gnu1.28
10,909librsvg2-21.22
10,076sq1.13
10,075libglib2.0-dev1.13
9,404libglib2.0-data1.05
8,323libpython3.11-stdlib0.93
8,130libmagic-mgc0.91
8,017libasan80.89
7,815libtsan20.87
7,638perl-base0.85
7,164bash0.80
6,761python3.11-minimal0.75
6,589linux-libc-dev0.73

Surprisingly, no packages for nodejs/npm are listed! I calculated the sum of the size of all installed packages, and got 891,320 kB, but overall disk usage in the image's final file system is 1,139,008 kB. That's a discrepancy of 247,688 kB! Poking around to find some evidence of it, I see that npm is installed at /usr/local/bin/npm. All of /usr/local takes up 167,728 kB in the final image. Let's poke around and see which layer added that.

$ podman image tree node
Image ID: 386e0be86bde
Tags:     [docker.io/library/node:latest]
Size:     1.122GB
Image Layers
├── ID: 7c85cfa30cb1 Size: 121.3MB
├── ID: a9af9831483f Size: 49.56MB
├── ID: 68731f6c1e1e Size: 181.4MB
├── ID: d396cdbdc3ad Size: 596.9MB
├── ID: 02f1f39c8ec9 Size: 22.53kB
├── ID: 4709b21dad1d Size: 164.8MB
├── ID: 24d9598c79a8 Size: 7.626MB
└── ID: 19ba6ee0c874 Size: 3.584kB Top Layer of: [docker.io/library/node:latest]

$ podman history node
ID            CREATED     CREATED BY                                                                   SIZE              COMMENT
386e0be86bde  4 days ago  /bin/sh -c #(nop)  CMD ["node"]                                              0B                
<missing>     4 days ago  /bin/sh -c #(nop)  ENTRYPOINT ["docker-ent...                                0B                
<missing>     4 days ago  /bin/sh -c #(nop) COPY file:4d192565a7220e...                                3.58kB            
<missing>     4 days ago  /bin/sh -c set -ex   && for key in     6A0...                                7.63MB            
<missing>     4 days ago  /bin/sh -c #(nop)  ENV YARN_VERSION=1.22.19                                  0B                
<missing>     4 days ago  /bin/sh -c ARCH= && dpkgArch="$(dpkg --pri...                                165MB             
<missing>     4 days ago  /bin/sh -c #(nop)  ENV NODE_VERSION=20.7.0                                   0B                
<missing>     4 days ago  /bin/sh -c groupadd --gid 1000 node   && u...                                22.5kB            
<missing>     5 days ago  /bin/sh -c set -ex;                            apt-get update;   apt-...     597MB       
<missing>     5 days ago  /bin/sh -c apt-get update && apt-get insta...                                181MB             
<missing>     5 days ago  /bin/sh -c set -eux;                           apt-get update;   apt...      49.6MB      
<missing>     5 days ago  /bin/sh -c #(nop)  CMD ["bash"]                                              0B                
<missing>     5 days ago  /bin/sh -c #(nop) ADD file:ce04d6a354feaef...                                0B    

Taking a peak in ~/.local/share/containers/storage/overlay and doing a find against each of the layer IDs, looking for the npm binary, I get this:

./4709b21dad1d5d5cb88803c9c598c81fd9a94de38398ad002ec569cff33445c7/diff/usr/local/bin/npm
./4709b21dad1d5d5cb88803c9c598c81fd9a94de38398ad002ec569cff33445c7/diff/usr/local/lib/node_modules/corepack/shims/nodewin/npm
./4709b21dad1d5d5cb88803c9c598c81fd9a94de38398ad002ec569cff33445c7/diff/usr/local/lib/node_modules/corepack/shims/npm
./4709b21dad1d5d5cb88803c9c598c81fd9a94de38398ad002ec569cff33445c7/diff/usr/local/lib/node_modules/npm
./4709b21dad1d5d5cb88803c9c598c81fd9a94de38398ad002ec569cff33445c7/diff/usr/local/lib/node_modules/npm/bin/npm

Peaking at its directory structure, I see that that layer is 167,712 kB and accounts for all of /usr/local, and its entirely node files. Some of the most notable disk usage is as follows:

Size (kB)
Path
Comment
93,524usr/local/bin/nodeThe binary itself.
53,004usr/local/include/node/openssl/Most of this in its archs/ subdirectory, with 21 architectures' .h files.
19,208usr/local/lib/node_modules/
17,456usr/local/lib/node_modules/npm
14,308usr/local/lib/node_modules/npm/node_modulesContains 196 modules, the largest as node-gyp at 3716 kB.

So, there you have it. The node image is so large mostly because it contains a tonne of development .deb packages, and node-specific files take up ~164 MB, about 14% of the final image.

Keine Kommentare:

Kommentar veröffentlichen

Dieses Blog durchsuchen

Labels

#Technology #GNOME gnome gxml fedora bugs linux vala google #General firefox security gsoc GUADEC android bug xml fedora 18 javascript libxml2 programming web blogger encryption fedora 17 gdom git emacs libgdata memory mozilla open source serialisation upgrade web development API Spain containers design evolution fedora 16 fedora 20 fedora 22 fedup file systems friends future glib gnome shell internet luks music performance phone photos php podman preupgrade tablet testing typescript yum #Microblog Network Manager adb apache art automation bash brno catastrophe css data loss debian debugging deja-dup disaster docker emusic errors ext4 facebook fedora 19 gee gir gitlab gitorious gmail gobject google talk google+ gtk html libxml mail microsoft mtp mysql namespaces nautilus nextcloud owncloud picasaweb pitivi ptp python raspberry pi resizing rpm school selinux signal sms speech dispatcher systemd technology texting time management uoguelph usability video web design youtube #Tech Air Canada C Electron Element Empathy Europe GError GNOME 3 GNOME Files Go Google Play Music Grimes IRC Mac OS X Mario Kart Memento Nintendo Nintendo Switch PEAP Selenium Splatoon UI VPN Xiki accessibility advertising ai albums anaconda anonymity apple ask asus eee top automake autonomous automobiles b43 backup battery berlin bit rot broadcom browsers browsing canada canadian english cars chrome clarity comments communication compiler complaints computer computers configuration console constructive criticism cron cropping customisation dataloss dconf debug symbols design patterns desktop summit development discoverability distribution diy dnf documentation drm duplicity e-mail efficiency email english environment estate experimenting ext3 fedora 11 festival file formats firejail flac flatpak forgottotagit freedom friendship fuse galaxy nexus galton gay rights gdb german germany gimp gio gjs gnome software gnome-control-center google assistant google calendar google chrome google hangouts google reader gqe graphviz growth gtest gtg gvfs gvfs metadata hard drive hard drives hardware help hp humour ide identity instagram installation instant messaging integration intel interactivity introspection jabber java java 13 jobs kernel keyboard language language servers languages law learning lenovo letsencrypt libreoffice librpm life livecd liveusb login lsp macbook maintainership mariadb mario matrix memory leaks messaging mounting mouse netflix new zealand node nodelist numix obama oci ogg oggenc oh the humanity open open standards openoffice optimisation org-mode organisation package management packagekit paint shedding parallelism pdo perl pipelight privacy productivity progress progressive web apps pumpkin pwa pyright quality recursion redhat refactoring repairs report rhythmbox rust sandboxes scheduling screenshots self-navigating car shell sleep smartphones software software engineering speed sql ssd synergy tabs test tests themes thesis tracker travel triumf turtles tv tweak twist typing university update usb user experience valadoc video editing volunteering vpnc waf warm wayland weather web apps website wifi wiki wireless wishes work xinput xmpp xorg xpath
Powered by Blogger.