gjallr (latest)

Published 2026-06-20 08:41:35 +00:00 by admin1

Installation

docker pull git.hl1-mini.com/admin1/gjallr:latest
sha256:1f78d277aba5f3102b611143d8811038e7dc9d612bab0f87e4f4b8733a18fe47

About this package

The sound of Heimdall's horn will herald the beginning of Ragnarök, the sound of which will be heard in all corners of the world.

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates postgresql-client netcat-openbsd tzdata && addgroup -g 1001 -S genie && adduser -u 1001 -S genie -G genie # buildkit
COPY /server /server # buildkit
COPY /worker /worker # buildkit
COPY /bff /bff # buildkit
COPY backend/migrations /migrations # buildkit
COPY deployment/scripts/worker-entrypoint.sh /worker-entrypoint.sh # buildkit
COPY deployment/scripts/migrate-entrypoint.sh /migrate-entrypoint.sh # buildkit
COPY deployment/scripts/bff-entrypoint.sh /bff-entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /worker-entrypoint.sh /migrate-entrypoint.sh /bff-entrypoint.sh && chmod -R a+rX /migrations && chown -R genie:genie /migrations # buildkit
USER genie
EXPOSE [8080/tcp 8081/tcp 9090/tcp]
HEALTHCHECK {Test:[CMD-SHELL wget -qO- http://localhost:8080/ready || exit 1] Interval:30s Timeout:5s StartPeriod:15s StartInterval:0s Retries:3}
ENTRYPOINT ["/server"]

Labels

Key Value
Aka, opsgenie that doesn't fucking suck
org.opencontainers.image.created 2026-06-20T08:41:30.602Z
org.opencontainers.image.description The sound of Heimdall's horn will herald the beginning of Ragnarök, the sound of which will be heard in all corners of the world.
org.opencontainers.image.licenses
org.opencontainers.image.revision c1486526279142ba2219ca1ce1cb06548a0a30a1
org.opencontainers.image.source https://git.hl1-mini.com/admin1/gjallr
org.opencontainers.image.title gjallr
org.opencontainers.image.url https://git.hl1-mini.com/admin1/gjallr
org.opencontainers.image.version c1486526
Details
Container
2026-06-20 08:41:35 +00:00
0
OCI / Docker
linux/amd64
30 MiB
Versions (3) View all
c1486526 2026-06-20
latest 2026-06-20
ca941e8b 2026-06-20