logo
ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100
linux/amd64 ghcr.io

该镜像是Eclipse Theia IDE的官方容器镜像,基于Theia开源IDE框架构建,提供了类似VS Code的集成开发环境,支持在浏览器中访问和使用,具备多语言开发支持、插件扩展等功能,可通过容器快速部署和运行IDE实例。

17
浏览次数
1.84GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100
源镜像
ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100
镜像ID
sha256:16a4c87038027d187407f3fb1e5403fa8e980e35b656574848214d85b3945b3e
镜像 TAG
1.73.100
镜像大小
1.84GB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
/home/project --hostname=0.0.0.0
启动入口
node /home/theia/applications/browser/lib/backend/main.js
工作目录
/home/theia/applications/browser
OS/平台
linux/amd64
镜像创建
2026-07-03T11:24:45.816718927Z
同步时间
2026-07-20 09:34
浏览量
17 次
贡献者
🔌 开放端口 1
3000/tcp
⚙️ 环境变量 7
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
NODE_VERSION=24.18.0 1
YARN_VERSION=1.22.22 2
HOME=/home/theia 3
SHELL=/bin/bash 4
THEIA_DEFAULT_PLUGINS=local-dir:/home/theia/plugins 5
USE_LOCAL_GIT=true 6
🛡️ 镜像安全扫描
debian 12.14 Trivy 2026-07-20 09:37 查看完整报告
298
低危 LOW
188
中危 MEDIUM
99
高危 HIGH
26
严重 CRITICAL
受影响目标 (6)
ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100 (debian 12.14) debian Java jar Node.js node-pkg /etc/ssh/ssh_host_ecdsa_key /etc/ssh/ssh_host_ed25519_key /etc/ssh/ssh_host_rsa_key

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100  ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100  ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100

Shell快速替换命令

sed -i 's#ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100  ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100  ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100'

镜像构建历史


# 2026-07-03 19:24:45  0.00B 设置默认要执行的命令
CMD ["/home/project" "--hostname=0.0.0.0"]
                        
# 2026-07-03 19:24:45  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["node" "/home/theia/applications/browser/lib/backend/main.js"]
                        
# 2026-07-03 19:24:45  0.00B 设置工作目录为/home/theia/applications/browser
WORKDIR /home/theia/applications/browser
                        
# 2026-07-03 19:24:45  0.00B 指定运行容器时使用的用户
USER theia
                        
# 2026-07-03 19:24:45  0.00B 设置环境变量 USE_LOCAL_GIT
ENV USE_LOCAL_GIT=true
                        
# 2026-07-03 19:24:45  0.00B 设置环境变量 SHELL THEIA_DEFAULT_PLUGINS
ENV SHELL=/bin/bash THEIA_DEFAULT_PLUGINS=local-dir:/home/theia/plugins
                        
# 2026-07-03 19:24:45  0.00B 声明容器运行时监听的端口
EXPOSE [3000/tcp]
                        
# 2026-07-03 19:24:45  884.21MB 复制新文件或目录到容器中
COPY --chown=theia:theia /home/theia /home/theia # buildkit
                        
# 2026-07-03 19:20:07  0.00B 设置工作目录为/home/theia
WORKDIR /home/theia
                        
# 2026-07-03 19:20:07  0.00B 设置环境变量 HOME
ENV HOME=/home/theia
                        
# 2026-07-03 19:20:06  728.63MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && apt-get install -y wget apt-transport-https &&     apt-get update && apt-get install -y git openssh-client openssh-server bash libsecret-1-0 openjdk-17-jdk maven &&     apt-get purge -y wget &&     apt-get clean # buildkit
                        
# 2026-07-03 19:19:02  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod g+rw /home &&     mkdir -p /home/project &&     chown -R theia:theia /home/theia &&     chown -R theia:theia /home/project; # buildkit
                        
# 2026-07-03 19:19:01  4.49KB 执行命令并创建新的镜像层
RUN /bin/sh -c adduser --system --group --home /home/theia theia # buildkit
                        
