docker.io/dataelement/bisheng-frontend:v2.4.0-beta1 linux/amd64

docker.io/dataelement/bisheng-frontend:v2.4.0-beta1 - 国内下载镜像源 浏览次数:13

这是一个名为“bisheng-frontend”的Docker容器镜像,存储在Docker Hub (docker.io) 的dataelement 账户下。 它很可能包含一个毕昇前端应用程序的运行环境,其中包括必要的依赖库、配置文件以及前端代码。具体内容需要查看镜像的文档或构建脚本才能确定。

源镜像 docker.io/dataelement/bisheng-frontend:v2.4.0-beta1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1
镜像ID sha256:c088cba79258044171e12a656bc74a197f6f3ab24358c7d97fe035fadd73f7fe
镜像TAG v2.4.0-beta1
大小 269.39MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2026-02-09T09:40:39.363995827Z
同步时间 2026-02-10 13:56
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.29.5 NJS_VERSION=0.9.5 NJS_RELEASE=1~trixie ACME_VERSION=0.3.1 PKG_RELEASE=1~trixie DYNPKG_RELEASE=1~trixie
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1  docker.io/dataelement/bisheng-frontend:v2.4.0-beta1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1  docker.io/dataelement/bisheng-frontend:v2.4.0-beta1

Shell快速替换命令

sed -i 's#dataelement/bisheng-frontend:v2.4.0-beta1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1  docker.io/dataelement/bisheng-frontend:v2.4.0-beta1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1  docker.io/dataelement/bisheng-frontend:v2.4.0-beta1'

镜像构建历史


# 2026-02-09 17:40:39  1.28KB 复制新文件或目录到容器中
COPY /nginx.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2026-02-09 17:40:39  59.18MB 复制新文件或目录到容器中
COPY /app/client/build/ /usr/share/nginx/html/client # buildkit
                        
# 2026-02-09 17:40:39  49.36MB 复制新文件或目录到容器中
COPY /app/platform/build/ /usr/share/nginx/html/platform # buildkit
                        
# 2026-02-05 07:53:09  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-02-05 07:53:09  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-02-05 07:53:09  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2026-02-05 07:53:09  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-02-05 07:53:09  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2026-02-05 07:53:09  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2026-02-05 07:53:09  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2026-02-05 07:53:09  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2026-02-05 07:53:09  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2026-02-05 07:53:09  82.22MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && groupadd --system --gid 101 nginx     && useradd --system --gid nginx --no-create-home --home /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx     && apt-get update     && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates     &&     NGINX_GPGKEYS="573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 8540A6F18833A80E9C1653A42FD21310B49F6B46 9E9BE90EACBCDE69FE9B204CBCDCD8A38D88A2B3";     NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg;     export GNUPGHOME="$(mktemp -d)";     found='';     for NGINX_GPGKEY in $NGINX_GPGKEYS; do     for server in         hkp://keyserver.ubuntu.com:80         pgp.mit.edu     ; do         echo "Fetching GPG key $NGINX_GPGKEY from $server";         gpg1 --batch --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break;     done;     test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1;     done;     gpg1 --batch --export $NGINX_GPGKEYS > "$NGINX_GPGKEY_PATH" ;     rm -rf "$GNUPGHOME";     apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/*     && dpkgArch="$(dpkg --print-architecture)"     && nginxPackages="         nginx=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-${DYNPKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-${DYNPKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-${DYNPKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${NJS_RELEASE}         nginx-module-acme=${NGINX_VERSION}+${ACME_VERSION}-${PKG_RELEASE}     "     && case "$dpkgArch" in         amd64|arm64)             echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/mainline/debian/ trixie nginx" >> /etc/apt/sources.list.d/nginx.list             && apt-get update             ;;         *)             tempDir="$(mktemp -d)"             && chmod 777 "$tempDir"                         && savedAptMark="$(apt-mark showmanual)"                         && apt-get update             && apt-get install --no-install-recommends --no-install-suggests -y                 cargo                 curl                 devscripts                 equivs                 git                 libxml2-utils                 lsb-release                 xsltproc             && (                 cd "$tempDir"                 && export CARGO_HOME="$tempDir/.cargo"                 && REVISION="${NGINX_VERSION}-${PKG_RELEASE}"                 && REVISION=${REVISION%~*}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${REVISION}.tar.gz                 && PKGOSSCHECKSUM="b8584eaa97130ba7743dfbb2a10f665d64cb54b864e2038d0fd298d24682fc05eb4472738430b15862dabc6f374917f1b9889117051a852d36d0a6c8bc898921 *${REVISION}.tar.gz"                 && if [ "$(openssl sha512 -r ${REVISION}.tar.gz)" = "$PKGOSSCHECKSUM" ]; then                     echo "pkg-oss tarball checksum verification succeeded!";                 else                     echo "pkg-oss tarball checksum verification failed!";                     exit 1;                 fi                 && tar xzvf ${REVISION}.tar.gz                 && cd pkg-oss-${REVISION}                 && cd debian                 && for target in base module-geoip module-image-filter module-njs module-xslt module-acme; do                     make rules-$target;                     mk-build-deps --install --tool="apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes"                         debuild-$target/nginx-$NGINX_VERSION/debian/control;                 done                 && make base module-geoip module-image-filter module-njs module-xslt module-acme             )                         && apt-mark showmanual | xargs apt-mark auto > /dev/null             && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; }                         && ls -lAFh "$tempDir"             && ( cd "$tempDir" && dpkg-scanpackages . > Packages )             && grep '^Package: ' "$tempDir/Packages"             && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list             && apt-get -o Acquire::GzipIndexes=false update             ;;     esac         && apt-get install --no-install-recommends --no-install-suggests -y                         $nginxPackages                         gettext-base                         curl     && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list         && if [ -n "$tempDir" ]; then         apt-get purge -y --auto-remove         && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list;     fi     && ln -sf /dev/stdout /var/log/nginx/access.log     && ln -sf /dev/stderr /var/log/nginx/error.log     && mkdir /docker-entrypoint.d # buildkit
                        
