site-wedding-dynamic (sha256:6df6f391546b038366dc9f701e21702669cc553205ad3ddf9dcaf0801c7ccbea)

Published 2026-02-02 19:54:11 +00:00 by glenux

Installation

docker pull code.apps.glenux.net/glenux/site-wedding-dynamic@sha256:6df6f391546b038366dc9f701e21702669cc553205ad3ddf9dcaf0801c7ccbea
sha256:6df6f391546b038366dc9f701e21702669cc553205ad3ddf9dcaf0801c7ccbea

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libsqlite3-0 libyaml-0-2 libevent-2.1-7 libevent-pthreads-2.1-7 && rm -rf /var/lib/apt/lists/* && useradd --create-home --shell /bin/bash appuser # buildkit
WORKDIR /app
COPY /app/bin/wedding-server /app/bin/wedding-server # buildkit
COPY /app/bin/wedding-manage /app/bin/wedding-manage # buildkit
COPY /app/build /app/build # buildkit
COPY /app/src/templates /app/src/templates # buildkit
COPY /app/config /app/config # buildkit
ENV MARTEN_ENV=production
ENV DB_HOST=db
ENV DB_PORT=5432
EXPOSE [8000/tcp]
USER appuser
CMD ["/bin/sh" "-c" "ldd /app/bin/wedding-server && /app/bin/wedding-server"]

Labels

Key Value
com.docker.compose.project weddingrolland-cofaismarten
com.docker.compose.service app
com.docker.compose.version 5.0.2
Details
Container
2026-02-02 19:54:11 +00:00
0
OCI / Docker
linux/amd64
61 MiB
Versions (1) View all
latest 2026-02-02