aglaea (sha256:bd33a04d4fb70cd6c3d0fa94ffc15ebc9cc1f00929004be0ae97b1c82c5bbbba)
Published 2026-07-15 21:09:24 +00:00 by jansel
Installation
docker pull git.jansel.dev/jansel/aglaea@sha256:bd33a04d4fb70cd6c3d0fa94ffc15ebc9cc1f00929004be0ae97b1c82c5bbbbasha256:bd33a04d4fb70cd6c3d0fa94ffc15ebc9cc1f00929004be0ae97b1c82c5bbbbaImage layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV LANG=en_US.UTF-8 |
| ARG ZULU_KEY_SHA256=6c6393d4755818a15cf055a5216cffa599f038cd508433faed2226925956509a |
| RUN |1 ZULU_KEY_SHA256=6c6393d4755818a15cf055a5216cffa599f038cd508433faed2226925956509a /bin/sh -c set -ex && apk update && apk upgrade --no-cache && wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ && echo "${ZULU_KEY_SHA256} /etc/apk/keys/alpine-signing@azul.com-5d5dc44c.rsa.pub" | sha256sum -c - && apk --repository https://repos.azul.com/zulu/alpine --no-cache add zulu21-jdk~=21.0.11 tzdata # buildkit |
| ENV JAVA_HOME=/usr/lib/jvm/zulu21 |
| RUN /bin/sh -c mkdir -p /bot/plugins # buildkit |
| RUN /bin/sh -c mkdir -p /bot/data # buildkit |
| RUN /bin/sh -c mkdir -p /dist/out # buildkit |
| VOLUME [/bot/data] |
| VOLUME [/bot/plugins] |
| COPY build/distributions/aglaea-7.2.7.tar /dist # buildkit |
| RUN /bin/sh -c tar -xf /dist/aglaea-7.2.7.tar -C /dist/out # buildkit |
| RUN /bin/sh -c chmod +x /dist/out/aglaea-7.2.7/bin/aglaea # buildkit |
| RUN /bin/sh -c rm /dist/aglaea-7.2.7.tar # buildkit |
| WORKDIR /bot |
| ENTRYPOINT ["/dist/out/aglaea-7.2.7/bin/aglaea"] |
Details
2026-07-15 21:09:24 +00:00
Versions (16)
View all
Container
1
OCI / Docker
linux/amd64
361 MiB
latest
2026-07-20
2026-07-20
2026-07-20
2026-07-19
2026-07-19
postgres-migration
2026-07-19
2026-07-16
2026-07-16