ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
ghcr.io/iflytek/astron-agent/console-hub:latest
linux/amd64 ghcr.io

该镜像是科大讯飞Astron Agent项目的控制台枢纽组件,用于提供Astron Agent系统的控制台管理、监控及相关操作支持,是Astron Agent生态中负责控制台功能集成的核心镜像之一。

14
浏览次数
515.00MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest
源镜像
ghcr.io/iflytek/astron-agent/console-hub:latest
镜像ID
sha256:720b098bc0a47e96c2e34889da10b3d225b180ba1663ed4724b76952603447bd
镜像 TAG
latest
镜像大小
515.00MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
java -XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -XX:+UseG1GC -XX:+UseStringDeduplication -jar /app/app.jar
工作目录
/app
OS/平台
linux/amd64
镜像创建
2026-09-07T06:32:25.944795721Z
同步时间
2026-09-09 14:35
浏览量
14 次
贡献者
🔌 开放端口 1
8080/tcp
⚙️ 环境变量 7
KeyValue
PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
JAVA_HOME=/opt/java/openjdk 1
LANG=zh_CN.UTF-8 2
LANGUAGE=zh_CN:zh 3
LC_ALL=zh_CN.UTF-8 4
JAVA_VERSION=jdk-21.0.12+8 5
TZ=Asia/Shanghai 6
🏷️ 镜像标签 8
KeyValue
2026-09-07T06:28:58.277Z org.opencontainers.image.created
Enterprise-grade, commercial-friendly agentic workflow platform for building next-generation SuperAgents. org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
189600dd691e8562bd0b9f7112727b107b8a2e10 org.opencontainers.image.revision
https://github.com/iflytek/astron-agent org.opencontainers.image.source
astron-agent org.opencontainers.image.title
https://github.com/iflytek/astron-agent org.opencontainers.image.url
1.1.2 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 26.04 Trivy 2026-09-09 14:36 查看完整报告
48
低危 LOW
192
中危 MEDIUM
57
高危 HIGH
9
严重 CRITICAL
受影响目标 (3)
ghcr.io/iflytek/astron-agent/console-hub:latest (ubuntu 26.04) ubuntu Java jar usr/bin/pebble gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest  ghcr.io/iflytek/astron-agent/console-hub:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest  ghcr.io/iflytek/astron-agent/console-hub:latest

Shell快速替换命令

sed -i 's#ghcr.io/iflytek/astron-agent/console-hub:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest  ghcr.io/iflytek/astron-agent/console-hub:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest  ghcr.io/iflytek/astron-agent/console-hub:latest'

镜像构建历史


# 2026-09-07 14:32:25  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["java" "-XX:+UseContainerSupport" "-XX:MaxRAMPercentage=75.0" "-XX:+UseG1GC" "-XX:+UseStringDeduplication" "-jar" "/app/app.jar"]
                        
# 2026-09-07 14:32:25  0.00B 声明容器运行时监听的端口
EXPOSE [8080/tcp]
                        
# 2026-09-07 14:32:25  190.66MB 复制新文件或目录到容器中
COPY /backend/hub/target/hub-server.jar /app/app.jar # buildkit
                        
# 2026-09-07 14:32:25  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=zh_CN.UTF-8
                        
# 2026-09-07 14:32:25  0.00B 设置环境变量 LANGUAGE
ENV LANGUAGE=zh_CN:zh
                        
# 2026-09-07 14:32:25  0.00B 设置环境变量 LANG
ENV LANG=zh_CN.UTF-8
                        
# 2026-09-07 14:32:25  0.00B 设置环境变量 TZ
ENV TZ=Asia/Shanghai
                        
# 2026-09-07 14:29:19  6.25MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update &&     apt-get install -y --no-install-recommends curl locales tzdata &&     locale-gen zh_CN.UTF-8 &&     ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&     echo "Asia/Shanghai" > /etc/timezone &&     apt-get clean &&     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-09-07 14:29:10  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2026-08-22 02:25:31  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/__cacert_entrypoint.sh"]
                        
# 2026-08-22 02:25:31  5.98KB 复制新文件或目录到容器中
COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh # buildkit
                        
# 2026-08-22 02:25:31  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     echo "Verifying install ...";     echo "java --version"; java --version;     echo "Complete." # buildkit
                        