# 2026-02-05 07:53:09  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1~trixie
                        
# 2026-02-05 07:53:09  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1~trixie
                        
# 2026-02-05 07:53:09  0.00B 设置环境变量 ACME_VERSION
ENV ACME_VERSION=0.3.1
                        
# 2026-02-05 07:53:09  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1~trixie
                        
# 2026-02-05 07:53:09  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.9.5
                        
# 2026-02-05 07:53:09  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.29.5
                        
# 2026-02-05 07:53:09  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2026-02-02 08:00:00  78.62MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400'
                        
                    

镜像信息

{
    "Id": "sha256:c088cba79258044171e12a656bc74a197f6f3ab24358c7d97fe035fadd73f7fe",
    "RepoTags": [
        "dataelement/bisheng-frontend:v2.4.0-beta1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend:v2.4.0-beta1"
    ],
    "RepoDigests": [
        "dataelement/bisheng-frontend@sha256:4d5b498513b5b0c646518b2434878a3fed226af2198a25a3983157d3b420f024",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dataelement/bisheng-frontend@sha256:cec67eecbe853f0bb285338c6b1496e236e82447aadf20609631e1a98a05f8e3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-09T09:40:39.363995827Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NGINX_VERSION=1.29.5",
            "NJS_VERSION=0.9.5",
            "NJS_RELEASE=1~trixie",
            "ACME_VERSION=0.3.1",
            "PKG_RELEASE=1~trixie",
            "DYNPKG_RELEASE=1~trixie"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 269387755,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/5a0d718dde8e0e9fe8b165bedf92a15c797a9c4e74522f35147ff5e175b55c96/diff:/var/lib/docker/overlay2/5309f7121b779060ac08748fad25167d7d693f61d2b4433770075fafd6daa274/diff:/var/lib/docker/overlay2/3d52b801d1011c5cb4cbdf9f2f692fb1e65b605c6344275b6a5fded5cbd3bac2/diff:/var/lib/docker/overlay2/a98fa32727827940033940c97a53b37c761e384655747af35469e398d2e56478/diff:/var/lib/docker/overlay2/0e2028851a6f896e3f5da3e90edc7118f3cc452ea9524d04cd45173ea0ad6ecd/diff:/var/lib/docker/overlay2/d331eb291e403200f871768d726244bd32ea2dd7a5a4eda57603895f35862a23/diff:/var/lib/docker/overlay2/10e7378409cf89a3d0f5d56e2203a8fb70cac2fa3ddbd9e0bea0ef0aea20d973/diff:/var/lib/docker/overlay2/aee7f76e4df0cf48f4029fb3639ae0469f08e559715854a197118d53d59036b1/diff:/var/lib/docker/overlay2/63f0368c20ad1ac6086cccf2d114b55e8db5252ec21b33c67d9b11a42617c63d/diff",
            "MergedDir": "/var/lib/docker/overlay2/e8332971768d7e61f0934d38f3873d40ae5a5f0a58751e44a4435c3bf6c3f4c5/merged",
            "UpperDir": "/var/lib/docker/overlay2/e8332971768d7e61f0934d38f3873d40ae5a5f0a58751e44a4435c3bf6c3f4c5/diff",
            "WorkDir": "/var/lib/docker/overlay2/e8332971768d7e61f0934d38f3873d40ae5a5f0a58751e44a4435c3bf6c3f4c5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a8ff6f8cbdfd6741c10dd183560df7212db666db046768b0f05bbc3904515f03",
            "sha256:edcb98f6af683f89a724d9da7bf8927059c91c86db4723a42201cd227340d7b5",
            "sha256:18b09c39ca9f595897956456d144ca812ba219cfe72cee888945b7050fc53b38",
            "sha256:bced0e9a39b0302b03e79b279a5de8394544197578327bfe3108a989b4a7154e",
            "sha256:b9390f60b84fa6b5e7772d3c32dd1e141eb12f34e4cd98dd03da87e7552d76fe",
            "sha256:627c009aa11539cb60bc61ce3709ab81059b224674abd8e06f27b26798969155",
            "sha256:4952de04fe7e4a2b63ed8ac879f7bb23cefa98d6005677c59ebd01fe27d02ba2",
            "sha256:e6426dc8bab90c5f9c313d7c88a24a2c99140c4a792d0b8037ddb62d7f7d69db",
            "sha256:00d64757363895ba18a034c411bc32cb180d90a8206f85532a0e893f42a42bcf",
            "sha256:fa456f1739154e8611f5cdceda1c82948309f57ad14c9b227255854a4156af4b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-10T13:56:37.022334198+08:00"
    }
}

