docker.io/blockstream/esplora:latest linux/amd64

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

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

源镜像 docker.io/blockstream/esplora:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/blockstream/esplora:latest
镜像ID sha256:97c41e8079c053143d6f75942f99adad14fd2e7d41105add3c04919b615cb419
镜像TAG latest
大小 935.55MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD bash
启动入口
工作目录 /srv/explorer
OS/平台 linux/amd64
浏览量 16 次
贡献者
镜像创建 2025-10-06T21:44:42.634683129Z
同步时间 2025-10-19 22:50
更新时间 2025-10-20 23:29
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-10-07 05:44:42  0.00B 设置工作目录为/srv/explorer
WORKDIR /srv/explorer
                        
# 2025-10-07 05:44:42  0.00B 执行命令并创建新的镜像层
RUN |1 FOOT_HTML=<!-- 3542711b426e47ef6d4d204807e3d6b6aa2defbd --> /bin/bash -c apt-get --auto-remove remove -yqq --purge manpages  && apt-get clean  && apt-get autoclean  && rm -rf /usr/share/doc* /usr/share/man /usr/share/postgresql/*/man /var/lib/apt/lists/* /var/cache/* /tmp/* /root/.cache /*.deb /root/.cargo # buildkit
                        
# 2025-10-07 05:44:40  13.40KB 执行命令并创建新的镜像层
RUN |1 FOOT_HTML=<!-- 3542711b426e47ef6d4d204807e3d6b6aa2defbd --> /bin/bash -c cp /srv/explorer/source/run.sh /srv/explorer/ # buildkit
                        
# 2025-10-07 05:44:40  90.00B 执行命令并创建新的镜像层
RUN |1 FOOT_HTML=<!-- 3542711b426e47ef6d4d204807e3d6b6aa2defbd --> /bin/bash -c for dir in /srv/explorer/static/liquid*; do ln -s /srv/wally_wasm $dir/libwally; done # buildkit
                        
# 2025-10-07 05:44:29  231.80MB 执行命令并创建新的镜像层
RUN |1 FOOT_HTML=<!-- 3542711b426e47ef6d4d204807e3d6b6aa2defbd --> /bin/bash -c source /root/.nvm/nvm.sh  && npm install && (cd prerender-server && npm run dist)  && DEST=/srv/explorer/static/bitcoin-mainnet     npm run dist -- bitcoin-mainnet  && DEST=/srv/explorer/static/bitcoin-testnet     npm run dist -- bitcoin-testnet  && DEST=/srv/explorer/static/bitcoin-signet     npm run dist -- bitcoin-signet  && DEST=/srv/explorer/static/bitcoin-regtest     npm run dist -- bitcoin-regtest  && DEST=/srv/explorer/static/liquid-mainnet     npm run dist -- liquid-mainnet  && DEST=/srv/explorer/static/liquid-testnet     npm run dist -- liquid-testnet  && DEST=/srv/explorer/static/liquid-regtest     npm run dist -- liquid-regtest  && DEST=/srv/explorer/static/bitcoin-mainnet-blockstream     npm run dist -- bitcoin-mainnet blockstream  && DEST=/srv/explorer/static/bitcoin-testnet-blockstream     npm run dist -- bitcoin-testnet blockstream  && DEST=/srv/explorer/static/bitcoin-signet-blockstream     npm run dist -- bitcoin-signet blockstream  && DEST=/srv/explorer/static/bitcoin-regtest-blockstream     npm run dist -- bitcoin-regtest blockstream  && DEST=/srv/explorer/static/liquid-mainnet-blockstream     npm run dist -- liquid-mainnet blockstream  && DEST=/srv/explorer/static/liquid-testnet-blockstream     npm run dist -- liquid-testnet blockstream  && DEST=/srv/explorer/static/liquid-regtest-blockstream     npm run dist -- liquid-regtest blockstream # buildkit
                        
# 2025-10-07 05:40:42  0.00B 
SHELL [/bin/bash -c]
                        
# 2025-10-07 05:40:42  0.00B 设置工作目录为/srv/explorer/source
WORKDIR /srv/explorer/source
                        
# 2025-10-07 05:40:42  0.00B 定义构建参数
ARG FOOT_HTML=<!-- 3542711b426e47ef6d4d204807e3d6b6aa2defbd -->
                        
# 2025-10-07 05:40:42  4.76MB 复制新文件或目录到容器中
COPY ./ /srv/explorer/source # buildkit
                        
# 2025-10-07 05:40:42  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p /srv/explorer/static # buildkit
                        
# 2025-10-07 05:40:42  166.88MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get -yqq update  && apt-get -yqq upgrade  && apt-get -yqq install nginx libnginx-mod-http-lua tor git curl runit procps socat gpg # buildkit
                        
# 2025-10-07 05:40:24  179.12MB 复制新文件或目录到容器中
COPY /root/.nvm /root/.nvm # buildkit
                        
# 2025-10-07 05:40:22  279.90KB 复制新文件或目录到容器中
COPY /srv/wally_wasm /srv/wally_wasm # buildkit
                        
# 2025-10-07 05:40:22  277.89MB 复制新文件或目录到容器中
COPY /srv/explorer /srv/explorer # buildkit
                        
# 2025-09-29 08:00:00  74.81MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000'
                        
                    

镜像信息

{
    "Id": "sha256:97c41e8079c053143d6f75942f99adad14fd2e7d41105add3c04919b615cb419",
    "RepoTags": [
        "blockstream/esplora:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/blockstream/esplora:latest"
    ],
    "RepoDigests": [
        "blockstream/esplora@sha256:5d3df5d337cb4383aa4ed25f66dff72a9e2869518d9870d7d6202cebb09c26c8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/blockstream/esplora@sha256:11671b4fef8eb726984299cdd56cd27b2fc8ff0330d87b8b876555e9251e18ba"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-06T21:44:42.634683129Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/srv/explorer",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null,
        "Shell": [
            "/bin/bash",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 935552809,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d1a1ff84dd59d930e8bb35f813abdc5d4dae8f7452fa37aa85c26da6630ab555/diff:/var/lib/docker/overlay2/05994976b9d39c6a2a3a34d6bf38854038e6bd45d4a80e3e264e511f89eb0040/diff:/var/lib/docker/overlay2/1df3d8aaa97f589b57ff1cfa53482b0a7c3ad5bbd1fad20e262505529a80b779/diff:/var/lib/docker/overlay2/2156c132b048623ea64f45268617a734801f0a265d5a33cf2df4d243f9f2a494/diff:/var/lib/docker/overlay2/1ca6d01f208517b8e3f23d684d0b6bcd10b060e413fcf85e48a3e52dfb0cc720/diff:/var/lib/docker/overlay2/13440b18d2338fa23dc917e36b09e243b997a3156b25d1c51b14e5b96384cb0d/diff:/var/lib/docker/overlay2/2f6699c30d24ef6a908af0c83a887c175fd0100391551ff7ebf6ce34296a10f2/diff:/var/lib/docker/overlay2/c51d7fe6789d322d4f8736f59dc7c05e0bc6219e5522b3d0bfdb7a3992239cfd/diff:/var/lib/docker/overlay2/6075b09f64beab83d4e56d0b5fc2d61decebf0cdc6ac97c787fd755d57a07bc3/diff:/var/lib/docker/overlay2/81a1c1fa9dc699f11e4ce0501bbadcff7fcd72930bcd755f8114856fe80369ba/diff:/var/lib/docker/overlay2/5f646159d848e1fee0464eec46ebb9178e160158dcd3f7fc4bd1e36411516233/diff:/var/lib/docker/overlay2/0af95756526e4a09e674bbaf3b540959266526c68701b6bc0f7f43100f6305b4/diff",
            "MergedDir": "/var/lib/docker/overlay2/4ae8b6de90e8b4dc7a7f07baa66495149387e509aa72aeeac986e52968531aab/merged",
            "UpperDir": "/var/lib/docker/overlay2/4ae8b6de90e8b4dc7a7f07baa66495149387e509aa72aeeac986e52968531aab/diff",
            "WorkDir": "/var/lib/docker/overlay2/4ae8b6de90e8b4dc7a7f07baa66495149387e509aa72aeeac986e52968531aab/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:aca83606673032726b42f8e1396ceb979c32bfb26b602732baf699053e46b33e",
            "sha256:0328521d794acf739ed514789c5e4bf2026340c4b5f3d66e856de3002d93c23d",
            "sha256:faff8c1a66df57f23b1f961b27ed8f54998d238450329b59bffe2ff6701cdb8b",
            "sha256:3b27c41b156b0e1b94050ebd0e222b9f87f9550e02a8358ee1b9a8cc0606147d",
            "sha256:5dad0781db15f64ab5c2d0589a074125c76eb2999fe2ca497db8c99c01a03f05",
            "sha256:6f778225da04f995311caad39e69c67cabe7a50d07a5973ac54614a3a0605d40",
            "sha256:2b7e858b6d894076d2f48042f136b0d6f7e1e5ca3f796ec6094c691348d199c3",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:acabfd842cae006f9030f69629f8bfb1ff5b156bbbe98d08f034c178fe428e12",
            "sha256:6c4fd8a0cd9972cda678679158b0bc8b2eeb648eb724b8c424855227022fce68",
            "sha256:f744b0e98dba98b935c4aa262ed8ea91a3d9ca0b1f6c48a3d61f50e328bf6440",
            "sha256:71b488c803209ffe02243cbf4f4cdf3c2431f36da94b8c2eb1baff687ed23aa6",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-19T22:50:01.658358672+08:00"
    }
}

更多版本

docker.io/blockstream/esplora:latest

linux/amd64 docker.io935.55MB2025-10-19 22:50
15