Luke Else luke-else

python (latest)

Published 2025-08-14 00:41:37 +00:00 by luke-else in luke-else/base-images

Installation

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

Image Layers

ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache bash curl helix # buildkit
RUN /bin/sh -c mkdir /app # buildkit
WORKDIR /app
CMD ["/bin/bash"]
RUN /bin/sh -c apk add --no-cache python3 py3-pip # buildkit
Details
Container
2025-08-14 00:41:37 +00:00
0
OCI / Docker
linux/amd64
32 MiB
Versions (1) View all
latest 2025-08-14