Back to ghcr.io/alibaba/tengine
linux/arm64ghcr.io
ghcr.io/alibaba/tengine:3.2.0-rc1
Tengine web server with Tongsuo (NTLS), xquic (QUIC/HTTP-3) and Lua
Size
42.61 MB
Local pulls
1
Upstream pulls
0
Synced at
2026-08-04 09:39:55
China image
registry.cn-global.starbucket.com.cn/starbucket/ghcr.io/alibaba/tengine:3.2.0-rc1
Source image
ghcr.io/alibaba/tengine:3.2.0-rc1
Image info
- Image ID
- sha256:d5102f59a83832cff8ffcddcb02c8779fe66e52cd6217906557684517c13d5fc
- Image tag
- 3.2.0-rc1
- Image size
- 42.61 MB
- Platform
- linux/arm64
- Registry
- ghcr.io
- Project
- Hub pageAll tagsLocal repo
- CMD
- /usr/sbin/tengine -g daemon off;
- Entrypoint
- —
- Working dir
- —
- User
- —
- StopSignal
- SIGQUIT
- Created
- 2026-08-01T20:09:08.083924333Z
Exposed ports 3
- 80/tcp
- 443/tcp
- 443/udp
Environment 1
| PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
Labels 6
| org.opencontainers.image.url | https://tengine.taobao.org/ |
| org.opencontainers.image.title | Tengine |
| org.opencontainers.image.source | https://github.com/alibaba/tengine |
| org.opencontainers.image.version | 3.2.0-rc1 |
| org.opencontainers.image.licenses | BSD-2-Clause AND Apache-2.0 AND MIT |
| org.opencontainers.image.description | Tengine web server with Tongsuo (NTLS), xquic (QUIC/HTTP-3) and Lua |
Pull commands
Docker
docker pull registry.cn-global.starbucket.com.cn/starbucket/ghcr.io/alibaba/tengine:3.2.0-rc1
docker tag registry.cn-global.starbucket.com.cn/starbucket/ghcr.io/alibaba/tengine:3.2.0-rc1 ghcr.io/alibaba/tengine:3.2.0-rc1
Containerd
ctr images pull registry.cn-global.starbucket.com.cn/starbucket/ghcr.io/alibaba/tengine:3.2.0-rc1
ctr images tag registry.cn-global.starbucket.com.cn/starbucket/ghcr.io/alibaba/tengine:3.2.0-rc1 ghcr.io/alibaba/tengine:3.2.0-rc1
YAML quick replace
sed -i 's#ghcr.io/alibaba/tengine:3.2.0-rc1#registry.cn-global.starbucket.com.cn/starbucket/ghcr.io/alibaba/tengine:3.2.0-rc1#' deployment.yaml
拉取国内加速地址后,可按需 tag 回源镜像名
Build history 9
2026-08-01 20:09:08empty layer
CMD ["/usr/sbin/tengine" "-g" "daemon off;"]
2026-08-01 20:09:08empty layer
STOPSIGNAL SIGQUIT
2026-08-01 20:09:08empty layer
EXPOSE [443/tcp 443/udp 80/tcp]
2026-08-01 20:09:08
RUN |1 TENGINE_VERSION=3.2.0-rc1 /bin/sh -c set -eux; install -d -m 0755 -o tengine -g tengine /var/log/tengine; install -d -m 0700 -o tengine -g tengine /var/cache/tengine; ln -sf /dev/stdout /var/log/tengine/access.log; ln -sf /dev/stderr /var/log/tengine/error.log; /usr/sbin/tengine -t # buildkit
2026-08-01 20:09:08
COPY /out/ / # buildkit
2026-08-01 17:04:19
RUN |1 TENGINE_VERSION=3.2.0-rc1 /bin/sh -c set -eux; export DEBIAN_FRONTEND=noninteractive; apt-get update -qq; apt-get install -y --no-install-recommends libpcre2-8-0 zlib1g libstdc++6 ca-certificates tzdata; rm -rf /var/lib/apt/lists/*; groupadd -r tengine; useradd -r -g tengine -s /usr/sbin/nologin -d /var/cache/tengine -c "Tengine web server" tengine # buildkit
2026-08-01 17:04:19empty layer
LABEL org.opencontainers.image.title=Tengine org.opencontainers.image.description=Tengine web server with Tongsuo (NTLS), xquic (QUIC/HTTP-3) and Lua org.opencontainers.image.version=3.2.0-rc1 org.opencontainers.image.url=https://tengine.taobao.org/ org.opencontainers.image.source=https://github.com/alibaba/tengine org.opencontainers.image.licenses=BSD-2-Clause AND Apache-2.0 AND MIT
2026-08-01 17:04:19empty layer
ARG TENGINE_VERSION=3.2.0-rc1