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

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

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

源镜像 docker.io/hummingbot/hummingbot:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hummingbot/hummingbot:latest
镜像ID sha256:642d7632a7ecfafef3f238012229772a7000303d408ea93d6e4ac44deb3cbf59
镜像TAG latest
大小 3.32GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash -lc conda activate hummingbot && ./bin/hummingbot_quickstart.py 2>> ./logs/errors.log
启动入口
工作目录 /home/hummingbot
OS/平台 linux/amd64
浏览量 49 次
贡献者
镜像创建 2024-12-27T20:26:30.3936537Z
同步时间 2025-01-05 16:55
更新时间 2025-02-20 18:27
环境变量
PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 LC_ALL=C.UTF-8 COMMIT_SHA= COMMIT_BRANCH= BUILD_DATE= INSTALLATION_TYPE=docker
镜像标签
: branch : commit : date Fede Cardoso @dardonacci <federico@hummingbot.org>: maintainer 2024-12-17T16:27:06.099Z: org.opencontainers.image.created Repository of Docker images created by Anaconda: org.opencontainers.image.description : org.opencontainers.image.licenses 5551f212ec5fbb3816b8f25b32c9178c65689468: org.opencontainers.image.revision https://github.com/anaconda/docker-images: org.opencontainers.image.source docker-images: org.opencontainers.image.title https://github.com/anaconda/docker-images: org.opencontainers.image.url 24.11.1-0: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: debian 12.8 扫描引擎: Trivy 扫描时间: 2025-01-05 16:57

低危漏洞:107 中危漏洞:40 高危漏洞:20 严重漏洞:3

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

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-12-28 04:26:30  0.00B 设置默认要执行的命令
CMD ["/bin/bash" "-lc" "conda activate hummingbot && ./bin/hummingbot_quickstart.py 2>> ./logs/errors.log"]
                        
# 2024-12-28 04:26:30  0.00B 
SHELL [/bin/bash -lc]
                        
# 2024-12-28 04:26:30  17.58MB 复制新文件或目录到容器中
COPY /home/ /home/ # buildkit
                        
# 2024-12-28 04:26:29  2.69GB 复制新文件或目录到容器中
COPY /opt/conda/ /opt/conda/ # buildkit
                        
# 2024-12-28 04:22:05  0.00B 设置工作目录为/home/hummingbot
WORKDIR /home/hummingbot
                        
# 2024-12-28 04:22:05  0.00B 执行命令并创建新的镜像层
RUN |3 BRANCH= COMMIT= BUILD_DATE= /bin/sh -c mkdir -p /home/hummingbot/conf /home/hummingbot/conf/connectors /home/hummingbot/conf/strategies /home/hummingbot/conf/controllers /home/hummingbot/conf/scripts /home/hummingbot/logs /home/hummingbot/data /home/hummingbot/certs /home/hummingbot/scripts /home/hummingbot/controllers # buildkit
                        
# 2024-12-28 04:22:05  3.22MB 执行命令并创建新的镜像层
RUN |3 BRANCH= COMMIT= BUILD_DATE= /bin/sh -c apt-get update &&     apt-get install -y sudo libusb-1.0 &&     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2024-12-28 04:22:05  0.00B 设置环境变量 INSTALLATION_TYPE
ENV INSTALLATION_TYPE=docker
                        
# 2024-12-28 04:22:05  0.00B 设置环境变量 BUILD_DATE
ENV BUILD_DATE=
                        
# 2024-12-28 04:22:05  0.00B 设置环境变量 COMMIT_BRANCH
ENV COMMIT_BRANCH=
                        
# 2024-12-28 04:22:05  0.00B 设置环境变量 COMMIT_SHA
ENV COMMIT_SHA=
                        
# 2024-12-28 04:22:05  0.00B 添加元数据标签
LABEL date=
                        
# 2024-12-28 04:22:05  0.00B 添加元数据标签
LABEL commit=
                        
# 2024-12-28 04:22:05  0.00B 添加元数据标签
LABEL branch=
                        
# 2024-12-28 04:22:05  0.00B 定义构建参数
ARG BUILD_DATE=
                        
# 2024-12-28 04:22:05  0.00B 定义构建参数
ARG COMMIT=
                        
