gjallr (6ef5ab65)

Published 2026-04-26 21:09:34 +00:00 by admin1

Installation

docker pull git.hl1-mini.com/admin1/gjallr:6ef5ab65
sha256:eb6b989351a8c2bc7564a64378ec1fed9bc21e1262c6b3de07b0addd89f192aa

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 &{["CMD-SHELL" "wget -qO- http://localhost:8080/ready || exit 1"] "30s" "5s" "15s" "0s" '\x03'}
ENTRYPOINT ["/server"]

Labels

Key Value
Aka, opsgenie that doesn't fucking suck
org.opencontainers.image.created 2026-04-26T21:09:32.222Z
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 6ef5ab652360de8ab16d42554acc480338307c4f
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 6ef5ab65
Details
Container
2026-04-26 21:09:34 +00:00
1
OCI / Docker
linux/amd64
30 MiB
Versions (3) View all
289d33b8 2026-04-26
latest 2026-04-26
6ef5ab65 2026-04-26