# 2026-06-25 02:12:30  0.00B 设置默认要执行的命令
CMD ["node"]
                        
# 2026-06-25 02:12:30  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-06-25 02:12:30  388.00B 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
                        
# 2026-06-25 02:12:30  7.18MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex   && savedAptMark="$(apt-mark showmanual)"   && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr --no-install-recommends   && rm -rf /var/lib/apt/lists/*   && export GNUPGHOME="$(mktemp -d)"   && for key in     6A010C5166006599AA17F08146C2130DFD2497F5   ; do     { gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ||     { gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ;   done   && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz"   && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc"   && gpg --batch --verify yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz   && gpgconf --kill all   && rm -rf "$GNUPGHOME"   && mkdir -p /opt   && tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/   && ln -s /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn   && ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg   && rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz   && apt-mark auto '.*' > /dev/null   && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; }   && find /usr/local -type f -executable -exec ldd '{}' ';'     | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }'     | sort -u     | xargs -r dpkg-query --search     | cut -d: -f1     | sort -u     | xargs -r apt-mark manual   && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false   && yarn --version   && rm -rf /tmp/* # buildkit
                        
# 2026-06-25 02:12:18  0.00B 设置环境变量 YARN_VERSION
ENV YARN_VERSION=1.22.22
                        
