docker.io/ponyix/xiaomiev-mate:web-v1.0.0 linux/arm64

docker.io/ponyix/xiaomiev-mate:web-v1.0.0 - 国内下载镜像源 浏览次数:9 温馨提示: 这是一个 linux/arm64 系统架构镜像

该镜像提供小米电动车(Xiaomi EV Mate)相关的管理与控制功能,支持车辆状态查询、数据同步等操作,方便用户通过容器化方式使用小米电动车的辅助服务。

源镜像 docker.io/ponyix/xiaomiev-mate:web-v1.0.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64
镜像ID sha256:d5bedc6ba2f8fdb552413c457e6d6c1831ad79b9c2f262b891d4b6fd45b81f40
镜像TAG web-v1.0.0-linuxarm64
大小 64.01MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录 /
OS/平台 linux/arm64
浏览量 9 次
贡献者
镜像创建 2026-03-19T02:51:12.097491669Z
同步时间 2026-03-19 11:21
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.28.2 PKG_RELEASE=1 DYNPKG_RELEASE=1 NJS_VERSION=0.9.5 NJS_RELEASE=1 ACME_VERSION=0.3.1
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64  docker.io/ponyix/xiaomiev-mate:web-v1.0.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64  docker.io/ponyix/xiaomiev-mate:web-v1.0.0

Shell快速替换命令

sed -i 's#ponyix/xiaomiev-mate:web-v1.0.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64  docker.io/ponyix/xiaomiev-mate:web-v1.0.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64  docker.io/ponyix/xiaomiev-mate:web-v1.0.0'

镜像构建历史


# 2026-03-19 10:51:12  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-03-19 10:51:12  0.00B 声明容器运行时监听的端口
EXPOSE [80/tcp]
                        
# 2026-03-19 10:51:12  987.00B 复制新文件或目录到容器中
COPY nginx.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2026-03-19 10:51:12  2.64MB 复制新文件或目录到容器中
COPY /app/dist /usr/share/nginx/html # buildkit
                        
