ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8 linux/arm64

ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8 - 国内下载镜像源 浏览次数:7 离线日志 贡献同步 温馨提示: 这是一个 linux/arm64 系统架构镜像

这是科大讯飞Astron Agent项目的控制台前端Docker镜像,用于部署该项目的前端控制台界面,提供可视化的操作与管理功能。

源镜像 ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8-linuxarm64
镜像ID sha256:c9bc8c45f2f3a2341ad9c065ff80556cd8f2e42e436b9f9e03bbc8b743a0cd8f
镜像TAG v1.0.8-linuxarm64
大小 121.47MB
镜像源 ghcr.io
CMD
启动入口 /docker-entrypoint.sh
工作目录
OS/平台 linux/arm64
浏览量 7 次
贡献者
avatar
离线日志
镜像创建 2026-05-29T07:51:35.274473668Z
同步时间 2026-06-04 00:16
开放端口
1881/tcp 80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.15.12 NGINX_PORT=1881
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer 2026-05-29T07:49:56.910Z: 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 4d17762e8d33b1c713b1207acf505f7e41399949: 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.0.8: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8-linuxarm64  ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8-linuxarm64  ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8

Shell快速替换命令

sed -i 's#ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8-linuxarm64#' 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-frontend:v1.0.8-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8-linuxarm64  ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8'

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-05-29 15:51:35  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-05-29 15:51:35  1.32KB 执行命令并创建新的镜像层
RUN |3 VERSION=v1.0.8 GIT_COMMIT=4d17762e8d33b1c713b1207acf505f7e41399949 BUILD_TIME=26625158401 /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit
                        
# 2026-05-29 15:51:35  1.32KB 复制新文件或目录到容器中
COPY console/frontend/docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2026-05-29 15:51:35  106.39MB 复制新文件或目录到容器中
COPY /app/dist /var/www # buildkit
                        
# 2026-05-29 15:50:00  0.00B 声明容器运行时监听的端口
EXPOSE [1881/tcp]
                        
# 2026-05-29 15:50:00  1.05KB 执行命令并创建新的镜像层
RUN |3 VERSION=v1.0.8 GIT_COMMIT=4d17762e8d33b1c713b1207acf505f7e41399949 BUILD_TIME=26625158401 /bin/sh -c echo "user  nginx; worker_processes  8; error_log  /var/log/nginx/error.log error; pid        /var/run/nginx.pid; events { worker_connections  65535; } http {   include       /etc/nginx/mime.types;   default_type  application/octet-stream;   sendfile      on;   keepalive_timeout 65;   gzip on;   gzip_http_version 1.0;   gzip_disable \"MSIE [1-6].\";   gzip_types text/plain application/x-javascript text/css application/javascript text/javascript;   server {     listen ${NGINX_PORT};     index index.html;     root /var/www;     access_log off;     location = /runtime-config.js {       expires -1;       add_header Cache-Control \"no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0\";       add_header Pragma \"no-cache\";     }     location / {       try_files \$uri \$uri/ /index.html;       expires -1;     }     location ~ .*\.(gif|jpg|jpeg|png|PNG|bmp|swf|asp|cfm|xml|py|pl|lasso|cfc|afp|txt|zip|log|ico|csv|json|xls|pdf|mp3|mp4|apk)$ {       expires 1y; access_log off;     }     location ~ .*\.(js|css)?$ {       expires 1y; access_log off;     }   } }" > /etc/nginx/nginx.conf # buildkit
                        
# 2026-05-29 15:50:00  0.00B 设置环境变量 NGINX_PORT
ENV NGINX_PORT=1881
                        
# 2026-05-29 15:50:00  0.00B 添加元数据标签
LABEL org.opencontainers.image.version=v1.0.8 org.opencontainers.image.revision=4d17762e8d33b1c713b1207acf505f7e41399949 org.opencontainers.image.created=26625158401
                        
# 2026-05-29 15:50:00  0.00B 定义构建参数
ARG BUILD_TIME=26625158401
                        
# 2026-05-29 15:50:00  0.00B 定义构建参数
ARG GIT_COMMIT=4d17762e8d33b1c713b1207acf505f7e41399949
                        
# 2026-05-29 15:50:00  0.00B 定义构建参数
ARG VERSION=v1.0.8
                        
# 2019-05-11 19:51:24  0.00B 
/bin/sh -c #(nop)  CMD ["nginx" "-g" "daemon off;"]
                        
# 2019-05-11 19:51:23  0.00B 
/bin/sh -c #(nop)  STOPSIGNAL SIGTERM
                        
# 2019-05-11 19:51:22  0.00B 
/bin/sh -c #(nop)  EXPOSE 80
                        
