What is the meaning of node's docker image suffix name?

clipboard.png

as above, there are so many versions of the docker scene in this version of node, and the sizes even vary greatly. Why?

What is the difference between

-alpine and -slim versions?

Mar.24,2021

The
Alpine Linux operating system is a security-oriented lightweight Linux distribution, Alpine Linux Docker image that also inherits these advantages of the Alpine Linux distribution. Compared to other Docker images, it has a very small capacity of only 5m and has a very friendly package manager.

the following table shows the sizes of some official images:

< table > < tbody > < tr > < td > Image name < / td > < td > size (MB) < / td > < / tr > < tr > < td > ubuntu:latest < / td > < td > 187.9 < / td > < / tr > < tr > < td > debian:latest < / td > < td > 125.1 < / td > < / tr > < tr > < td > centos:latest < / td > < td > 196.6 < / td > < / tr > < tr > < td > alpine < / td > < td > 4.794 < / td > < / tr > < / tbody > < / table >
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b329bb-2be1c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b329bb-2be1c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?