# 2024-12-28 04:22:05  0.00B 定义构建参数
ARG BRANCH=
                        
# 2024-12-28 04:22:05  0.00B 添加元数据标签
LABEL maintainer=Fede Cardoso @dardonacci <federico@hummingbot.org>
                        
# 2024-12-18 00:27:42  353.86MB 执行命令并创建新的镜像层
RUN |6 INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-x86_64.sh SHA256SUM_LINUX64=636b209b00b6673471f846581829d4b96b9c3378679925a59a584257c3fef5a3 INSTALLER_URL_S390X=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-s390x.sh SHA256SUM_S390X=105bce6b0137f574147b8fdfd5e3a7d6c92f3ea9fbf3e0de61331ea43586e9af INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-aarch64.sh SHA256SUM_AARCH64=9180a2f1fab799fd76e9ef914643269dcf5bad9d455623b905b87f5d39ae140f /bin/sh -c set -x &&     UNAME_M="$(uname -m)" &&     if [ "${UNAME_M}" = "x86_64" ]; then         INSTALLER_URL="${INSTALLER_URL_LINUX64}";         SHA256SUM="${SHA256SUM_LINUX64}";     elif [ "${UNAME_M}" = "s390x" ]; then         INSTALLER_URL="${INSTALLER_URL_S390X}";         SHA256SUM="${SHA256SUM_S390X}";     elif [ "${UNAME_M}" = "aarch64" ]; then         INSTALLER_URL="${INSTALLER_URL_AARCH64}";         SHA256SUM="${SHA256SUM_AARCH64}";     fi &&     wget "${INSTALLER_URL}" -O miniconda.sh -q &&     echo "${SHA256SUM} miniconda.sh" > shasum &&     sha256sum --check --status shasum &&     mkdir -p /opt &&     bash miniconda.sh -b -p /opt/conda &&     rm miniconda.sh shasum &&     ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh &&     echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc &&     echo "conda activate base" >> ~/.bashrc &&     find /opt/conda/ -follow -type f -name '*.a' -delete &&     find /opt/conda/ -follow -type f -name '*.js.map' -delete &&     /opt/conda/bin/conda clean -afy # buildkit
                        
# 2024-12-18 00:27:27  0.00B 定义构建参数
ARG SHA256SUM_AARCH64=9180a2f1fab799fd76e9ef914643269dcf5bad9d455623b905b87f5d39ae140f
                        
# 2024-12-18 00:27:27  0.00B 定义构建参数
ARG INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-aarch64.sh
                        
# 2024-12-18 00:27:27  0.00B 定义构建参数
ARG SHA256SUM_S390X=105bce6b0137f574147b8fdfd5e3a7d6c92f3ea9fbf3e0de61331ea43586e9af
                        
# 2024-12-18 00:27:27  0.00B 定义构建参数
ARG INSTALLER_URL_S390X=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-s390x.sh
                        
# 2024-12-18 00:27:27  0.00B 定义构建参数
ARG SHA256SUM_LINUX64=636b209b00b6673471f846581829d4b96b9c3378679925a59a584257c3fef5a3
                        
# 2024-12-18 00:27:27  0.00B 定义构建参数
ARG INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-x86_64.sh
                        
# 2024-12-18 00:27:27  0.00B 设置默认要执行的命令
CMD ["/bin/bash"]
                        
# 2024-12-18 00:27:27  0.00B 设置环境变量 PATH
ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-12-18 00:27:27  176.68MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update -q &&     apt-get install -q -y --no-install-recommends         bzip2         ca-certificates         git         libglib2.0-0         libsm6         libxext6         libxrender1         mercurial         openssh-client         procps         subversion         wget     && apt-get clean     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2024-12-18 00:27:27  0.00B 设置环境变量 LANG LC_ALL
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
                        
# 2024-12-18 00:27:27  0.00B 添加元数据标签
LABEL maintainer=Anaconda, Inc
                        
# 2024-12-02 08:00:00  74.82MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'
                        
                    

镜像信息

