docker.io/allinssl/allinssl:latest linux/amd64

docker.io/allinssl/allinssl:latest - 国内下载镜像源 浏览次数:16

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

allinssl 镜像提供了一个完整的 SSL/TLS 解决方案,用于保护您的网络应用程序。它包含了 Openssl 和其他必要的工具,以便轻松地生成、管理和使用 SSL/TLS 证书。

源镜像 docker.io/allinssl/allinssl:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/allinssl/allinssl:latest
镜像ID sha256:9388187c1848c8ebbe358f7ccb8359d9634d2c2061773ecb6eaafcf3ac5e25f6
镜像TAG latest
大小 64.08MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /entrypoint.sh
工作目录 /www/allinssl/
OS/平台 linux/amd64
浏览量 16 次
贡献者 25*******5@qq.com
镜像创建 2025-05-15T08:30:24.529916371Z
同步时间 2025-05-15 16:52
更新时间 2025-05-17 17:35
开放端口
8888/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2025-04-06T21:02:34.000Z: org.opencontainers.image.created Carefully crafted Alpine Docker image with glibc (~12MB): org.opencontainers.image.description MIT: org.opencontainers.image.licenses 8d60dbb67203c150dd2bf8dc35bcd708e0ef82d9: org.opencontainers.image.revision https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc: org.opencontainers.image.source docker-alpine-glibc: org.opencontainers.image.title https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc: org.opencontainers.image.url nightly: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/allinssl/allinssl:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/allinssl/allinssl:latest  docker.io/allinssl/allinssl:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/allinssl/allinssl:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/allinssl/allinssl:latest  docker.io/allinssl/allinssl:latest

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-15 16:30:24  0.00B 声明容器运行时监听的端口
EXPOSE map[8888/tcp:{}]
                        
# 2025-05-15 16:30:24  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2025-05-15 16:30:24  388.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
                        
# 2025-05-15 16:30:24  388.00B 执行命令并创建新的镜像层
RUN /bin/sh -c cat > /entrypoint.sh <<'EOF'
#!/bin/sh
if [ ! -f /www/allinssl/.initialized ]; then
    echo ${ALLINSSL_USER:-allinssl} | /www/allinssl/allinssl 5
    echo ${ALLINSSL_URL:-allinssl} | /www/allinssl/allinssl 4
    echo ${ALLINSSL_PWD:-allinssldocker} | /www/allinssl/allinssl 6
    echo 8888 | /www/allinssl/allinssl 7
    touch /www/allinssl/.initialized
fi
/www/allinssl/allinssl 2
exec /www/allinssl/allinssl start
EOF # buildkit
                        
# 2025-05-15 16:30:24  47.37MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux && sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories     && apk add --no-cache curl     && curl https://download.allinssl.com/bin/allinssl-$(uname -s)-$(uname -m).tar.gz | tar -xz -C /www/allinssl/     && apk del curl # buildkit
                        
# 2025-05-15 16:30:02  0.00B 设置工作目录为/www/allinssl/
WORKDIR /www/allinssl/
                        
# 2025-05-06 12:17:36  8.88MB 执行命令并创建新的镜像层
RUN |2 GLIBC_VERSION=2.41 TARGETARCH=amd64 /bin/sh -c case "$TARGETARCH" in     amd64)   export LD_LINUX_PATH="/lib/ld-linux-x86_64.so.2" ;;     arm64)   export LD_LINUX_PATH="/lib/ld-linux-aarch64.so.1" ;;     *)       echo "Unsupported architecture: $TARGETARCH" && exit 1 ;;     esac &&     apk add --no-cache         /tmp/glibc-${GLIBC_VERSION}-*.apk         /tmp/glibc-bin-${GLIBC_VERSION}-*.apk         /tmp/glibc-i18n-${GLIBC_VERSION}-*.apk &&     /usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 C.UTF-8 || true &&     echo "export LANG=C.UTF-8" > /etc/profile.d/locale.sh &&     apk del glibc-i18n # buildkit
                        
# 2025-05-06 12:17:36  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-05-06 12:17:36  0.00B 定义构建参数
ARG GLIBC_VERSION=2.41
                        
# 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:9388187c1848c8ebbe358f7ccb8359d9634d2c2061773ecb6eaafcf3ac5e25f6",
    "RepoTags": [
        "allinssl/allinssl:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/allinssl/allinssl:latest"
    ],
    "RepoDigests": [
        "allinssl/allinssl@sha256:32e1faa27db100d3c27203c6eb40801e072614e00b2591fb255f96ec6af42536",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/allinssl/allinssl@sha256:05f22a1fab20cde342747cb72041f68fe91ca517550abd6136df9960268a9fdf"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-15T08:30:24.529916371Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8888/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/www/allinssl/",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-04-06T21:02:34.000Z",
            "org.opencontainers.image.description": "Carefully crafted Alpine Docker image with glibc (~12MB)",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "8d60dbb67203c150dd2bf8dc35bcd708e0ef82d9",
            "org.opencontainers.image.source": "https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc",
            "org.opencontainers.image.title": "docker-alpine-glibc",
            "org.opencontainers.image.url": "https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc",
            "org.opencontainers.image.version": "nightly"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 64081374,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/041af56f25625680a685ee5887b68399c9f55ab011001cc43490339485435d74/diff:/var/lib/docker/overlay2/ab74bc3d9babefe3da9ecb53f87f79c23b15de2312b9fd71a9946ce14a1e19c7/diff:/var/lib/docker/overlay2/a03a22299f6b4c9d9670136c3679102b3198a0cff017bae9b8f0c80ead1ceba4/diff:/var/lib/docker/overlay2/457e9443bb2964bf3ff500c989b6f53e39456e21c692b32455a97a83498e9c3a/diff:/var/lib/docker/overlay2/4e8c80c1de56b91b667718f35bdead0b4c91a2fdafbfe97c3c57654b169634d9/diff",
            "MergedDir": "/var/lib/docker/overlay2/4317657264bcae8e8697d0c0251ed63aa82f54cec6c956d67bfa05fc937a8f7c/merged",
            "UpperDir": "/var/lib/docker/overlay2/4317657264bcae8e8697d0c0251ed63aa82f54cec6c956d67bfa05fc937a8f7c/diff",
            "WorkDir": "/var/lib/docker/overlay2/4317657264bcae8e8697d0c0251ed63aa82f54cec6c956d67bfa05fc937a8f7c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:08000c18d16dadf9553d747a58cf44023423a9ab010aab96cf263d2216b8b350",
            "sha256:be01c24940f05a2009baf574dc4e5625736c8dbd52712d1b2aa00f0c9d31dd49",
            "sha256:2412199dbed4a89366a13b13244dfaacdd4c4f28f518769e9ae33c98b3cb6145",
            "sha256:3feb83fe0e9c26546e85d91e381e36ef0295b704d7ec870b0c58522372f0f526",
            "sha256:595dca13c76924cb1b9a2aad1b185f47a6d56033d75990517435bd9cd9c69e82",
            "sha256:14ac57d5b5b35f606fd5c99a4a4bc585ac2f749110e425a7201885f6c7aca74d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-15T16:52:10.77297735+08:00"
    }
}

更多版本

docker.io/allinssl/allinssl:latest

linux/amd64 docker.io64.08MB2025-05-15 16:52
15