# 2026-03-11 05:12:43  48.28MB 执行命令并创建新的镜像层
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}         nginx-module-acme=${NGINX_VERSION}.${ACME_VERSION}-r${PKG_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                 cargo                 clang-libclang             && 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=\"ef4545c05b1632a056482e3dbb47bb5d7393238318db3491e8bb308218cdb5f32dbb2ac73509097ac2426fd73270bc97836843a8b1846a396fd94e60826f7e3f *${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                 && export BUILDTARGET=\"module-geoip module-image-filter module-njs module-xslt module-acme\"                 && if [ \"\$(apk --print-arch)\" = \"armhf\" ]; then BUILDTARGET=\"\$( echo \$BUILDTARGET | sed 's,module-acme,,' )\"; fi                 && make \$BUILDTARGET                 && 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             && if [ "$apkArch" = "armhf" ]; then nginxPackages="$( echo $nginxPackages | sed 's,nginx-module-acme=.*,,')"; fi             && 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
                        
# 2026-03-11 05:12:43  0.00B 设置环境变量 ACME_VERSION
ENV ACME_VERSION=0.3.1
                        
# 2026-03-11 05:12:43  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1
                        
# 2026-03-11 05:12:43  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.9.5
                        
# 2026-03-11 04:52:10  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-03-11 04:52:10  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-03-11 04:52:10  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2026-03-11 04:52:10  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-03-11 04:52:10  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2026-03-11 04:52:10  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2026-03-11 04:52:10  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2026-03-11 04:52:10  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2026-03-11 04:52:10  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2026-03-11 04:52:10  4.37MB 执行命令并创建新的镜像层
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             && DEPS=$(apk query --summarize depends --recursive --no-cache                        --repository "@nginxorg https://nginx.org/packages/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main"                        ${nginxPackages/=/@nginxorg=})             && apk add --no-cache $DEPS             && apk add --repositories-file /dev/null -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=\"ef4545c05b1632a056482e3dbb47bb5d7393238318db3491e8bb308218cdb5f32dbb2ac73509097ac2426fd73270bc97836843a8b1846a396fd94e60826f7e3f *${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             && DEPS=$(apk query --summarize depends --recursive --no-cache                        --repository "@nginxorg ${tempDir}/packages/alpine/"                        ${nginxPackages/=/@nginxorg=})             && apk add --no-cache $DEPS             && apk add --repositories-file /dev/null -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
                        
# 2026-03-11 04:52:10  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1
                        
# 2026-03-11 04:52:10  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2026-03-11 04:52:10  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.28.2
                        
# 2026-03-11 04:52:10  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2026-01-28 09:18:09  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:18:09  8.70MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:d5bedc6ba2f8fdb552413c457e6d6c1831ad79b9c2f262b891d4b6fd45b81f40",
    "RepoTags": [
        "ponyix/xiaomiev-mate:web-v1.0.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate:web-v1.0.0-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ponyix/xiaomiev-mate@sha256:7e421504a76689c017f7303f18cc5e1e3ce5c8c62d3d8c7301cfcd43ea988310"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-19T02:51:12.097491669Z",
    "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.2",
            "PKG_RELEASE=1",
            "DYNPKG_RELEASE=1",
            "NJS_VERSION=0.9.5",
            "NJS_RELEASE=1",
            "ACME_VERSION=0.3.1"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 64007800,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8606f2e4ca9f46d414fe29a9665d8da2ef6955e1888930e0262d0021200719cc/diff:/var/lib/docker/overlay2/33f214f6a94fb2b65eb1762f853a55271bdf7531397e7f491e5947955fd05698/diff:/var/lib/docker/overlay2/054e5a3ad13f7da20968d8586104277560c09036c698b87995b45c313f6ff5aa/diff:/var/lib/docker/overlay2/8496144ac07b425d99fab662eb2a42ec3edfc86b0aeb862f925be9f3889694ab/diff:/var/lib/docker/overlay2/6f8e40844334e701f5c5672e4f82596ab618996b072af753604db0befd3579fe/diff:/var/lib/docker/overlay2/a7ad0ea368d81b8a666fcca714cdf0c9f2ea9f57f03cfa3ba816eaa3f54d7a2b/diff:/var/lib/docker/overlay2/09fc595662910b71cdc9878ccda29ee3f015ca8c75f8611c089c42389bc992a2/diff:/var/lib/docker/overlay2/fa049c487c4ccd6c57e07c9f3b29d2e9d859301e5124d73675e42198f2ad0ffe/diff:/var/lib/docker/overlay2/b3e6e9fa7ac2bb4c6268ac11d572fbd6363e5be253980fb8527d4625efaab04a/diff",
            "MergedDir": "/var/lib/docker/overlay2/8db6e4aefabc495e8367bb97784ca43d07f8081b2d6bc403af8a1e994663bbe5/merged",
            "UpperDir": "/var/lib/docker/overlay2/8db6e4aefabc495e8367bb97784ca43d07f8081b2d6bc403af8a1e994663bbe5/diff",
            "WorkDir": "/var/lib/docker/overlay2/8db6e4aefabc495e8367bb97784ca43d07f8081b2d6bc403af8a1e994663bbe5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:45f3ea5848e8a25ca27718b640a21ffd8c8745d342a24e1d4ddfc8c449b0a724",
            "sha256:9ab624a8e1b96adc528fab7903f0e10f9f7ad00198d52467e7d637a205feed8d",
            "sha256:278f86014476141cecaaef966f40a011d049e7e920fb9d87800ed1eb2809736a",
            "sha256:0005eb079254a58791240fcf65cb8663b20b4088f957f4604c2660e704a3237d",
            "sha256:3c1593511188ff94651f451f3ca2ee39357d6e6aff5041419e25027fa71df474",
            "sha256:707a73962c171934dea7a8173bb58468852229827c4ac24273790c946d09d1bb",
            "sha256:85e46beb150fcfad4ca5c9f14ed3a4bef13453ac245be85011eb861ddc05929b",
            "sha256:2e7aa9046e35a35c6e7c7346574badd08c4f66bdcdf42d9ce15622bcc30d9449",
            "sha256:a0ebaa5d1c5ace2d44dd488bf97db00e1d982cf0f5a06492b47d3dde3d97e069",
            "sha256:aba4e57dfbc3fec8c353d8c192f75174de394038358e67072fb9086a1f628c28"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-19T11:21:24.555277752+08:00"
    }
}

更多版本

docker.io/ponyix/xiaomiev-mate:web-latest

linux/amd64 docker.io64.63MB2026-03-09 10:49
39

docker.io/ponyix/xiaomiev-mate:web-latest

linux/arm64 docker.io63.92MB2026-03-09 10:50
33

docker.io/ponyix/xiaomiev-mate:backend-latest

linux/arm64 docker.io394.25MB2026-03-09 10:51
23

docker.io/ponyix/xiaomiev-mate:backend-latest

linux/amd64 docker.io381.32MB2026-03-09 10:52
40

docker.io/ponyix/xiaomiev-mate:backend-v1.0.0

linux/amd64 docker.io381.38MB2026-03-19 11:18
9

docker.io/ponyix/xiaomiev-mate:backend-v1.0.0

linux/arm64 docker.io394.30MB2026-03-19 11:20
8

docker.io/ponyix/xiaomiev-mate:web-v1.0.0

linux/amd64 docker.io64.71MB2026-03-19 11:20
9

docker.io/ponyix/xiaomiev-mate:web-v1.0.0

linux/arm64 docker.io64.01MB2026-03-19 11:21
8