# 2019-05-11 19:51:21  1.09KB 
/bin/sh -c #(nop) COPY file:ebf4f0eb33621cc016414b2aa2bad4d497b7c5d59ee6bc8f0592625c2134e7ca in /etc/nginx/conf.d/default.conf 
                        
# 2019-05-11 19:51:20  643.00B 
/bin/sh -c #(nop) COPY file:4c82b9f10b84c5676e254bca55dc60405505b9f8036491860c7bd61ea3eb9047 in /etc/nginx/nginx.conf 
                        
# 2019-05-11 19:51:19  9.79MB 
/bin/sh -c GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 	&& CONFIG="		--prefix=/etc/nginx 		--sbin-path=/usr/sbin/nginx 		--modules-path=/usr/lib/nginx/modules 		--conf-path=/etc/nginx/nginx.conf 		--error-log-path=/var/log/nginx/error.log 		--http-log-path=/var/log/nginx/access.log 		--pid-path=/var/run/nginx.pid 		--lock-path=/var/run/nginx.lock 		--http-client-body-temp-path=/var/cache/nginx/client_temp 		--http-proxy-temp-path=/var/cache/nginx/proxy_temp 		--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp 		--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp 		--http-scgi-temp-path=/var/cache/nginx/scgi_temp 		--user=nginx 		--group=nginx 		--with-http_ssl_module 		--with-http_realip_module 		--with-http_addition_module 		--with-http_sub_module 		--with-http_dav_module 		--with-http_flv_module 		--with-http_mp4_module 		--with-http_gunzip_module 		--with-http_gzip_static_module 		--with-http_random_index_module 		--with-http_secure_link_module 		--with-http_stub_status_module 		--with-http_auth_request_module 		--with-http_xslt_module=dynamic 		--with-http_image_filter_module=dynamic 		--with-http_geoip_module=dynamic 		--with-threads 		--with-stream 		--with-stream_ssl_module 		--with-stream_ssl_preread_module 		--with-stream_realip_module 		--with-stream_geoip_module=dynamic 		--with-http_slice_module 		--with-mail 		--with-mail_ssl_module 		--with-compat 		--with-file-aio 		--with-http_v2_module 	" 	&& addgroup -S nginx 	&& adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx 	&& apk add --no-cache --virtual .build-deps 		gcc 		libc-dev 		make 		openssl-dev 		pcre-dev 		zlib-dev 		linux-headers 		curl 		gnupg1 		libxslt-dev 		gd-dev 		geoip-dev 	&& curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz 	&& curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc  -o nginx.tar.gz.asc 	&& export GNUPGHOME="$(mktemp -d)" 	&& found=''; 	for server in 		ha.pool.sks-keyservers.net 		hkp://keyserver.ubuntu.com:80 		hkp://p80.pool.sks-keyservers.net:80 		pgp.mit.edu 	; do 		echo "Fetching GPG key $GPG_KEYS from $server"; 		gpg --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$GPG_KEYS" && found=yes && break; 	done; 	test -z "$found" && echo >&2 "error: failed to fetch GPG key $GPG_KEYS" && exit 1; 	gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz 	&& rm -rf "$GNUPGHOME" nginx.tar.gz.asc 	&& mkdir -p /usr/src 	&& tar -zxC /usr/src -f nginx.tar.gz 	&& rm nginx.tar.gz 	&& cd /usr/src/nginx-$NGINX_VERSION 	&& ./configure $CONFIG --with-debug 	&& make -j$(getconf _NPROCESSORS_ONLN) 	&& mv objs/nginx objs/nginx-debug 	&& mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so 	&& mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so 	&& mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so 	&& mv objs/ngx_stream_geoip_module.so objs/ngx_stream_geoip_module-debug.so 	&& ./configure $CONFIG 	&& make -j$(getconf _NPROCESSORS_ONLN) 	&& make install 	&& rm -rf /etc/nginx/html/ 	&& mkdir /etc/nginx/conf.d/ 	&& mkdir -p /usr/share/nginx/html/ 	&& install -m644 html/index.html /usr/share/nginx/html/ 	&& install -m644 html/50x.html /usr/share/nginx/html/ 	&& install -m755 objs/nginx-debug /usr/sbin/nginx-debug 	&& install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so 	&& install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so 	&& install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so 	&& install -m755 objs/ngx_stream_geoip_module-debug.so /usr/lib/nginx/modules/ngx_stream_geoip_module-debug.so 	&& ln -s ../../usr/lib/nginx/modules /etc/nginx/modules 	&& strip /usr/sbin/nginx* 	&& strip /usr/lib/nginx/modules/*.so 	&& rm -rf /usr/src/nginx-$NGINX_VERSION 		&& apk add --no-cache --virtual .gettext gettext 	&& mv /usr/bin/envsubst /tmp/ 		&& runDeps="$( 		scanelf --needed --nobanner --format '%n#p' /usr/sbin/nginx /usr/lib/nginx/modules/*.so /tmp/envsubst 			| tr ',' '\n' 			| sort -u 			| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' 	)" 	&& apk add --no-cache --virtual .nginx-rundeps $runDeps 	&& apk del .build-deps 	&& apk del .gettext 	&& mv /tmp/envsubst /usr/local/bin/ 		&& apk add --no-cache tzdata 		&& ln -sf /dev/stdout /var/log/nginx/access.log 	&& ln -sf /dev/stderr /var/log/nginx/error.log
                        
