ghcr.io/thomiceli/opengist:1.10.0 linux/amd64

ghcr.io/thomiceli/opengist:1.10.0 - 国内下载镜像源 浏览次数:54

这是一个名为 "opengist" 的 Docker 容器镜像,存储在 GitHub Container Registry (ghcr.io) 上,由用户 "thomiceli" 创建。这个镜像的具体描述信息无法直接从镜像名称获取,需要通过其他方式了解。

源镜像 ghcr.io/thomiceli/opengist:1.10.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0
镜像ID sha256:b1c3a899f03b0ea3ec4fcc5a2446ac01dfe0f10ed55891abfc38f7f24bc5fbf7
镜像TAG 1.10.0
大小 258.97MB
镜像源 ghcr.io
CMD
启动入口 ./docker/entrypoint.sh
工作目录 /app/opengist
OS/平台 linux/amd64
浏览量 54 次
贡献者
镜像创建 2025-04-07T14:34:23.119779494Z
同步时间 2025-04-14 17:43
更新时间 2025-05-25 01:28
开放端口
2222/tcp 6157/tcp
目录挂载
/opengist
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2025-04-07T14:32:27.696Z: org.opencontainers.image.created Self-hosted pastebin powered by Git, open-source alternative to Github Gist.: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses fde8a85e2b703074adcca15529fdbc3b2e8f7ff1: org.opencontainers.image.revision https://github.com/thomiceli/opengist: org.opencontainers.image.source opengist: org.opencontainers.image.title https://github.com/thomiceli/opengist: org.opencontainers.image.url 1: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0  ghcr.io/thomiceli/opengist:1.10.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0  ghcr.io/thomiceli/opengist:1.10.0

Shell快速替换命令

sed -i 's#ghcr.io/thomiceli/opengist:1.10.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0  ghcr.io/thomiceli/opengist:1.10.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0  ghcr.io/thomiceli/opengist:1.10.0'

镜像构建历史


# 2025-04-07 22:34:23  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["./docker/entrypoint.sh"]
                        
# 2025-04-07 22:34:23  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:6157/healthcheck || exit 1"] "1m0s" "30s" "15s" "0s" '\x03'}
                        
# 2025-04-07 22:34:23  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/opengist]
                        
# 2025-04-07 22:34:23  0.00B 声明容器运行时监听的端口
EXPOSE map[2222/tcp:{} 6157/tcp:{}]
                        
# 2025-04-07 22:34:23  391.00B 复制新文件或目录到容器中
COPY --chown=opengist:opengist /opengist/docker ./docker # buildkit
                        
# 2025-04-07 22:34:23  60.55MB 复制新文件或目录到容器中
COPY --chown=opengist:opengist /opengist/opengist . # buildkit
                        
# 2025-04-07 22:34:22  0.00B 设置工作目录为/app/opengist
WORKDIR /app/opengist
                        
# 2025-04-07 22:34:22  4.61KB 复制新文件或目录到容器中
COPY --chown=opengist:opengist /opengist/config.yml config.yml # buildkit
                        
# 2025-04-07 22:32:45  4.71KB 执行命令并创建新的镜像层
RUN /bin/sh -c addgroup -S opengist &&     adduser -S -G opengist -s /bin/ash -g 'Opengist User' opengist # buildkit
                        
# 2025-04-07 22:32:44  191.01MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk update &&     apk add --no-cache     shadow     openssl     openssh     curl     wget     git     gnupg     xz     gcc     musl-dev     libstdc++ # buildkit
                        
