Block a user
alpine-base (master)
Published 2026-08-02 13:17:28 +00:00 by danial
Installation
docker pull registry.demonstration.top/danial/alpine-base:mastersha256:e480bad10e4eeacd0b1e863a05ce5aa001caea98f58d2237358033218ab26d5c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 778a696a12 | linux/amd64 | 12 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV TZ=Asia/Shanghai |
| RUN /bin/sh -c echo "https://mirrors.aliyun.com/alpine/v3.24/main/" > /etc/apk/repositories && echo "https://mirrors.aliyun.com/alpine/v3.24/community/" >> /etc/apk/repositories # buildkit |
| RUN /bin/sh -c apk update && apk upgrade && apk add --no-cache tzdata curl wget ca-certificates git gzip tar bash apk-tools && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && rm -rf /var/cache/apk/* # buildkit |
| RUN /bin/sh -c curl -fsSL -o /usr/local/share/ca-certificates/aaa-certificate-services.crt https://www.tbs-x509.com/Comodo_AAA_Certificate_Services.crt && update-ca-certificates # buildkit |
| RUN /bin/sh -c addgroup -g 1001 -S appuser && adduser -u 1001 -S appuser -G appuser -h /app -s /bin/sh # buildkit |
| RUN /bin/sh -c mkdir -p /app && chown -R appuser:appuser /app # buildkit |
| USER appuser |
| WORKDIR /app |
| LABEL maintainer=alpine-base-team version=1.1.0 description=Optimized Alpine 3.24 base image with Chinese mirrors, certificates, and common tools |
Labels
| Key | Value |
|---|---|
| description | Optimized Alpine 3.24 base image with Chinese mirrors, certificates, and common tools |
| maintainer | alpine-base-team |
| version | 1.1.0 |