-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dist/oth x4 ARG BUILDDATE; busybox-bash
-- dist/busybox ln -s /usr/local/static/3rd/bin/bash /bin/; \bash /xconf.sh
- Loading branch information
Showing
4 changed files
with
37 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,6 @@ ARG REPO= | |
ARG VER=1.36.1 | ||
FROM ${REPO}infrastlabs/x11-base:rootfs AS rootfs | ||
FROM busybox:${VER} | ||
# Set multiple labels at once, author,builtdate | ||
LABEL \ | ||
github.com.infrastlabs.docker-x11base.vendor=Infrastlabs \ | ||
github.com.infrastlabs.docker-x11base.release="production" \ | ||
github.com.infrastlabs.docker-x11base.version="1.0.1-beta" \ | ||
github.com.infrastlabs.docker-x11base.maintainer="sam <[email protected]>" \ | ||
github.com.infrastlabs.docker-x11base.builtdate="$(date -u +'%Y-%m-%d %H:%M:%S')" | ||
|
||
# # sed grep gawk bash; curl wget | ||
# RUN apk add --no-cache \ | ||
# ca-certificates tzdata curl wget \ | ||
|
@@ -27,11 +19,19 @@ RUN \ | |
COPY --from=rootfs /rootfs/res_ubt_share / | ||
COPY --from=rootfs /rootfs/files1 / | ||
COPY --from=rootfs /rootfs/files2 / | ||
RUN \ | ||
RUN ln -s /usr/local/static/3rd/bin/bash /bin/; \ | ||
bash /xconf.sh core; exit 0 | ||
EXPOSE 10089/tcp 10081/tcp 10022/tcp | ||
CMD ["bash", "-c", "exec /entry.sh"] | ||
ENV \ | ||
TERM=xterm \ | ||
SHELL=/bin/bash | ||
|
||
CMD ["bash", "-c", "exec /entry.sh"] | ||
# Set multiple labels at once, author,builtdate | ||
ARG BUILDDATE | ||
LABEL \ | ||
github.com.infrastlabs.docker-x11base.vendor=Infrastlabs \ | ||
github.com.infrastlabs.docker-x11base.release="production" \ | ||
github.com.infrastlabs.docker-x11base.version="1.0.1-beta" \ | ||
github.com.infrastlabs.docker-x11base.maintainer="sam <[email protected]>" \ | ||
github.com.infrastlabs.docker-x11base.builtdate="$BUILDDATE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,6 @@ ARG VER=12 | |
FROM ${REPO}infrastlabs/x11-base:rootfs AS rootfs | ||
# ref headless//br-deb12 #29.15M @23.10.14 | ||
FROM debian:${VER}-slim | ||
# Set multiple labels at once, author,builtdate | ||
LABEL \ | ||
github.com.infrastlabs.docker-x11base.vendor=Infrastlabs \ | ||
github.com.infrastlabs.docker-x11base.release="production" \ | ||
github.com.infrastlabs.docker-x11base.version="1.0.1-beta" \ | ||
github.com.infrastlabs.docker-x11base.maintainer="sam <[email protected]>" \ | ||
github.com.infrastlabs.docker-x11base.builtdate="$(date -u +'%Y-%m-%d %H:%M:%S')" | ||
ENV \ | ||
DEBIAN_FRONTEND=noninteractive \ | ||
LOCALE_INCLUDE="zh_CN zh_HK zh_TW en en_AU fr fr_CA pt pt_BR es ar cs de it ru nl tr is sv uk ja ko th vi" | ||
|
@@ -71,3 +64,12 @@ CMD ["bash", "-c", "exec /entry.sh"] | |
ENV \ | ||
TERM=xterm \ | ||
SHELL=/bin/bash | ||
|
||
# Set multiple labels at once, author,builtdate | ||
ARG BUILDDATE | ||
LABEL \ | ||
github.com.infrastlabs.docker-x11base.vendor=Infrastlabs \ | ||
github.com.infrastlabs.docker-x11base.release="production" \ | ||
github.com.infrastlabs.docker-x11base.version="1.0.1-beta" \ | ||
github.com.infrastlabs.docker-x11base.maintainer="sam <[email protected]>" \ | ||
github.com.infrastlabs.docker-x11base.builtdate="$BUILDDATE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,6 @@ FROM ${REPO}infrastlabs/x11-base:rootfs AS rootfs | |
# FROM openwrt/rootfs:armsr-armv7-openwrt-23.05 AS arm | ||
ARG TARGETARCH | ||
FROM infrastlabs/x11-base:openwrt-rootfs-${TARGETARCH} | ||
# Set multiple labels at once, author,builtdate | ||
LABEL \ | ||
github.com.infrastlabs.docker-x11base.vendor=Infrastlabs \ | ||
github.com.infrastlabs.docker-x11base.release="production" \ | ||
github.com.infrastlabs.docker-x11base.version="1.0.1-beta" \ | ||
github.com.infrastlabs.docker-x11base.maintainer="sam <[email protected]>" \ | ||
github.com.infrastlabs.docker-x11base.builtdate="$(date -u +'%Y-%m-%d %H:%M:%S')" | ||
|
||
|
||
# https://blog.csdn.net/seaneer/article/details/135011487 | ||
# https://mirror.tuna.tsinghua.edu.cn/openwrt/ | ||
# https://mirror.tuna.tsinghua.edu.cn/openwrt/releases/23.05.3/packages/ | ||
|
@@ -62,3 +53,12 @@ CMD ["bash", "-c", "exec /entry.sh"] | |
ENV \ | ||
TERM=xterm \ | ||
SHELL=/bin/bash | ||
|
||
# Set multiple labels at once, author,builtdate | ||
ARG BUILDDATE | ||
LABEL \ | ||
github.com.infrastlabs.docker-x11base.vendor=Infrastlabs \ | ||
github.com.infrastlabs.docker-x11base.release="production" \ | ||
github.com.infrastlabs.docker-x11base.version="1.0.1-beta" \ | ||
github.com.infrastlabs.docker-x11base.maintainer="sam <[email protected]>" \ | ||
github.com.infrastlabs.docker-x11base.builtdate="$BUILDDATE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,6 @@ ARG REPO= | |
ARG VER=39 | ||
FROM ${REPO}infrastlabs/x11-base:rootfs AS rootfs | ||
FROM fedora:${VER} | ||
# Set multiple labels at once, author,builtdate | ||
LABEL \ | ||
github.com.infrastlabs.docker-x11base.vendor=Infrastlabs \ | ||
github.com.infrastlabs.docker-x11base.release="production" \ | ||
github.com.infrastlabs.docker-x11base.version="1.0.1-beta" \ | ||
github.com.infrastlabs.docker-x11base.maintainer="sam <[email protected]>" \ | ||
github.com.infrastlabs.docker-x11base.builtdate="$(date -u +'%Y-%m-%d %H:%M:%S')" | ||
# su: util-linux; ping: iputils | ||
RUN \ | ||
# link yum | ||
|
@@ -36,3 +29,12 @@ CMD ["bash", "-c", "exec /entry.sh"] | |
ENV \ | ||
TERM=xterm \ | ||
SHELL=/bin/bash | ||
|
||
# Set multiple labels at once, author,builtdate | ||
ARG BUILDDATE | ||
LABEL \ | ||
github.com.infrastlabs.docker-x11base.vendor=Infrastlabs \ | ||
github.com.infrastlabs.docker-x11base.release="production" \ | ||
github.com.infrastlabs.docker-x11base.version="1.0.1-beta" \ | ||
github.com.infrastlabs.docker-x11base.maintainer="sam <[email protected]>" \ | ||
github.com.infrastlabs.docker-x11base.builtdate="$BUILDDATE" |