akkoma (3.7.1)

Published 2023-04-10 23:30:15 +02:00 by quent1 in quent1/akkoma-docker-image

Installation

docker pull git.quent1.fr/quent1/akkoma:3.7.1
sha256:e769c19bd35eab6f86a9e8b82d9987d7e375b4545bd5a74cd7dde08ed0f5c09f

Image Layers

ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /
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 libcrypto1.1 # 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
RUN /bin/sh -c curl 'https://akkoma-updates.s3-website.fr-par.scw.cloud/stable/akkoma-amd64-musl.zip' -o /tmp/akkoma.zip && 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 map[4000/tcp:{}]
ENTRYPOINT ["/entrypoint.sh"]
CMD ["pleroma" "start"]
Details
Container
2023-04-10 23:30:15 +02:00
9
OCI / Docker
linux/amd64
103 MiB
Versions (12) View all
v3.15.1 2025-03-02
v3.14.0 2025-01-05
v3.13.3 2024-11-28
v3.13.2 2024-05-23
v3.13.1 2024-04-30