devstar

webterminal (latest)

Published 2025-10-23 11:35:56 +00:00 by mengning

Installation

docker pull devstar.cn/devstar/webterminal:latest
sha256:9a2b29031fd87615e24b7e18aa56b2de59f99a9b37371d5b7a559d40a48149c5
sha256:5f8a38db20081c48fd3608b82b6cf811e0463d8f6e5c7f45ce8ca940540101f0
sha256:102dde402d44a30219845cc640cd9d14a7379f7706f44ba8b8085677a9a747d8
sha256:204671b4164b25862a7387edfdfdd43baf1706820ea579b0cd060a78e597ea86
sha256:ec8af6c40994cec8ee24692e1c307f4e926341ad56ed7f659ef265b22d3a3175

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:e67907c77897d27192314f6c4fa0112b6f7dce3e127500516535cc50fe736c92 in /
CMD ["/bin/bash"]
COPY file:910f14ece94d86a06b05342fcd904e7fc33a29c0308dfd8a5b0f680f7c29cb23 in /home/webTerminal/build/ttyd
/bin/sh -c apt-get update && apt-get install -y curl && curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && apt-get install -y tini libjson-c-dev libwebsockets-dev && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/ $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && apt-get update && apt-get install -y docker-ce-cli && apt remove --purge curl -y && apt autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ENTRYPOINT ["/usr/bin/tini" "--"]
ENV WEB_TERMINAL_HELLO=Successfully connected to the devcontainer
CMD ["/home/webTerminal/build/ttyd" "-W" "bash"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-10-23 11:35:56 +00:00
23
OCI / Docker
linux/amd64
585 MiB
Versions (2) View all
latest 2025-10-23
v1.0 2025-10-23