Synthonyx Technologies Ltd

portal (0.8.1-s1)

Published 2026-07-02 12:34:42 +00:00 by arjanvaneersel

Installation

docker pull git.synthonyx.com/synthonyx/portal:0.8.1-s1
sha256:a7f53cb5fb9e529a1e810b37749d6b974c8bb0ba45f755a412e05312a4341371

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/*
/bin/sh -c useradd --system --uid 10001 --user-group --no-create-home --shell /usr/sbin/nologin portal
WORKDIR /app
COPY file:e81ed1465ec736db6dd6f20e5ba73fd8ce550450add7331131f890a071bc8f74 in /usr/local/bin/portal
COPY dir:ef6b85fe7a4b4de59cf10d5ac12f9dcda3790620dffcaf2cdd194a37e2b9bbe4 in /app/static
ENV PORTAL_BIND_HOST=0.0.0.0 PORTAL_BIND_PORT=8080 PORTAL_STATIC_DIR=/app/static RUST_LOG=info,portal=debug
EXPOSE 8080
USER portal:portal
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 CMD curl -sf http://127.0.0.1:8080/healthz | grep -q ok || exit 1
ENTRYPOINT ["/usr/local/bin/portal"]

Labels

Key Value
io.buildah.version 1.43.2
Details
Container
2026-07-02 12:34:42 +00:00
1
OCI / Docker
linux/amd64
41 MiB
Versions (22) View all
0.16.0-s1 2026-07-07
0.15.0-s1 2026-07-07
0.14.0-s1 2026-07-06
0.13.0-s1 2026-07-06
0.12.0-s1 2026-07-04