docker.io/wbsu2003/webp2jpg-online:v1 linux/amd64

docker.io/wbsu2003/webp2jpg-online:v1 - 国内下载镜像源 浏览次数:52

webp2jpg 在线转换工具容器镜像

源镜像 docker.io/wbsu2003/webp2jpg-online:v1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wbsu2003/webp2jpg-online:v1
镜像ID sha256:3616f9e6a645d077e5a2d83434186ae6b300e91f131676aee304ce7216eed467
镜像TAG v1
大小 287.99MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口
工作目录
OS/平台 linux/amd64
浏览量 52 次
贡献者 xb***g@kingdomai.com
镜像创建 2023-03-16T10:04:26.654341598Z
同步时间 2024-07-22 16:55
更新时间 2024-09-20 06:46
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.12.2
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wbsu2003/webp2jpg-online:v1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wbsu2003/webp2jpg-online:v1  docker.io/wbsu2003/webp2jpg-online:v1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wbsu2003/webp2jpg-online:v1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wbsu2003/webp2jpg-online:v1  docker.io/wbsu2003/webp2jpg-online:v1

Shell快速替换命令

sed -i 's#wbsu2003/webp2jpg-online:v1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wbsu2003/webp2jpg-online:v1#' deployment.yaml

镜像历史

大小 创建时间 层信息
0.00B 2023-03-16 18:04:26 /bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
0.00B 2023-03-16 18:04:26 /bin/sh -c #(nop) EXPOSE 80
272.48MB 2023-03-16 18:04:26 /bin/sh -c #(nop) COPY dir:a01bbedda92d98216acac641c7abf751624ad7b20c4b63b8753066c1566d5153 in /usr/share/nginx/html
0.00B 2023-03-16 18:04:23 /bin/sh -c #(nop) MAINTAINER laosu<wbsu2003@gmail.com>
0.00B 2018-01-10 12:14:23 /bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
0.00B 2018-01-10 12:14:23 /bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
0.00B 2018-01-10 12:14:23 /bin/sh -c #(nop) EXPOSE 80/tcp
1.09KB 2018-01-10 12:14:23 /bin/sh -c #(nop) COPY file:1d1ac3b9a14c94a709efa20da1c4268a931f1a234e782801ce5912fdcf53a7af in /etc/nginx/conf.d/default.conf
643.00B 2018-01-10 12:14:22 /bin/sh -c #(nop) COPY file:af94db45bb7e4b8ff4e699f1ff6f41c348f9876073ad91d6e803070415f8d9ce in /etc/nginx/nginx.conf
11.51MB 2018-01-10 12:14:20 /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 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 && 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 && 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/ && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
0.00B 2018-01-10 12:13:11 /bin/sh -c #(nop) ENV NGINX_VERSION=1.12.2
0.00B 2018-01-10 12:08:56 /bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
0.00B 2018-01-10 05:13:01 /bin/sh -c #(nop) CMD ["/bin/sh"]
3.99MB 2018-01-10 05:13:01 /bin/sh -c #(nop) ADD file:df48d6d6df42a01380557aebd4ca02807fc08a76a1d1b36d957e59a41c69db0b in /

镜像信息

{
    "Id": "sha256:3616f9e6a645d077e5a2d83434186ae6b300e91f131676aee304ce7216eed467",
    "RepoTags": [
        "wbsu2003/webp2jpg-online:v1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wbsu2003/webp2jpg-online:v1"
    ],
    "RepoDigests": [
        "wbsu2003/webp2jpg-online@sha256:052cd81c2cb7211ebb56896b853ce9ee270de8cbefe05b15298db289d14a4cdc",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/wbsu2003/webp2jpg-online@sha256:052cd81c2cb7211ebb56896b853ce9ee270de8cbefe05b15298db289d14a4cdc"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2023-03-16T10:04:26.654341598Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.21",
    "Author": "laosu\u003cwbsu2003@gmail.com\u003e",
    "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.12.2"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "Image": "sha256:fc56da9944f87308d1926123312f896eb3e48f123c6dd8dbc6b2e492bb4285b2",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 287986786,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b93a08de7dcbf8a4dafee478c9c01f1503671aba729108e716595e53a9399831/diff:/var/lib/docker/overlay2/50759fb6952f62bcdf3383f8a2d60d63796cf826ea91fb71d837868d0f95a572/diff:/var/lib/docker/overlay2/5a0f8ce43973864053965a846754ecfd9d3741d3e0b5253a66248f128be15376/diff:/var/lib/docker/overlay2/45ade18b2ec0658e02b3741f95cc56955ca372ff063371ccab2c15746bc37086/diff",
            "MergedDir": "/var/lib/docker/overlay2/b0714ab83ae45d3bbd07c5ad02eeb6d8d2ac6460290b6728272e4e8b543ee8b6/merged",
            "UpperDir": "/var/lib/docker/overlay2/b0714ab83ae45d3bbd07c5ad02eeb6d8d2ac6460290b6728272e4e8b543ee8b6/diff",
            "WorkDir": "/var/lib/docker/overlay2/b0714ab83ae45d3bbd07c5ad02eeb6d8d2ac6460290b6728272e4e8b543ee8b6/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d39d92664027be502c35cf1bf464c726d15b8ead0e3084be6e252a161730bc82",
            "sha256:8460a579ab63027b243e6e9b666ff0d735c5258f43abcd582e9a9ca31f28b117",
            "sha256:c1dc81a64903af713ca2b8c1f40463856a77a3a694c43d89174e6cac06b90322",
            "sha256:68695a6cfd7dc5338b88d09f2f1a7bcff336caa0eb9ccc51ada7de023017ed9d",
            "sha256:d916ac3b94a27b958945576ec873f52a2b9bc3bfc43700990a989af639f7477e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-22T16:54:39.257177283+08:00"
    }
}

更多版本