structables (v0.4.2)

Published 2025-05-02 13:40:13 +00:00 by kumi in PrivateCoffee/structables

Installation

docker pull git.private.coffee/privatecoffee/structables:v0.4.2
sha256:847042ba032cdc1d8a94321b256b29e8ffc7e609cb162ecc1e0bcbe6dfda9343

Image layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV APP_ENV=/opt/venv
ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV PORT=8002
/bin/sh -c apk add --no-cache py3-pip uwsgi-python3 && python3 -m venv $APP_ENV
COPY dir:88f439b728424fdd77c53379ed3bc3e42da3a19eec17c2ec25ba4535c27518d0 in /app
/bin/sh -c $APP_ENV/bin/pip install --no-cache-dir pip && $APP_ENV/bin/pip install /app && adduser -S -D -H structables
EXPOSE 8002
USER structables
ENTRYPOINT ["/app/entrypoint.sh"]
Details
Container
2025-05-02 13:40:13 +00:00
12
OCI / Docker
linux/amd64
76 MiB
Versions (5) View all
latest 2025-05-04
v0.4.3 2025-05-04
v0.4.2 2025-05-02
v0.4.1 2025-04-09
v0.4.0 2025-04-09