registry.k8s.io/e2e-test-images/nginx:1.14-4 linux/arm64

registry.k8s.io/e2e-test-images/nginx:1.14-4 - 国内下载镜像源 浏览次数:16 安全受验证的发布者-Kubernetes 温馨提示: 这是一个 linux/arm64 系统架构镜像
源镜像 registry.k8s.io/e2e-test-images/nginx:1.14-4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64
镜像ID sha256:f05e2fa269f98ddfb8380a7ef47d29546df495741f6b260718ee9b8d7293a3e1
镜像TAG 1.14-4-linuxarm64
大小 15.02MB
镜像源 registry.k8s.io
CMD nginx -g daemon off;
启动入口
工作目录
OS/平台 linux/arm64
浏览量 16 次
贡献者
镜像创建 2019-04-10T10:16:49.725849096Z
同步时间 2026-01-08 17:23
更新时间 2026-01-09 23:24
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.14.2
镜像标签
b60176972182bc2a459e019bc039dfcffa2ff868: commit_id https://github.com/kubernetes/kubernetes/tree/b60176972182bc2a459e019bc039dfcffa2ff868/test/images/nginx: git_url 1.14-4: image_version NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64  registry.k8s.io/e2e-test-images/nginx:1.14-4

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64  registry.k8s.io/e2e-test-images/nginx:1.14-4

Shell快速替换命令

sed -i 's#registry.k8s.io/e2e-test-images/nginx:1.14-4#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64  registry.k8s.io/e2e-test-images/nginx:1.14-4'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64  registry.k8s.io/e2e-test-images/nginx:1.14-4'

镜像构建历史


# 2019-04-10 18:16:49  0.00B 
/bin/sh -c #(nop)  CMD ["nginx" "-g" "daemon off;"]
                        
# 2019-04-10 18:16:49  0.00B 
/bin/sh -c #(nop)  STOPSIGNAL SIGTERM
                        
# 2019-04-10 18:16:48  0.00B 
/bin/sh -c #(nop)  EXPOSE 80
                        
# 2019-04-10 18:16:47  1.09KB 
/bin/sh -c #(nop) COPY file:ebf4f0eb33621cc016414b2aa2bad4d497b7c5d59ee6bc8f0592625c2134e7ca in /etc/nginx/conf.d/default.conf 
                        
# 2019-04-10 18:16:47  643.00B 
/bin/sh -c #(nop) COPY file:4c82b9f10b84c5676e254bca55dc60405505b9f8036491860c7bd61ea3eb9047 in /etc/nginx/nginx.conf 
                        
# 2019-04-10 18:16:46  9.73MB 
/bin/sh -c GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 	&& CONFIG="		--prefix=/etc/nginx 		--sbin-path=/usr/sbin/nginx 		--modules-path=/usr/lib/nginx/modules 		--conf-path=/etc/nginx/nginx.conf 		--error-log-path=/var/log/nginx/error.log 		--http-log-path=/var/log/nginx/access.log 		--pid-path=/var/run/nginx.pid 		--lock-path=/var/run/nginx.lock 		--http-client-body-temp-path=/var/cache/nginx/client_temp 		--http-proxy-temp-path=/var/cache/nginx/proxy_temp 		--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp 		--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp 		--http-scgi-temp-path=/var/cache/nginx/scgi_temp 		--user=nginx 		--group=nginx 		--with-http_ssl_module 		--with-http_realip_module 		--with-http_addition_module 		--with-http_sub_module 		--with-http_dav_module 		--with-http_flv_module 		--with-http_mp4_module 		--with-http_gunzip_module 		--with-http_gzip_static_module 		--with-http_random_index_module 		--with-http_secure_link_module 		--with-http_stub_status_module 		--with-http_auth_request_module 		--with-http_xslt_module=dynamic 		--with-http_image_filter_module=dynamic 		--with-http_geoip_module=dynamic 		--with-threads 		--with-stream 		--with-stream_ssl_module 		--with-stream_ssl_preread_module 		--with-stream_realip_module 		--with-stream_geoip_module=dynamic 		--with-http_slice_module 		--with-mail 		--with-mail_ssl_module 		--with-compat 		--with-file-aio 		--with-http_v2_module 	" 	&& addgroup -S nginx 	&& adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx 	&& apk add --no-cache --virtual .build-deps 		gcc 		libc-dev 		make 		openssl-dev 		pcre-dev 		zlib-dev 		linux-headers 		curl 		gnupg1 		libxslt-dev 		gd-dev 		geoip-dev 	&& curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz 	&& curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc  -o nginx.tar.gz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& found=''; 	for server in 		ha.pool.sks-keyservers.net 		hkp://keyserver.ubuntu.com:80 		hkp://p80.pool.sks-keyservers.net:80 		pgp.mit.edu 	; do 		echo "Fetching GPG key $GPG_KEYS from $server"; 		gpg --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$GPG_KEYS" && found=yes && break; 	done; 	test -z "$found" && echo >&2 "error: failed to fetch GPG key $GPG_KEYS" && exit 1; 	gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz 	&& rm -rf "$GNUPGHOME" nginx.tar.gz.asc 	&& mkdir -p /usr/src 	&& tar -zxC /usr/src -f nginx.tar.gz 	&& rm nginx.tar.gz 	&& cd /usr/src/nginx-$NGINX_VERSION 	&& ./configure $CONFIG --with-debug 	&& make -j$(getconf _NPROCESSORS_ONLN) 	&& mv objs/nginx objs/nginx-debug 	&& mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so 	&& mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so 	&& mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so 	&& mv objs/ngx_stream_geoip_module.so objs/ngx_stream_geoip_module-debug.so 	&& ./configure $CONFIG 	&& make -j$(getconf _NPROCESSORS_ONLN) 	&& make install 	&& rm -rf /etc/nginx/html/ 	&& mkdir /etc/nginx/conf.d/ 	&& mkdir -p /usr/share/nginx/html/ 	&& install -m644 html/index.html /usr/share/nginx/html/ 	&& install -m644 html/50x.html /usr/share/nginx/html/ 	&& install -m755 objs/nginx-debug /usr/sbin/nginx-debug 	&& install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so 	&& install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so 	&& install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so 	&& install -m755 objs/ngx_stream_geoip_module-debug.so /usr/lib/nginx/modules/ngx_stream_geoip_module-debug.so 	&& ln -s ../../usr/lib/nginx/modules /etc/nginx/modules 	&& strip /usr/sbin/nginx* 	&& strip /usr/lib/nginx/modules/*.so 	&& rm -rf /usr/src/nginx-$NGINX_VERSION 		&& apk add --no-cache --virtual .gettext gettext 	&& mv /usr/bin/envsubst /tmp/ 		&& runDeps="$( 		scanelf --needed --nobanner --format '%n#p' /usr/sbin/nginx /usr/lib/nginx/modules/*.so /tmp/envsubst 			| tr ',' '\n' 			| sort -u 			| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' 	)" 	&& apk add --no-cache --virtual .nginx-rundeps $runDeps 	&& apk del .build-deps 	&& apk del .gettext 	&& mv /tmp/envsubst /usr/local/bin/ 		&& apk add --no-cache tzdata 		&& ln -sf /dev/stdout /var/log/nginx/access.log 	&& ln -sf /dev/stderr /var/log/nginx/error.log
                        
