structables (v0.4.3)

Published 2025-05-04 06:01:09 +00:00 by kumi in PrivateCoffee/structables

Installation

docker pull git.private.coffee/privatecoffee/structables:v0.4.3
sha256:b1f903be9551f8c56c68c56f8f579c5147179065ca311af39541eb7db953bbe5

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:fb8735ff8b745de1a11b35eacc332536d1afa0258a98310dcd5b0ded7ec9b180 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-04 06:01:09 +00:00
0
OCI / Docker
linux/amd64
58 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