Sign inSign up

1tsme/alpine

By 1tsme

Updated about 18 hours ago

Alpine images (latest/edge), with optional Python and uv layers. Updated daily.

Image
Operating systems
0

10K+

1tsme/alpine repository overview

Alpine Container Images

Alpine container images built on the official images, published daily, across two variants: latest (the newest stable release) and edge (rolling).

Images

Each variant produces the same three-tier image stack:

Base

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
Python

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
uv

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

Platforms

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).

Tags

Tag patternDescription
latestlatest base image
<alpine version>latest base image, stamped with the underlying Alpine version (e.g. 3.24.1)
pythonlatest Python image
<alpine version>-pythonlatest Python image, stamped with the underlying Alpine version
uvlatest uv image
uv-<uv version>latest uv image, stamped with the bundled uv release (e.g. uv-0.11.32)
edgeedge 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-pythonedge Python image
<snapshot date>-edge-pythonedge Python image, stamped with the upstream snapshot date
edge-uvedge uv image
edge-uv-<uv version>edge uv image, stamped with the bundled uv release

Source: https://github.com/its-me/image.alpine

Tag summary

Content type

Image

Digest

sha256:85c2596f7

Size

8.8 MB

Last updated

about 18 hours ago

docker pull 1tsme/alpine