Quentin Bouteiller quent1

akkoma (v3.20.0)

Published 2026-08-11 03:16:27 +02:00 by quent1 in quent1/akkoma-docker-image

Installation

docker pull git.quent1.fr/quent1/akkoma:v3.20.0
sha256:7d89d48fb8b9342612bc179d89a4a359aa78b8b5f77f87488f4fc410ca8a1b1a

Image Layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV MIX_ENV=prod
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/akkoma/bin
ENV AKKOMA_CONFIG_PATH=/config/config.exs
RUN /bin/sh -c awk 'NR==2' /etc/apk/repositories | sed 's/main/community/' | tee -a /etc/apk/repositories && apk update && apk add su-exec curl unzip ncurses file-dev imagemagick ffmpeg exiftool # buildkit
COPY ./entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chown root:root /entrypoint.sh && chmod u+x /entrypoint.sh # buildkit
RUN /bin/sh -c adduser --system --shell /bin/false --home /opt/akkoma akkoma # buildkit
ADD https://akkoma-updates.s3-website.fr-par.scw.cloud/stable/akkoma-amd64-musl.zip /tmp/akkoma.zip # buildkit
RUN /bin/sh -c unzip /tmp/akkoma.zip -d /tmp/ && mv /tmp/release/* /opt/akkoma && rmdir /tmp/release && rm /tmp/akkoma.zip && chown akkoma -R /opt/akkoma # buildkit
VOLUME [/data]
VOLUME [/config]
WORKDIR /opt/akkoma
EXPOSE [4000/tcp]
ENTRYPOINT ["/entrypoint.sh"]
CMD ["pleroma" "start"]
Details
Container
2026-08-11 03:16:27 +02:00
2
OCI / Docker
linux/amd64
121 MiB
Versions (17) View all
v3.20.0 2026-08-11
v3.19.0 2026-05-15
v3.18.0 2026-03-14
v3.17.0 2025-12-19
v3.16.0 2025-10-14