# 2019-05-11 19:47:02  0.00B 
/bin/sh -c #(nop)  ENV NGINX_VERSION=1.15.12
                        
# 2019-05-11 19:47:01  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2019-05-11 16:43:25  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2019-05-11 16:43:24  5.29MB 
/bin/sh -c #(nop) ADD file:66f49017dd7ba295602526dbf210046e47fd097298c17a3f268a47487b5b6379 in / 
                        
                    

镜像信息

{
    "Id": "sha256:c9bc8c45f2f3a2341ad9c065ff80556cd8f2e42e436b9f9e03bbc8b743a0cd8f",
    "RepoTags": [
        "ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-frontend:v1.0.8-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/iflytek/astron-agent/console-frontend@sha256:3d75e23b7e8a8e09aa2b8c57bb766cc3890bf1140e45b1260e92cd6d7f99cf93"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-29T07:51:35.274473668Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "1881/tcp": {},
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NGINX_VERSION=1.15.12",
            "NGINX_PORT=1881"
        ],
        "Cmd": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e",
            "org.opencontainers.image.created": "2026-05-29T07:49:56.910Z",
            "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": "4d17762e8d33b1c713b1207acf505f7e41399949",
            "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.0.8"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 121472861,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c0f7ea08694b4c876607b9f007c4457c229ca2866e4741afdd35247d1b738a97/diff:/var/lib/docker/overlay2/dd88ad6278c9afd5e8e35baaa428df7563320fcf067f8b8234fa5a64ed66e91a/diff:/var/lib/docker/overlay2/f72e0e2b3675550425cf6d0e8f25381e77ede3dafb1e0ca766e8a80e613b1f34/diff:/var/lib/docker/overlay2/3abdf6ff81519bbc385c09dd8ce3e9731a1bc7359a79d35a9413f8c8efd5855f/diff:/var/lib/docker/overlay2/82b1cfbf38dcc447344163f1db45f5945af9657556b3542d3a3418fc6220ce7a/diff:/var/lib/docker/overlay2/10ec9eed969e29b8ed07dead0ccbbf32b91fbb6a88f747784bab4bc1864e1606/diff:/var/lib/docker/overlay2/3419b46d26d8bac850931be4eae9ab9ef3b0355129861059f7046c3026367ac8/diff",
            "MergedDir": "/var/lib/docker/overlay2/f67de05b263833826ff2aa8c99d37a9a84a98643c12a6b85a2c2b9b0f9bc049f/merged",
            "UpperDir": "/var/lib/docker/overlay2/f67de05b263833826ff2aa8c99d37a9a84a98643c12a6b85a2c2b9b0f9bc049f/diff",
            "WorkDir": "/var/lib/docker/overlay2/f67de05b263833826ff2aa8c99d37a9a84a98643c12a6b85a2c2b9b0f9bc049f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6d626da635fcff8a8485691ff0156105a5fe75675870a779f0093a6aedce13f7",
            "sha256:47703b3836542100371450d6919764e474799faae02a36990fb3feb0f342b3cf",
            "sha256:89173d8ebc75dc5b4acf7fe5d4d6e553a7ab3095b66686d32205f907e5b55442",
            "sha256:763b6a97c92dba659e1f576be744bfadc7fc1d734b84f9819517abd5bf03d0e2",
            "sha256:26edcbace59853a392a995eb6b3638db266b171b77b8365bf96780a94534a2d8",
            "sha256:c1cc7ab733749e8d249cb8457d76f2527ab08c17f68d9b60cffe97895c29cc29",
            "sha256:113692c209f042251362451ab6d31408353db70652b7d4e3dbb65dbfb60d9e50",
            "sha256:eae75d48e7d1fcafa022823051ec9d4f26d587159ec78107920dabc886b86fde"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-04T00:15:59.003527099+08:00"
    }
}

更多版本

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

linux/amd64 ghcr.io122.48MB2026-06-01 14:48
24

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

linux/arm64 ghcr.io121.47MB2026-06-04 00:16
6