python-base (3.11)

Published 2025-11-23 01:45:07 +00:00 by jhfoo

Installation

docker pull forgejo.kungfoo.info/jhfoo/python-base:3.11
sha256:126a668fc25a224b5c53e2cc5a5604c741176039e8da362da97b0a97ed7a47e7

Image layers

ADD file:5e9996c72ce30925ec935a88aa48751553ffa5926e91baee3e1d77dbe447a4e4 in /
ENTRYPOINT /bin/sh
LABEL maintainer="jhfoo@kungfoo.info"
LABEL description="FreeBSD python base image with fastapi preinstalled"
VOLUME /var/cache/pkg
/bin/sh -c env ASSUME_ALWAYS_YES=yes pkg bootstrap -f
/bin/sh -c pkg install -y python311 rust git
/bin/sh -c mkdir /app
WORKDIR /app
/bin/sh -c python3.11 -m venv venv --system-site-packages
/bin/sh -c ./venv/bin/python3 -m pip install --upgrade pip
COPY file:fc9ee75a2971a5ea6bf665b3569567a2678aad55cc14e5c77a8eb37ed7e8a775 in venv/
WORKDIR /app/venv
ENV HOME=/app
/bin/sh -c ./bin/pip3 install -r ./requirements.txt
WORKDIR /app
/bin/sh -c rm -rf /venv
ENTRYPOINT /bin/sh

Labels

Key Value
description FreeBSD python base image with fastapi preinstalled
io.buildah.version 1.40.1
maintainer jhfoo@kungfoo.info
Details
Container
2025-11-23 01:45:07 +00:00
0
OCI / Docker
freebsd/amd64
960 MiB
Versions (1) View all
3.11 2025-11-23