Arch Linux Image, as minimal as possible(still working, figuring out what is unnecessary)
588
Arch Linux Image, as minimal as possible(still working, figuring out what is unnecessary)
script will run weekly and generate a latest image each time, if something goes wrong like bash or ls cannot run, it will fail and no image is created, so most image should be ready to go.
to use it ( you should know what you are doing and use it at your own risk if you are use it for production. )
docker run -it --rm jeffguorg/archlinux-minimal bash
if you need a specific image, its tag should be +%Y%m%d
the image is built with
pacstrap -cd ./rootfs pacman
rm -rfv ./rootfs/var/lib/pacman/sync/*
rm -rfv ./rootfs/usr/share/man/*
rm -rfv ./rootfs/usr/share/doc/*
tar -C rootfs -c . | docker import - $username/$image_name:$build
this image currently it has these packages(62 packages, approximately 346MiB/118MiB):
acl
archlinux-keyring
attr
bash
bzip2
ca-certificates
ca-certificates-cacert
ca-certificates-mozilla
ca-certificates-utils
coreutils
curl
db
e2fsprogs
expat
filesystem
findutils
gcc-libs
gdbm
glib2
glibc
gmp
gnupg
gnutls
gpgme
iana-etc
icu
keyutils
krb5
libarchive
libassuan
libcap
libffi
libgcrypt
libgpg-error
libidn
libksba
libldap
libnghttp2
libpsl
libsasl
libsecret
libssh2
libtasn1
libunistring
libutil-linux
linux-api-headers
lz4
ncurses
nettle
npth
openssl
p11-kit
pacman
pacman-mirrorlist
pcre
perl
pinentry
readline
sqlite
tzdata
xz
zlib
if you have any question mail me to jeffguorg#163.com or jeffguorg#gmail.com. I'm still a green thumb after years but we could try to figure out answers together
Content type
Image
Digest
Size
112.6 MB
Last updated
almost 9 years ago
docker pull jeffguorg/archlinux-minimal