deepin minimal #3269
Replies: 3 comments 1 reply
-
We don't provide this environment, but you can create one using pbuilder. sudo pbuilder create --architecture amd64 \
--mirror "https://mirrors.ustc.edu.cn/deepin" \
--distribution apricot \
--basetgz ~/apricot-base-amd64.tgz \
--allow-untrusted \
--debootstrapopts --keyring=/usr/share/keyrings/deepin-archive-camel-keyring.gpg \
--debootstrapopts --include=deepin-keyring,ca-certificates A tgz file will be saved in your home directory. This is a compressed file of rootfs, maybe you can complete the construction of the base image with dockerfile. If you want to add some packages, you can append the package at the end with |
Beta Was this translation helpful? Give feedback.
-
Seems like debootstrap fails with the latest deepin build... current work around is to use multistrap
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a deepin minimal image available designed for deployment across at scale? At the moment it seems like only desktop version is available...
Would be great if there is a minimal image available with at least mkdir, wget, curl and unzip to install packages to a standard server environment for interactive use!
Beta Was this translation helpful? Give feedback.
All reactions