# 2019-04-10 18:15:13  0.00B 
/bin/sh -c #(nop)  ENV NGINX_VERSION=1.14.2
                        
# 2019-04-10 18:11:19  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2019-04-10 16:49:12  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2019-04-10 16:49:11  5.29MB 
/bin/sh -c #(nop) ADD file:30e0a8ccdca70b20b8ce637f0ba5108157f4ba491447d20aafbe45d82392bd81 in / 
                        
                    

镜像信息

{
    "Id": "sha256:f05e2fa269f98ddfb8380a7ef47d29546df495741f6b260718ee9b8d7293a3e1",
    "RepoTags": [
        "registry.k8s.io/e2e-test-images/nginx:1.14-4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx:1.14-4-linuxarm64"
    ],
    "RepoDigests": [
        "registry.k8s.io/e2e-test-images/nginx@sha256:5c99cf6a02adda929b10321dbf4ecfa00d87be9ba4fb456006237d530ab4baa1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/registry.k8s.io/e2e-test-images/nginx@sha256:670b67c7b5e03fa6b1df46354d218934b1729907c7bf287ad1e37549903320eb"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2019-04-10T10:16:49.725849096Z",
    "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.14.2"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "commit_id": "b60176972182bc2a459e019bc039dfcffa2ff868",
            "git_url": "https://github.com/kubernetes/kubernetes/tree/b60176972182bc2a459e019bc039dfcffa2ff868/test/images/nginx",
            "image_version": "1.14-4",
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 15022658,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/563eb268c75d78f86c1cf5337a3a2582b19893605bf797f3778aba3e17b3383b/diff:/var/lib/docker/overlay2/9fd74eece6cf6af7400c8f93fa5337fc9b1cb49e2afe27fc880ac1d479e6fbee/diff:/var/lib/docker/overlay2/75033a7f0629932d039b42f5e7da10bb1cbff5e1d44709df378202f549da13f5/diff",
            "MergedDir": "/var/lib/docker/overlay2/33fc5efe1dc3d68733a2806a402366624902dfe5cf006817775c0636cbb28c09/merged",
            "UpperDir": "/var/lib/docker/overlay2/33fc5efe1dc3d68733a2806a402366624902dfe5cf006817775c0636cbb28c09/diff",
            "WorkDir": "/var/lib/docker/overlay2/33fc5efe1dc3d68733a2806a402366624902dfe5cf006817775c0636cbb28c09/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e64a3852ea352321b9dc050e64aec275774fd574989d219fc541973a12445c7e",
            "sha256:7426191a0c712dd0ab3658360dfb88fa14f475d4e598322785ca6c4431020aff",
            "sha256:bf98eebdbda26673f88ea419d423baac7ced6b19afa77c74ed6e3a538e55ff0a",
            "sha256:910b95b210b06c2b2ca12b71f9029e36fb458847e63ec882af81320a55861ca0"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-08T17:23:55.933263804+08:00"
    }
}

更多版本

registry.k8s.io/e2e-test-images/nginx:1.14-4

linux/arm64 registry.k8s.io15.02MB2026-01-08 17:23
15

registry.k8s.io/e2e-test-images/nginx:1.14-4

linux/amd64 registry.k8s.io16.03MB2026-01-08 17:25
17