docker.io/jauderho/excalidraw:git linux/amd64

docker.io/jauderho/excalidraw:git - 国内下载镜像源 浏览次数:23

这是一个Excalidraw的Docker容器镜像。Excalidraw是一个用于创建和编辑矢量图的协作式白板。

源镜像 docker.io/jauderho/excalidraw:git
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git
镜像ID sha256:36e69fa3d7d0e9b5da47b30f33173c25da17fa57009e64b9e22d2a6889cc4174
镜像TAG git
大小 95.98MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 23 次
贡献者
镜像创建 2025-05-08T06:32:46.002152142Z
同步时间 2025-05-09 15:07
更新时间 2025-05-13 00:21
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.28.0 PKG_RELEASE=1 DYNPKG_RELEASE=1 NJS_VERSION=0.8.10 NJS_RELEASE=1
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer Jauder Ho <jauderho@users.noreply.github.com>: org.opencontainers.image.authors 2025-05-08T06:30:28.267Z: org.opencontainers.image.created Dockerfiles of things: org.opencontainers.image.description https://github.com/jauderho/dockerfiles: org.opencontainers.image.documentation BSD-3-Clause: org.opencontainers.image.licenses cfe09e30e8c55193a402dda2eff0e46d3aeb84c2: org.opencontainers.image.revision https://github.com/jauderho/dockerfiles: org.opencontainers.image.source jauderho/excalidraw: org.opencontainers.image.title https://github.com/jauderho/dockerfiles: org.opencontainers.image.url git: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git  docker.io/jauderho/excalidraw:git

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git  docker.io/jauderho/excalidraw:git

Shell快速替换命令

sed -i 's#jauderho/excalidraw:git#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git  docker.io/jauderho/excalidraw:git'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git  docker.io/jauderho/excalidraw:git'

镜像构建历史


# 2025-05-08 14:32:46  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "wget -q -O /dev/null http://localhost || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2025-05-08 14:32:46  45.13MB 复制新文件或目录到容器中
COPY /opt/node_app/excalidraw-app/build /usr/share/nginx/html # buildkit
                        
# 2025-05-08 14:30:34  2.61MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk update 	&& apk upgrade -a # buildkit
                        
# 2025-05-08 14:30:34  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=Excalidraw is a virtual whiteboard for sketching hand-drawn like diagrams.
                        
# 2025-05-08 14:30:34  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=jauderho/excalidraw
                        
# 2025-05-08 14:30:34  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/jauderho/dockerfiles
                        
# 2025-05-08 14:30:34  0.00B 添加元数据标签
LABEL org.opencontainers.image.documentation=https://github.com/jauderho/dockerfiles
                        
# 2025-05-08 14:30:34  0.00B 添加元数据标签
LABEL org.opencontainers.image.url=https://github.com/jauderho/dockerfiles
                        
# 2025-05-08 14:30:34  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=Jauder Ho <jauderho@users.noreply.github.com>
                        
# 2025-04-24 02:00:49  36.34MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${NJS_RELEASE}     "     && apk add --no-cache --virtual .checksum-deps         openssl     && case "$apkArch" in         x86_64|aarch64)             apk add -X "https://nginx.org/packages/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages             ;;         *)             set -x             && tempDir="$(mktemp -d)"             && chown nobody:nobody $tempDir             && apk add --no-cache --virtual .build-deps                 gcc                 libc-dev                 make                 openssl-dev                 pcre2-dev                 zlib-dev                 linux-headers                 libxslt-dev                 gd-dev                 geoip-dev                 libedit-dev                 bash                 alpine-sdk                 findutils                 curl             && su nobody -s /bin/sh -c "                 export HOME=${tempDir}                 && cd ${tempDir}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"517bc18954ccf4efddd51986584ca1f37966833ad342a297e1fe58fd0faf14c5a4dabcb23519dca433878a2927a95d6bea05a6749ee2fa67a33bf24cdc41b1e4 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\"                 && if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then                     echo \"pkg-oss tarball checksum verification succeeded!\";                 else                     echo \"pkg-oss tarball checksum verification failed!\";                     exit 1;                 fi                 && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE}                 && cd alpine                 && make module-geoip module-image-filter module-njs module-xslt                 && apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk                 && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz                 "             && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/             && apk del --no-network .build-deps             && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages             ;;     esac     && apk del --no-network .checksum-deps     && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi     && if [ -f "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi     && apk add --no-cache curl ca-certificates # buildkit
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.8.10
                        
