docker.io/cnych/nginx-vts:v1.0 linux/amd64

docker.io/cnych/nginx-vts:v1.0 - 国内下载镜像源 浏览次数:25

该镜像 docker.io/cnych/nginx-vts 基于Nginx,并集成了VTS (Video Traffic Server) 功能。 它可能用于提供视频流媒体服务,通过Nginx作为反向代理或负载均衡器来管理和分发视频内容。具体功能需要参考镜像的文档或源代码。

源镜像 docker.io/cnych/nginx-vts:v1.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0
镜像ID sha256:b891620cda7249184007f3c22907372d48391179c0fd02847e2d9b8073f1af2a
镜像TAG v1.0
大小 17.55MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口
工作目录
OS/平台 linux/amd64
浏览量 25 次
贡献者 yo****u@deepfinance.com
镜像创建 2018-10-29T06:00:41.6106078Z
同步时间 2025-08-22 14:04
更新时间 2025-08-26 06:05
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.13.12 VTS_VERSION=0.1.18

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0  docker.io/cnych/nginx-vts:v1.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0  docker.io/cnych/nginx-vts:v1.0

Shell快速替换命令

sed -i 's#cnych/nginx-vts:v1.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0  docker.io/cnych/nginx-vts:v1.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0  docker.io/cnych/nginx-vts:v1.0'

镜像构建历史


# 2018-10-29 14:00:41  0.00B 
/bin/sh -c #(nop)  CMD ["nginx" "-g" "daemon off;"]
                        
# 2018-10-29 14:00:41  0.00B 
/bin/sh -c #(nop)  STOPSIGNAL SIGTERM
                        
# 2018-10-29 14:00:40  0.00B 
/bin/sh -c #(nop)  EXPOSE 80
                        
# 2018-10-29 14:00:40  349.00B 
/bin/sh -c #(nop) COPY file:286142c576772a9d91f409f4de440e9272b12654fd188a4fc4d9c5f07cf042a0 in /etc/nginx/conf.d/default.conf 
                        
# 2018-10-29 13:54:16  673.00B 
/bin/sh -c #(nop) COPY file:e7bc634b642b72427c75bcd743cf706175d3ca66daa338f85af00f10d8f4bd28 in /etc/nginx/nginx.conf 
                        
# 2018-10-29 13:54:16  13.55MB 
/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         --add-module=/usr/src/nginx-module-vts-$VTS_VERSION 	" 	&& 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 		gnupg 		libxslt-dev 		gd-dev 		geoip-dev 	&& curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz 	&& curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc  -o nginx.tar.gz.asc     && curl -fSL https://github.com/vozlt/nginx-module-vts/archive/v$VTS_VERSION.tar.gz  -o nginx-modules-vts.tar.gz 	&& 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 -r "$GNUPGHOME" nginx.tar.gz.asc 	&& mkdir -p /usr/src 	&& tar -zxC /usr/src -f nginx.tar.gz     && tar -zxC /usr/src -f nginx-modules-vts.tar.gz 	&& rm nginx.tar.gz nginx-modules-vts.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/ 		&& ln -sf /dev/stdout /var/log/nginx/access.log 	&& ln -sf /dev/stderr /var/log/nginx/error.log
                        
# 2018-10-29 13:52:40  0.00B 
/bin/sh -c #(nop)  ENV VTS_VERSION=0.1.18
                        
# 2018-10-29 13:25:31  0.00B 
/bin/sh -c #(nop)  ENV NGINX_VERSION=1.13.12
                        
# 2018-09-12 06:20:56  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2018-09-12 06:20:56  4.00MB 
/bin/sh -c #(nop) ADD file:ed60d2f27b2bac77543f1daaf837c276dbc4b183791ccf5ec7911278d58b986c in / 
                        
                    

镜像信息

{
    "Id": "sha256:b891620cda7249184007f3c22907372d48391179c0fd02847e2d9b8073f1af2a",
    "RepoTags": [
        "cnych/nginx-vts:v1.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts:v1.0"
    ],
    "RepoDigests": [
        "cnych/nginx-vts@sha256:c0b82d712b06c2f902e462cf5149ddd07c31f2d2fc4bb8d33abecc543e63d900",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cnych/nginx-vts@sha256:c0b82d712b06c2f902e462cf5149ddd07c31f2d2fc4bb8d33abecc543e63d900"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2018-10-29T06:00:41.6106078Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.03.0-ce",
    "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.13.12",
            "VTS_VERSION=0.1.18"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:4b5685ad6729e699bf0ffe2e110c67bd488bc2f96f6a3c37f47311f0bddb3321",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null,
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 17545923,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/651c40e0b62e84bca576cf42e37a4e2779ad76904604b0c11e75fc95ee67bb3e/diff:/var/lib/docker/overlay2/17862f8d8bcdec509d97379ce2d4615cadb5f7be901e3cbc9d2b783904f92a48/diff:/var/lib/docker/overlay2/8e996690a7e903e50709e08b17541b9d45612ced1a27d1e3745f1ea5cb22d40a/diff",
            "MergedDir": "/var/lib/docker/overlay2/fd4f73692325dcec3ad0aa5ea4b52f33e179c2c5e8398498169249f11b07af53/merged",
            "UpperDir": "/var/lib/docker/overlay2/fd4f73692325dcec3ad0aa5ea4b52f33e179c2c5e8398498169249f11b07af53/diff",
            "WorkDir": "/var/lib/docker/overlay2/fd4f73692325dcec3ad0aa5ea4b52f33e179c2c5e8398498169249f11b07af53/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ffd20c106e18b5c7d69bcc6d90a16aea6329239547d8adcc8070d039196df25a",
            "sha256:08005d57802db1e28dbc88d236a382eb0c359f1c483c5bf14565380440857a36",
            "sha256:1ce5ce63aa096baee03d2ffde7850bd7b73b90beb16aaf095c1dcb7087911771",
            "sha256:d62f238c5b041a71ba23743b4c8780430665eccd0a84ade697724b267bfd6088"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-22T14:04:17.422261222+08:00"
    }
}

更多版本

docker.io/cnych/nginx-vts:v1.0

linux/amd64 docker.io17.55MB2025-08-22 14:04
24