更多版本

docker.io/dataelement/bisheng-frontend:v0.4.0.dev1

linux/amd64 docker.io232.98MB2024-12-09 22:48
278

docker.io/dataelement/bisheng-frontend:v1.0.1

linux/amd64 docker.io233.92MB2025-03-10 14:14
331

docker.io/dataelement/bisheng-frontend:v1.1.1

linux/amd64 docker.io245.26MB2025-04-24 16:14
347

docker.io/dataelement/bisheng-frontend:latest

linux/arm64 docker.io250.74MB2025-06-05 12:31
255

docker.io/dataelement/bisheng-frontend:v1.3.1

linux/arm64 docker.io251.39MB2025-06-24 10:34
270

docker.io/dataelement/bisheng-frontend:v1.3.1

linux/amd64 docker.io246.06MB2025-07-03 10:42
209

docker.io/dataelement/bisheng-frontend:v2.0.0

linux/amd64 docker.io282.70MB2025-08-14 20:29
192

docker.io/dataelement/bisheng-frontend:v2.0.2

linux/amd64 docker.io282.84MB2025-08-26 17:03
182

docker.io/dataelement/bisheng-frontend:v2.0.3

linux/amd64 docker.io282.85MB2025-08-29 12:34
187

docker.io/dataelement/bisheng-frontend:v2.1.0

linux/amd64 docker.io291.61MB2025-09-19 13:01
177

docker.io/dataelement/bisheng-frontend:v0.4.1.1

linux/amd64 docker.io233.04MB2025-10-21 15:02
107

docker.io/dataelement/bisheng-frontend:v2.1.1

linux/amd64 docker.io291.61MB2025-10-21 15:36
120

docker.io/dataelement/bisheng-frontend:v2.2.0-beta3

linux/amd64 docker.io251.84MB2025-10-21 17:23
155

docker.io/dataelement/bisheng-frontend:v2.2.0

linux/amd64 docker.io258.29MB2025-11-27 17:02
105

docker.io/dataelement/bisheng-frontend:v2.3.0-beta3

linux/arm64 docker.io279.86MB2025-12-25 16:03
81

docker.io/dataelement/bisheng-frontend:v2.3.0-beta3

linux/amd64 docker.io259.45MB2025-12-30 10:05
85

docker.io/dataelement/bisheng-frontend:v2.3.0-beta4

linux/amd64 docker.io259.46MB2026-01-17 04:18
65

docker.io/dataelement/bisheng-frontend:v2.3.0-amd64

linux/amd64 docker.io269.03MB2026-01-28 20:10
50

docker.io/dataelement/bisheng-frontend:v2.3.0

linux/amd64 docker.io269.03MB2026-01-30 09:43
52

docker.io/dataelement/bisheng-frontend:v2.4.0-beta1

linux/amd64 docker.io269.39MB2026-02-10 13:56
12