gjallr (a0845fad)

Published 2026-07-11 22:55:54 +00:00 by admin1

Installation

docker pull git.hl1-mini.com/admin1/gjallr:a0845fad
sha256:15c9a8d7433f7b92d4ecb6c8487466bcd5ef0f47d07a2c6f6caa406e52ab0836

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-07-11T22:55:50.988Z
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 a0845fad0b1d181e08b65101ab6bd3f7ae582e57
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 a0845fad
Details
Container
2026-07-11 22:55:54 +00:00
3
OCI / Docker
linux/amd64
26 MiB
Versions (35) View all
92c820c3 2026-07-26
bf282bbf 2026-07-26
6669d957 2026-07-26
6a664e2c 2026-07-25
724ad704 2026-07-21