Skip to content

Commit

Permalink
dist/ubt: from res.ubt
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 21, 2024
1 parent b025893 commit 0e8ffeb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions distros/src/Dockerfile.apt-debian
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ ARG REPO=
ARG VER=12
FROM ${REPO}infrastlabs/x11-base:rootfs AS rootfs

# 20.04> 24.04: betterThemeView
FROM --platform=linux/amd64 registry.cn-shenzhen.aliyuncs.com/infrastlabs/x11-base:app-ubuntu-24.04 AS ubt
FROM scratch AS res
COPY --from=ubt /usr/share/themes/Greybird /usr/share/themes/Greybird
COPY --from=ubt /usr/share/themes/Greybird-compact /usr/share/themes/Greybird-compact
COPY --from=ubt /usr/share/themes/Greybird-dark /usr/share/themes/Greybird-dark
COPY --from=ubt /usr/share/icons/Papirus /usr/share/icons/Papirus
COPY --from=ubt /usr/share/icons/Papirus-Bunsen-bluegrey /usr/share/icons/Papirus-Bunsen-bluegrey
COPY --from=ubt /usr/share/icons/Papirus-Bunsen-grey /usr/share/icons/Papirus-Bunsen-grey
COPY --from=ubt /usr/share/locale /usr/share/locale
COPY --from=ubt /usr/share/fonts/DejaVuSansMono /usr/share/fonts/DejaVuSansMono
COPY --from=ubt /usr/share/fonts/truetype/wqy /usr/share/fonts/truetype/wqy
COPY --from=ubt /etc/fonts /etc/fonts
#COPY --from=ubt /usr/share/


# ref headless//br-deb12 #29.15M @23.10.14
FROM debian:${VER}-slim
ARG TYPE=core
Expand Down Expand Up @@ -205,6 +221,9 @@ COPY --from=rootfs /rootfs/files2 /
RUN \
bash /xconf.sh core; exit 0;

# HEADLESS2
COPY --from=res / /

EXPOSE 10089/tcp 10081/tcp 10022/tcp
CMD ["bash", "-c", "exec /entry.sh"]
ENV \
Expand Down

0 comments on commit 0e8ffeb

Please sign in to comment.