# 2026-06-25 02:12:18  144.57MB 执行命令并创建新的镜像层
RUN /bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)"     && case "${dpkgArch##*-}" in       amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';;       ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';;       s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';;       arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';;       armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';;       *) echo "unsupported architecture"; exit 1 ;;     esac     && set -ex     && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr xz-utils libatomic1 --no-install-recommends     && rm -rf /var/lib/apt/lists/*     && export GNUPGHOME="$(mktemp -d)"     && for key in       5BE8A3F6C8A5C01D106C0AD820B1A390B168D356       DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7       CC68F5A3106FF448322E48ED27F5E38D5B0A215F       8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600       890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4       C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C       108F52B48DB57BB0CC439B2997B01419BD92F80A       A363A499291CBBC940DD62E41F10027AF002F8B0     ; do       { gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ||       { gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ;     done     && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.xz"     && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc"     && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc     && gpgconf --kill all     && rm -rf "$GNUPGHOME"     && grep " node-v$NODE_VERSION-linux-$ARCH.tar.xz\$" SHASUMS256.txt | sha256sum -c -     && tar -xJf "node-v$NODE_VERSION-linux-$ARCH.tar.xz" -C /usr/local --strip-components=1 --no-same-owner     && rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt     && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name "$OPENSSL_ARCH" -exec rm -rf {} \;     && apt-mark auto '.*' > /dev/null     && find /usr/local -type f -executable -exec ldd '{}' ';'       | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }'       | sort -u       | xargs -r dpkg-query --search       | cut -d: -f1       | sort -u       | xargs -r apt-mark manual     && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false     && ln -s /usr/local/bin/node /usr/local/bin/nodejs     && node --version     && npm --version     && rm -rf /tmp/* # buildkit
                        
# 2026-06-25 02:12:18  0.00B 设置环境变量 NODE_VERSION
ENV NODE_VERSION=24.18.0
                        
# 2026-06-25 02:11:59  8.90KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd --gid 1000 node   && useradd --uid 1000 --gid node --shell /bin/bash --create-home node # buildkit
                        
# 2026-06-23 08:00:00  74.83MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
                        
                    

镜像信息

{
    "Id": "sha256:16a4c87038027d187407f3fb1e5403fa8e980e35b656574848214d85b3945b3e",
    "RepoTags": [
        "ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100"
    ],
    "RepoDigests": [
        "ghcr.io/eclipse-theia/theia-ide/theia-ide@sha256:c0ae0d4397a1143e196807060cde18652915d3a77b6532ced9dbc9fcd447e285",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eclipse-theia/theia-ide/theia-ide@sha256:bd99dd36196f1e8357389aaf8fb9c35da7771739a1960749b1fba4eb295adfc8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-03T11:24:45.816718927Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "theia",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NODE_VERSION=24.18.0",
            "YARN_VERSION=1.22.22",
            "HOME=/home/theia",
            "SHELL=/bin/bash",
            "THEIA_DEFAULT_PLUGINS=local-dir:/home/theia/plugins",
            "USE_LOCAL_GIT=true"
        ],
        "Cmd": [
            "/home/project",
            "--hostname=0.0.0.0"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/home/theia/applications/browser",
        "Entrypoint": [
            "node",
            "/home/theia/applications/browser/lib/backend/main.js"
        ],
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1839435106,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3a7258a3bf6937770730962402e82a168936ca1e12ddfc5011a75001348e283e/diff:/var/lib/docker/overlay2/3dbbac77c11f641be285084c357f877a684301a33678f4dd5bdc5252f8606950/diff:/var/lib/docker/overlay2/0dabf9acc5ccab5c9c8b75e7f0affe267ad1c569da8c4b28eabdc6e70a48451f/diff:/var/lib/docker/overlay2/f4e0081139af704b72e54ac36b59307b9b114aeb44cb3ac8ba27e994fc0b473f/diff:/var/lib/docker/overlay2/e872d49810b114991f0f2c3f38ce81a452c3bb93b358acbc56b8eaf0d5f3eead/diff:/var/lib/docker/overlay2/f0e630b78855a2b71ec3ffd81279246e2704ad092e2bca4f86e98064e7538e4b/diff:/var/lib/docker/overlay2/aa8436409d577dc1e0a8a10a031a4b24ca06f9879916e014c282218c3ce146bb/diff:/var/lib/docker/overlay2/5ed8f0e38fa10d584d2e133cd84bae3f40096dcd38401b239547c195775858bb/diff:/var/lib/docker/overlay2/bd2a42e287740523c43ca33a9269114a83bb37de12db3c5ab3efd7e1f2eb32dd/diff:/var/lib/docker/overlay2/787006a7d8e6f02c2afe4bb218ae678559d8b39885f0439fa3417720429bc55d/diff",
            "MergedDir": "/var/lib/docker/overlay2/0de3e4e31f9eec18097cdeaa9505609a579f8aec89c2c8394902f10e0579f730/merged",
            "UpperDir": "/var/lib/docker/overlay2/0de3e4e31f9eec18097cdeaa9505609a579f8aec89c2c8394902f10e0579f730/diff",
            "WorkDir": "/var/lib/docker/overlay2/0de3e4e31f9eec18097cdeaa9505609a579f8aec89c2c8394902f10e0579f730/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b05a96227958df6091396f6fbd5aa4616df631a65626ac8688c91cfa70d1a7e6",
            "sha256:1e3c00be4e0c46f3aae5f3ecfc161a69f4ee57ca1dd71136598205bce5078e8f",
            "sha256:1310434fbf6de37d2ea1bbc3c4e61460175d58fb84c1f086bb042580811e1865",
            "sha256:f2deae9b9d4b754469c3e626593650f203f4d700c4fabb4674cf91961d585ed0",
            "sha256:b7746439cac32f4e3472960cdf390bb0d634d0bdb527dbdcd9e54f9662bdfaad",
            "sha256:09c991c8d48d216bf066f2e61c92fbaf7bf30b36e58eb223363531ed46247627",
            "sha256:bff078809ffa3be7c4fe72ed466dc15360138934359e7439f2524e989c22ffc4",
            "sha256:6cec324f1275f2bbf076f6e7561bce22d64c4d319447300a32473ba5660583bf",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:ba0a741cce982e57e164b47070ed35ff8b3e2c93240c7f9497cf3eeaae700684",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-20T09:33:00.136210638+08:00"
    }
}

更多版本

ghcr.io/eclipse-theia/theia-ide/theia-ide:1.70.200

linux/amd64 ghcr.io1.72GB2026-04-23 09:52
167

ghcr.io/eclipse-theia/theia-ide/theia-ide:1.73.100

linux/amd64 ghcr.io1.84GB2026-07-20 09:34
16
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×