Luke Else luke-else

python (latest)

Published 2026-07-20 23:03:45 +00:00 by luke-else in luke-else/base-images

Installation

docker pull git.luke-else.co.uk/luke-else/python:latest
sha256:263a8b52ecfa51bccbbc9cff00eae49e9fa4005f1f55618700c47336a4574ad5

Image Layers

ADD alpine-minirootfs-20260127-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache curl helix shadow openssl-dev pkgconf build-base ca-certificates # buildkit
RUN /bin/sh -c mkdir /app # buildkit
WORKDIR /app
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache python3 py3-uv # buildkit
CMD ["uv run"]
Details
Container
2026-07-20 23:03:45 +00:00
0
OCI / Docker
linux/amd64
136 MiB
Versions (1) View all
latest 2026-07-20