picopaper (v0.4.0)

Published 2025-10-27 21:11:05 +00:00 by cf7 in cf7/picopaper

Installation

docker pull git.uphillsecurity.com/cf7/picopaper:v0.4.0
sha256:282972025d8392f544442ab496c41be8c5e2a1d885765f06edbb41a6310995a6

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in /
CMD ["/bin/bash"]
/bin/sh -c apt-get update && apt-get install -y python3 python3-pip python3-venv && apt-get clean && rm -rf /var/lib/apt/lists/*
COPY file:3eed11b49180bdf16a374b2ae45526f414a39afde328fcc90a47b04c9e73962c in /tmp/requirements.txt
/bin/sh -c python3 -m pip install --no-cache-dir -r /tmp/requirements.txt --break-system-packages
COPY file:abb71e2f79f38e5f7e2c2c267808f8c4cf4cb3828fa49907293093b0357358c0 in /usr/local/bin/picopaper.py
WORKDIR /app
ENV PYTHONPATH=/app
CMD ["python3", "/usr/local/bin/picopaper.py"]

Labels

Key Value
io.buildah.version 1.33.7
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-10-27 21:11:05 +00:00
0
OCI / Docker
linux/amd64
188 MiB
Versions (6) View all
v0.4.0 2025-10-27
latest 2025-10-27
v0.3.0 2025-10-23
v0.2.1 2025-10-20
v0.2.0 2025-10-12