structables (v0.4.0)

Published 2025-04-09 14:15:20 +00:00 by kumi in PrivateCoffee/structables

Installation

docker pull git.private.coffee/privatecoffee/structables:v0.4.0
sha256:c0071ce2c444966c81df53137da3ad0e9ec8fe48b6869ab889899819128f7ff7

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
/bin/sh -c apk add --no-cache py3-pip uwsgi-python3 && python3 -m venv $APP_ENV
COPY dir:262aaa06c2b17fdbab891832754c62745a4153ff9c2bca0cc34c77b2d0172461 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
COPY file:9ae3abcb08125bd45472e99c7fe99b757e2f3d5a33732a373a4942032eb2d711 in /entrypoint.sh
EXPOSE 8002
USER structables
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2025-04-09 14:15:20 +00:00
1
OCI / Docker
linux/amd64
77 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