# 2026-08-22 02:25:31  165.30MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     ARCH="$(dpkg --print-architecture)";     case "${ARCH}" in        amd64)          ESUM='8a379a67c91a3ae61ffb33d46e0a40c7ba35e70713c4db31cfca30492f792eff';          BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.12%2B8/OpenJDK21U-jre_x64_linux_hotspot_21.0.12_8.tar.gz';          ;;        arm64)          ESUM='5f9c96b656827b9d14ebeda7739e25be554fa6d25669b03847c1df6e869c0679';          BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.12%2B8/OpenJDK21U-jre_aarch64_linux_hotspot_21.0.12_8.tar.gz';          ;;        ppc64el)          ESUM='fe1b73886269d589336532c31c0db0d01ac7cd567313cfe3e76f02b37b58c068';          BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.12%2B8/OpenJDK21U-jre_ppc64le_linux_hotspot_21.0.12_8.tar.gz';          ;;        s390x)          ESUM='2ec0aecaec755ffa8c7904983f89873e51c28e683de39946ba49496acae8fe96';          BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.12%2B8/OpenJDK21U-jre_s390x_linux_hotspot_21.0.12_8.tar.gz';          ;;        *)          echo "Unsupported arch: ${ARCH}";          exit 1;          ;;     esac;     wget --progress=dot:giga -O /tmp/openjdk.tar.gz ${BINARY_URL};     wget --progress=dot:giga -O /tmp/openjdk.tar.gz.sig ${BINARY_URL}.sig;     export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 3B04D753C9050D9A5D343F39843C48A565F8F04B;     gpg --batch --verify /tmp/openjdk.tar.gz.sig /tmp/openjdk.tar.gz;     rm -rf "${GNUPGHOME}" /tmp/openjdk.tar.gz.sig;     echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -;     mkdir -p "$JAVA_HOME";     tar --extract         --file /tmp/openjdk.tar.gz         --directory "$JAVA_HOME"         --strip-components 1         --no-same-owner     ;     rm -f /tmp/openjdk.tar.gz;     find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf;     ldconfig;     java -Xshare:dump; # buildkit
                        
# 2026-08-22 02:25:27  0.00B 设置环境变量 JAVA_VERSION
ENV JAVA_VERSION=jdk-21.0.12+8
                        
# 2026-08-22 02:25:27  52.61MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     apt-get update;     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         curl         wget         gnupg         fontconfig         ca-certificates p11-kit         tzdata         locales     ;     echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen;     locale-gen en_US.UTF-8;     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-08-22 02:25:27  0.00B 设置环境变量 LANG LANGUAGE LC_ALL
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
                        
# 2026-08-22 02:25:27  0.00B 设置环境变量 PATH
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-08-22 02:25:27  0.00B 设置环境变量 JAVA_HOME
ENV JAVA_HOME=/opt/java/openjdk
                        
# 2026-08-17 17:02:45  179.00B 
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9259.tar
                        
# 2026-08-17 17:02:45  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical

Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

                        
# 2026-08-17 17:02:45  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical

Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

                        
# 2026-08-17 17:02:45  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-08-17 17:02:45  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
                        
# 2026-08-17 17:02:45  0.00B 
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
                        
# 2026-08-17 17:02:45  100.17MB 
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9259.tar --tag 26.04
                        
                    

镜像信息

