Alpine images (latest/edge), with optional Python and uv layers. Updated daily.
10K+
Alpine container images built on the official images, published daily, across two variants: latest (the newest stable release) and edge (rolling).
Each variant produces the same three-tier image stack:
Minimal alpine:<variant> image, upgraded (apk upgrade) and with ca-certificates installed. Intended as a foundation for other images.
docker pull 1tsme/alpine:latest # latest
docker pull 1tsme/alpine:edge
Extends the base image with python3 and py3-pip. Built for the same platforms as the base image for that variant.
docker pull 1tsme/alpine:python # latest
docker pull 1tsme/alpine:edge-python
Extends the Python image with uv, installed from the official prebuilt musl release binary — unlike glibc-based distros, uv publishes musl binaries for every platform this image builds, so no source compilation is needed anywhere.
docker pull 1tsme/alpine:uv # latest
docker pull 1tsme/alpine:edge-uv
Each variant builds whatever platforms Docker Hub currently publishes for alpine:<variant>, resolved from the upstream manifest at build time rather than hardcoded. The uv image additionally always excludes linux/ppc64le (uv publishes no build for it at all) and linux/s390x (uv only publishes a glibc build, unusable on musl-based Alpine).
| Tag pattern | Description |
|---|---|
latest | latest base image |
<alpine version> | latest base image, stamped with the underlying Alpine version (e.g. 3.24.1) |
python | latest Python image |
<alpine version>-python | latest Python image, stamped with the underlying Alpine version |
uv | latest uv image |
uv-<uv version> | latest uv image, stamped with the bundled uv release (e.g. uv-0.11.32) |
edge | edge base image |
<snapshot date> | edge base image, stamped with the upstream snapshot date embedded in Alpine's edge version (e.g. 20260805), same as the official alpine image |
edge-python | edge Python image |
<snapshot date>-edge-python | edge Python image, stamped with the upstream snapshot date |
edge-uv | edge uv image |
edge-uv-<uv version> | edge uv image, stamped with the bundled uv release |
Content type
Image
Digest
sha256:85c2596f7…
Size
8.8 MB
Last updated
about 18 hours ago
docker pull 1tsme/alpine