Synthonyx Technologies Ltd

portal (0.52.0-s1)

Published 2026-08-06 04:56:19 +00:00 by arjanvaneersel

Installation

docker pull cr.synthonyx.com/synthonyx/portal:0.52.0-s1
sha256:1da085e7973f6d01f56bb5ffe8801c3f2563c0e804275db77871aad1feb6b0fc

Image Layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh -c apk add --no-cache ca-certificates curl && apk upgrade --no-cache
/bin/sh -c addgroup -g 10001 portal && adduser -S -u 10001 -G portal -H -s /sbin/nologin portal
WORKDIR /app
COPY file:ddda88413ab81b6e6c1833bb1bf7fd72433b2cba6d0627167652d5bbd4bc4089 in /usr/local/bin/portal
COPY dir:148a2b55801c98f2bcaa77ded0b29cf9e9c141de02d27555e506fd0a1a93492f 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.44.0
Details
Container
2026-08-06 04:56:19 +00:00
1
OCI / Docker
linux/amd64
12 MiB
Versions (85) View all
0.70.0-s2 2026-09-04
0.70.0 2026-09-04
0.69.0-s2 2026-09-04
0.68.0-s2 2026-09-04
0.67.0-s2 2026-09-03