{
    "Id": "sha256:720b098bc0a47e96c2e34889da10b3d225b180ba1663ed4724b76952603447bd",
    "RepoTags": [
        "ghcr.io/iflytek/astron-agent/console-hub:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub:latest"
    ],
    "RepoDigests": [
        "ghcr.io/iflytek/astron-agent/console-hub@sha256:2708fb66bf63de475d2c6c5b3f1f1d3ca63138286e9442907c1803f4ec4b00dc",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-hub@sha256:fadfb212b03bbaab401c2a161d804c2874fed7e5224a7fd7230efbae6b8c103e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-07T06:32:25.944795721Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "JAVA_HOME=/opt/java/openjdk",
            "LANG=zh_CN.UTF-8",
            "LANGUAGE=zh_CN:zh",
            "LC_ALL=zh_CN.UTF-8",
            "JAVA_VERSION=jdk-21.0.12+8",
            "TZ=Asia/Shanghai"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": [
            "java",
            "-XX:+UseContainerSupport",
            "-XX:MaxRAMPercentage=75.0",
            "-XX:+UseG1GC",
            "-XX:+UseStringDeduplication",
            "-jar",
            "/app/app.jar"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-09-07T06:28:58.277Z",
            "org.opencontainers.image.description": "Enterprise-grade, commercial-friendly agentic workflow platform for building next-generation SuperAgents.",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "189600dd691e8562bd0b9f7112727b107b8a2e10",
            "org.opencontainers.image.source": "https://github.com/iflytek/astron-agent",
            "org.opencontainers.image.title": "astron-agent",
            "org.opencontainers.image.url": "https://github.com/iflytek/astron-agent",
            "org.opencontainers.image.version": "1.1.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 514996911,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/94a437a1a5874f61d57481bb3ea795650dce6f522d313705893a85bbc726bcf4/diff:/var/lib/docker/overlay2/14263b9384a8835076286002f0aa05f1526cf4e79721ef6adc58135f4d28038c/diff:/var/lib/docker/overlay2/79038dbabe68679dac9ac2f8902d2b711be96f7a38a28b9390d6530aa6e44634/diff:/var/lib/docker/overlay2/fa543215347842a9046b5093e52b0aca5a86f36b35ac700f37abcc38c8231c70/diff:/var/lib/docker/overlay2/01e6aaaabfaeb96323cc02f6c49219d225bc1009593c593573ad471defb8f735/diff:/var/lib/docker/overlay2/803d9a9c261fa4520be964ca61608341460e251abd8b447df7c0f66510fa4679/diff:/var/lib/docker/overlay2/c1cf9d850f0be3a535e0091bc081dad038a499437c86461ba9b9cf77a4054b7b/diff:/var/lib/docker/overlay2/3c4fa48b657887045f3fcdb95988217af41f483cd68c8ac290261e335064e926/diff",
            "MergedDir": "/var/lib/docker/overlay2/44d8c57a4dce0cdf1ee29e3ff771b4a0977c635f06d3cef7620ed116603e7c3e/merged",
            "UpperDir": "/var/lib/docker/overlay2/44d8c57a4dce0cdf1ee29e3ff771b4a0977c635f06d3cef7620ed116603e7c3e/diff",
            "WorkDir": "/var/lib/docker/overlay2/44d8c57a4dce0cdf1ee29e3ff771b4a0977c635f06d3cef7620ed116603e7c3e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b577adbc0b589bb7c1d3be98cc4b703e8228ab4413156754445e8b20a001c5d3",
            "sha256:168f4b64baaa0d1f3b8a1a27acfa9cd0f29527ebda716df024dfa0e9e8f24ef9",
            "sha256:6564fd9c95072e3816ba96c965d5fd8551b1c03f5fb9f189b5f8c2e56f01d73f",
            "sha256:d5a3f0c3962bcbfde352892d32decad58944fa9478521856ddb71829569bff97",
            "sha256:d00e50e932eb55d6a51751996ec5464f4e51d803943249ab688510cdc677b23b",
            "sha256:5f755ca6f51178a445f3fa302e1a60baa727273e9a8989bd1d17176a3c1b093f",
            "sha256:0ba16ff7d5a8719e8a20ce8427adb0e4dd82bb00f7fb53f1efbee1919fa1aefe",
            "sha256:1e057e86a281aa8be29634863f5377f79a09215922453ef418e072d40fb2c811",
            "sha256:ffd93978f2e4f7ea7a05e235fa869375a5d1e10197277a652abbffb3a3c73589"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-09T14:35:30.769260852+08:00"
    }
}

更多版本

ghcr.io/iflytek/astron-agent/console-hub:v1.0.0-rc.6

linux/amd64 ghcr.io442.60MB2025-11-23 20:45
317

ghcr.io/iflytek/astron-agent/console-hub:v1.0.0-rc.6

linux/arm64 ghcr.io467.25MB2025-11-23 20:48
208

ghcr.io/iflytek/astron-agent/console-hub:v1.0.8

linux/amd64 ghcr.io508.97MB2026-06-01 14:50
153

ghcr.io/iflytek/astron-agent/console-hub:v1.0.8

linux/arm64 ghcr.io531.02MB2026-06-04 00:14
96

ghcr.io/iflytek/astron-agent/console-hub:latest

linux/amd64 ghcr.io515.00MB2026-09-09 14:35
13
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×