aglaea (sha256:ebbc0e9588c615f939c2ad1727d065ad21838ad1ed1447cb96e04031327d71c3)
Installation
docker pull git.jansel.dev/jansel/aglaea@sha256:ebbc0e9588c615f939c2ad1727d065ad21838ad1ed1447cb96e04031327d71c3sha256:ebbc0e9588c615f939c2ad1727d065ad21838ad1ed1447cb96e04031327d71c3Image layers
| ADD alpine-minirootfs-3.20.8-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.9 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
Versions (5)
View all
latest
2026-01-21
2026-01-21
2026-01-21
2025-12-24
2025-12-24
2025-11-23
2025-11-23
2025-09-18
2025-09-18