# 2025-04-24 02:00:49  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2025-04-24 02:00:49  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-04-24 02:00:49  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-04-24 02:00:49  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-04-24 02:00:49  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2025-04-24 02:00:49  4.05MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && addgroup -g 101 -S nginx     && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}     "     && apk add --no-cache --virtual .checksum-deps         openssl     && case "$apkArch" in         x86_64|aarch64)             set -x             && KEY_SHA512="e09fa32f0a0eab2b879ccbbc4d0e4fb9751486eedda75e35fac65802cc9faa266425edf83e261137a2f4d16281ce2c1a5f4502930fe75154723da014214f0655"             && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub             && if echo "$KEY_SHA512 */tmp/nginx_signing.rsa.pub" | sha512sum -c -; then                 echo "key verification succeeded!";                 mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/;             else                 echo "key verification failed!";                 exit 1;             fi             && apk add -X "https://nginx.org/packages/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages             ;;         *)             set -x             && tempDir="$(mktemp -d)"             && chown nobody:nobody $tempDir             && apk add --no-cache --virtual .build-deps                 gcc                 libc-dev                 make                 openssl-dev                 pcre2-dev                 zlib-dev                 linux-headers                 bash                 alpine-sdk                 findutils                 curl             && su nobody -s /bin/sh -c "                 export HOME=${tempDir}                 && cd ${tempDir}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"517bc18954ccf4efddd51986584ca1f37966833ad342a297e1fe58fd0faf14c5a4dabcb23519dca433878a2927a95d6bea05a6749ee2fa67a33bf24cdc41b1e4 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\"                 && if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then                     echo \"pkg-oss tarball checksum verification succeeded!\";                 else                     echo \"pkg-oss tarball checksum verification failed!\";                     exit 1;                 fi                 && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE}                 && cd alpine                 && make base                 && apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk                 && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz                 "             && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/             && apk del --no-network .build-deps             && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages             ;;     esac     && apk del --no-network .checksum-deps     && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi     && if [ -f "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi     && apk add --no-cache gettext-envsubst     && apk add --no-cache tzdata     && ln -sf /dev/stdout /var/log/nginx/access.log     && ln -sf /dev/stderr /var/log/nginx/error.log     && mkdir /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.28.0
                        