# 2025-02-14 11:05:02  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-02-14 11:05:02  7.40MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.19.7-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:b1c3a899f03b0ea3ec4fcc5a2446ac01dfe0f10ed55891abfc38f7f24bc5fbf7",
    "RepoTags": [
        "ghcr.io/thomiceli/opengist:1.10.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist:1.10.0"
    ],
    "RepoDigests": [
        "ghcr.io/thomiceli/opengist@sha256:b3ae8c4614fcfc3099ed08317f0113444f314d3d390e89161cff9b673729d191",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/thomiceli/opengist@sha256:fb53274573a7050555373e6fa75f14d0981feb45079117a4ded32cd1d2d501e5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-07T14:34:23.119779494Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "2222/tcp": {},
            "6157/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "curl -f http://localhost:6157/healthcheck || exit 1"
            ],
            "Interval": 60000000000,
            "Timeout": 30000000000,
            "StartPeriod": 15000000000,
            "Retries": 3
        },
        "Image": "",
        "Volumes": {
            "/opengist": {}
        },
        "WorkingDir": "/app/opengist",
        "Entrypoint": [
            "./docker/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-04-07T14:32:27.696Z",
            "org.opencontainers.image.description": "Self-hosted pastebin powered by Git, open-source alternative to Github Gist.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "fde8a85e2b703074adcca15529fdbc3b2e8f7ff1",
            "org.opencontainers.image.source": "https://github.com/thomiceli/opengist",
            "org.opencontainers.image.title": "opengist",
            "org.opencontainers.image.url": "https://github.com/thomiceli/opengist",
            "org.opencontainers.image.version": "1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 258969560,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d208b44c979107eef9dcf827da436083ea16c4e3b02955759fd04c3b27ae551d/diff:/var/lib/docker/overlay2/3f25c1b11eb7446a89eaf42d439e32f286e5eb2131df169211653202e8f12614/diff:/var/lib/docker/overlay2/edf8e7c6d9c64a331f260813b8a2e7e971686a24e262da8f1203e9f8c73a3baf/diff:/var/lib/docker/overlay2/1ee6517261898b532e8daaa97169b48cadc6e2f444bf586cb5953fb7e29b60c3/diff:/var/lib/docker/overlay2/0b2e7e815bf1f8c8025c1844aca583907380d7758023ed4006ee14de04c3ae48/diff:/var/lib/docker/overlay2/922d7cce88a25188d73f7f4a0e09243835eaaf2a2892ebc9d246600ba9393b0e/diff",
            "MergedDir": "/var/lib/docker/overlay2/fda35ce95a3654f8d0e11df3ec1cc3d1171c5a412e8987b9d91097745b760dfb/merged",
            "UpperDir": "/var/lib/docker/overlay2/fda35ce95a3654f8d0e11df3ec1cc3d1171c5a412e8987b9d91097745b760dfb/diff",
            "WorkDir": "/var/lib/docker/overlay2/fda35ce95a3654f8d0e11df3ec1cc3d1171c5a412e8987b9d91097745b760dfb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0499fc56f5e2303d8f36d9dd1908d469f446b41e0af05a98a5bcdbcecc799a43",
            "sha256:610243f4a48dfa41b4aea729d3d467bd0c30346f2ae5061289e837e48e243782",
            "sha256:caaed4ada6c1ec87659aa2624903e6e5a718b492a7493a702bc0d41651aacd25",
            "sha256:8d3654e9a75c44e03b0b45f6c110ad736f92d44bac35ca2fefe66c79736a63d7",
            "sha256:a2015f3ee88a6344ce3d68a9aa27b2ca6afd16423caa5405937ea9f73b00d38f",
            "sha256:d53e6a9f005c62e300d1836ece7f0e8b155540b42197e68b1356de18b20689fd",
            "sha256:cda38bb3ddc3857d1065c31e59ae28eced9182e90389eaf517de62e942b17f60"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-14T17:43:02.875385169+08:00"
    }
}

更多版本

ghcr.io/thomiceli/opengist:1.8.1

linux/amd64 ghcr.io258.28MB2024-11-15 05:40
120

ghcr.io/thomiceli/opengist:1.10.0

linux/amd64 ghcr.io258.97MB2025-04-14 17:43
53