Open1
debianのdockerベースイメージを作成する
debianのルートファイルシステムを作成する。
$ mdebstrap bullseye ./ \
--aptopt='Dir::Etc::Trusted "/usr/share/keyrings/debian-base.gpg"' \
--variant=apt \
--dpkgopt='path-exclude=/usr/share/man/*' \
--dpkgopt='path-exclude=/usr/share/locale/*/LC_MESSAGES/*.mo' \
--dpkgopt='path-exclude=/usr/share/doc/*' \
--dpkgopt='path-include=/usr/share/doc/*/copyright'
作成したルートファイルシステムからdockerイメージを作成する
$ sudo tar -c . | docker import - bullseye
$ docker images | grep bullseye
bullseye latest c63b84646b83 9 seconds ago 76MB