# 2025-04-24 02:00:49  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2025-02-14 11:28:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-02-14 11:28:36  7.83MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:36e69fa3d7d0e9b5da47b30f33173c25da17fa57009e64b9e22d2a6889cc4174",
    "RepoTags": [
        "jauderho/excalidraw:git",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw:git"
    ],
    "RepoDigests": [
        "jauderho/excalidraw@sha256:302621e50a0e4d54df39d05ab95b8ada837291830b49544ad3e403c5c6358208",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/jauderho/excalidraw@sha256:a436180a04b3fc2b7fcd6cbf4f8db551bf2c80d75fd9fd95e44f39573c2a9a35"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-08T06:32:46.002152142Z",
    "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.28.0",
            "PKG_RELEASE=1",
            "DYNPKG_RELEASE=1",
            "NJS_VERSION=0.8.10",
            "NJS_RELEASE=1"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "wget -q -O /dev/null http://localhost || exit 1"
            ]
        },
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e",
            "org.opencontainers.image.authors": "Jauder Ho \u003cjauderho@users.noreply.github.com\u003e",
            "org.opencontainers.image.created": "2025-05-08T06:30:28.267Z",
            "org.opencontainers.image.description": "Dockerfiles of things",
            "org.opencontainers.image.documentation": "https://github.com/jauderho/dockerfiles",
            "org.opencontainers.image.licenses": "BSD-3-Clause",
            "org.opencontainers.image.revision": "cfe09e30e8c55193a402dda2eff0e46d3aeb84c2",
            "org.opencontainers.image.source": "https://github.com/jauderho/dockerfiles",
            "org.opencontainers.image.title": "jauderho/excalidraw",
            "org.opencontainers.image.url": "https://github.com/jauderho/dockerfiles",
            "org.opencontainers.image.version": "git"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 95978648,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/61aa424cacadfc181c8f710c72e133f36138e4a8b6cbc63fddee97a37485c2fe/diff:/var/lib/docker/overlay2/2d0007a0b9c721838dc3fe31ec2e978ff7c755b9745dbb323415120c02143da1/diff:/var/lib/docker/overlay2/c3596506c19448d5f2e0c199783ee7e6e616a2b7ffc35a03d0b40ed4955c7334/diff:/var/lib/docker/overlay2/9c6d69863cd0ce5193d075623ebfc21aa28722dd65aa37c2c3edc62dfa593e5b/diff:/var/lib/docker/overlay2/d1707d4b77d2d6fa08486a64c3c727fc8018cd184032260de2df2a5e92108850/diff:/var/lib/docker/overlay2/16eef0081824feffa429a94a743059bc33af5d480e624083eb789c7544bfaeea/diff:/var/lib/docker/overlay2/6a445aae0c1ad2203d5ab5c72ec3a7d92e6f068465fdb361b84ca6d5882cace2/diff:/var/lib/docker/overlay2/c5e9e072f2f0a02badb413ac991ea8b4f7a953877bfcb0fe0a80f1796ea562c1/diff:/var/lib/docker/overlay2/4e8c80c1de56b91b667718f35bdead0b4c91a2fdafbfe97c3c57654b169634d9/diff",
            "MergedDir": "/var/lib/docker/overlay2/417a36a714913ba77fe2b76c57504ab2960d530c4a81c0163713f656496b571b/merged",
            "UpperDir": "/var/lib/docker/overlay2/417a36a714913ba77fe2b76c57504ab2960d530c4a81c0163713f656496b571b/diff",
            "WorkDir": "/var/lib/docker/overlay2/417a36a714913ba77fe2b76c57504ab2960d530c4a81c0163713f656496b571b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:08000c18d16dadf9553d747a58cf44023423a9ab010aab96cf263d2216b8b350",
            "sha256:4babb02c7c40d97e82507fdd582797de0f0553d5458d694980e90e9a9a9d886c",
            "sha256:9c2b6e6f2e2efc50b4d2b0bd7fc4dad06a7425936f4f576e2cb629da09e2cd64",
            "sha256:5f5a3d906b11cb08917f173e55d1bd0fed2863a9361e5adcfb54229b0990391a",
            "sha256:b0debeaa68c5761a123cc2e5324f332161b019f4655c62a3e2e0ab55969bd741",
            "sha256:2bfd71b953a3f6efe3e43881a1f3b66cdaf5633b7fec90f8fc59cf66c6a3a19d",
            "sha256:3db4ef8dec24b65421383bad8b09258de423f8819488dabb300fa6510d46bcd1",
            "sha256:7e881413b63537d3bcada36b82d430859560b01e8f3348460bfa983554882dd7",
            "sha256:724e9ea3cb7523817e7bc9ccf2f9053263fa324c6ce01e4a3b716a91d56c63f9",
            "sha256:43f2c0f6b7b49fdd1da2d15da78976fde2732caba164acf3ae67ddb367375d55"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-09T15:07:08.499225457+08:00"
    }
}

更多版本

docker.io/jauderho/excalidraw:git

linux/amd64 docker.io95.98MB2025-05-09 15:07
22