admin-runtime (v4)

Published 2024-04-14 23:12:21 +00:00 by cx

Installation

docker pull gitea.ceperka.net/rosti/admin-runtime:v4
sha256:436d23713a3ccd50f680c2d8b3bc261908284340bc094f41b2bee12c79e63466

Image Layers

ADD file:8729f9c0258836b640e9e789c7ab029cf4547e0596557d54dd4a4d7d8e4a785f in /
CMD ["/bin/sh"]
LABEL maintainer="cx@initd.cz"
EXPOSE 8080
/bin/sh -c apk add --no-cache python3 python3-dev py-pip gcc make postgresql-dev gettext sqlite libffi musl-dev libffi-dev tzdata jpeg-dev zlib-dev bash ca-certificates nginx vim
/bin/sh -c cp /usr/share/zoneinfo/Europe/Prague /etc/localtime
/bin/sh -c echo "Europe/Prague" > /etc/timezone
ENV LANG cs_CZ.UTF-8
ENV LANGUAGE cs_CZ:cs
ENV LC_ALL cs_CZ.UTF-8
/bin/sh -c addgroup app && adduser -D -h /srv -G app app
/bin/sh -c mkdir -p /srv/rosti
/bin/sh -c pip3 install --ignore-installed pipenv
ADD file:2bfed2bd84a90a6c161c42dbfb5d96425890ff72f2cd06aa06141f9f5e59f5eb in /srv/rosti/
ADD file:f50b0400aa64279bcf1e3e7a7a60cf333aa8104586717bd09a7c45854f1427e9 in /srv/rosti/
/bin/sh -c chown app:app /srv -R
ADD file:902657b88bdd341fad3fa6716c45a3abf8b91791007a2ea37858899059d841e3 in /usr/local/share/ca-certificates/ca_rosti.crt
/bin/sh -c update-ca-certificates
USER app
WORKDIR /srv/rosti
/bin/sh -c pipenv install
/bin/sh -c pipenv install https://github.com/by-cx/python-fakturoid/archive/refs/heads/master.zip

Labels

Key Value
io.buildah.version 1.33.7
maintainer cx@initd.cz
Details
Container
2024-04-14 23:12:21 +00:00
1
OCI / Docker
linux/amd64
413 MiB
Versions (1) View all
v4 2024-04-14