{
    "Id": "sha256:642d7632a7ecfafef3f238012229772a7000303d408ea93d6e4ac44deb3cbf59",
    "RepoTags": [
        "hummingbot/hummingbot:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hummingbot/hummingbot:latest"
    ],
    "RepoDigests": [
        "hummingbot/hummingbot@sha256:42bfe6a0422ac3a660e264199c58e252a4990d984bc91e8365e860d5568b08ec",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hummingbot/hummingbot@sha256:fc62d9eb7e49153b5f8c0cf3a6d6096e3bf9a6ee6452725857623476c52d89b5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-27T20:26:30.3936537Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "LC_ALL=C.UTF-8",
            "COMMIT_SHA=",
            "COMMIT_BRANCH=",
            "BUILD_DATE=",
            "INSTALLATION_TYPE=docker"
        ],
        "Cmd": [
            "/bin/bash",
            "-lc",
            "conda activate hummingbot \u0026\u0026 ./bin/hummingbot_quickstart.py 2\u003e\u003e ./logs/errors.log"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/home/hummingbot",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "branch": "",
            "commit": "",
            "date": "",
            "maintainer": "Fede Cardoso @dardonacci \u003cfederico@hummingbot.org\u003e",
            "org.opencontainers.image.created": "2024-12-17T16:27:06.099Z",
            "org.opencontainers.image.description": "Repository of Docker images created by Anaconda",
            "org.opencontainers.image.licenses": "",
            "org.opencontainers.image.revision": "5551f212ec5fbb3816b8f25b32c9178c65689468",
            "org.opencontainers.image.source": "https://github.com/anaconda/docker-images",
            "org.opencontainers.image.title": "docker-images",
            "org.opencontainers.image.url": "https://github.com/anaconda/docker-images",
            "org.opencontainers.image.version": "24.11.1-0"
        },
        "Shell": [
            "/bin/bash",
            "-lc"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3315023906,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f1f007cd1e4b91d1bae1fc3091e9516d5701ced127848ac8d54168fa422e8142/diff:/var/lib/docker/overlay2/fde14f9ddf9bb6cc5bcc00699dbf84430ac06a43e96f51ef1394db73659f71be/diff:/var/lib/docker/overlay2/58abae28d08e747e25595b702f4bc94d2af08b63c4e9664253e000acbf7884af/diff:/var/lib/docker/overlay2/494df7370e567da2b60e417395189c41e89e845cc03714404d591ef886dbf954/diff:/var/lib/docker/overlay2/d6dd94af029853cba449166f0ddccf4e9664c949bd1dd589d2473bee11d9770f/diff:/var/lib/docker/overlay2/cc62f82e8184432280ff8eccef951f46d4d33b388ba7da165efcbc97216535e1/diff:/var/lib/docker/overlay2/404e59c4c9adc52232d40ea19adf6c8d76b2fc9392dc54e49d9840bbd9ffc580/diff",
            "MergedDir": "/var/lib/docker/overlay2/24bdd08ecef16dd63ae4bef75ffcbef630f2925979189772d4e2ed63cd9954bb/merged",
            "UpperDir": "/var/lib/docker/overlay2/24bdd08ecef16dd63ae4bef75ffcbef630f2925979189772d4e2ed63cd9954bb/diff",
            "WorkDir": "/var/lib/docker/overlay2/24bdd08ecef16dd63ae4bef75ffcbef630f2925979189772d4e2ed63cd9954bb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c0f1022b22a9b36851b358f44e5475e39d166e71a8073cf53c894a299239b1c5",
            "sha256:5ed0bbc0adf51c834370c14fa345bfc247fe4019f7dcea8cd3a35949d05aae33",
            "sha256:b11109cce74b63638a6fb8518f2f76d548e7001a93322b9573554a8afa34cf13",
            "sha256:f2bcd1b1b2182b1e2e2f1d8c9ed17c74b4ce3104e958b86986f90baef30e3f5a",
            "sha256:01ba541e6b8032d65fa94b17edc910b6d002b012dc440b18367691a293ee12a8",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f578921116a39e04ae0a5d0c00a8a578590dc2ef752d471acaae703ee9cf8d8",
            "sha256:4944e211aba6281b8869f94415bac4d341c77ad54b62c54ec1d9e474c7add5cc"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-05T16:53:30.657907457+08:00"
    }
}

更多版本

docker.io/hummingbot/hummingbot:latest

linux/amd64 docker.io3.32GB2025-01-05 16:55
48