akkoma (sha256:87c9fb5cf9898719429559dacd4f65ae06310da340c5599fbd71e7795cadcad7)

Published 2023-09-16 02:35:06 +00:00 by fluo10

Installation

docker pull forgejo.fireturtle.net/fluo10/akkoma@sha256:87c9fb5cf9898719429559dacd4f65ae06310da340c5599fbd71e7795cadcad7
sha256:87c9fb5cf9898719429559dacd4f65ae06310da340c5599fbd71e7795cadcad7

About this package

Akkoma for Docker

Image layers

ADD file:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd in /
CMD ["/bin/sh"]
ARG ERLANG
RUN |1 ERLANG=25.3.2.5 /bin/sh -c apk add --update --no-cache ca-certificates libstdc++ ncurses $(if [ "${ERLANG:0:1}" = "1" ]; then echo "libressl"; else echo "openssl"; fi) unixodbc lksctp-tools # buildkit
COPY /usr/local /usr/local # buildkit
COPY /ELIXIR_LOCAL/usr/local /usr/local # buildkit
ENV MIX_ENV=prod
ENV ERL_EPMD_ADDRESS=127.0.0.1
ARG HOME
LABEL org.opencontainers.image.title="akkoma" org.opencontainers.image.description="Akkoma for Docker" org.opencontainers.image.vendor="akkoma.dev" org.opencontainers.image.documentation="https://docs.akkoma.dev/stable/" org.opencontainers.image.licenses="AGPL-3.0" org.opencontainers.image.url="https://akkoma.dev" org.opencontainers.image.revision=$VCS_REF org.opencontainers.image.created=$BUILD_DATE
|1 HOME=/opt/akkoma /bin/sh -c apk add git gcc g++ musl-dev make cmake file-dev exiftool ffmpeg imagemagick libmagic ncurses postgresql-client
EXPOSE 4000
ARG HOME UID
ARG GID HOME UID
ARG GID HOME UID UNAME
|4 GID=1000 HOME=/opt/akkoma UID=1000 UNAME=akkoma /bin/sh -c addgroup -g $GID $UNAME
|4 GID=1000 HOME=/opt/akkoma UID=1000 UNAME=akkoma /bin/sh -c adduser -u $UID -G $UNAME -D -h $HOME $UNAME
WORKDIR /opt/akkoma
USER $UNAME
|4 GID=1000 HOME=/opt/akkoma UID=1000 UNAME=akkoma /bin/sh -c mix local.hex --force && mix local.rebar --force
CMD ["/opt/akkoma/docker-entrypoint.sh"]

Labels

Key Value
io.buildah.version 1.31.2
org.opencontainers.image.created
org.opencontainers.image.description Akkoma for Docker
org.opencontainers.image.documentation https://docs.akkoma.dev/stable/
org.opencontainers.image.licenses AGPL-3.0
org.opencontainers.image.revision
org.opencontainers.image.title akkoma
org.opencontainers.image.url https://akkoma.dev
org.opencontainers.image.vendor akkoma.dev
Details
Container
2023-09-16 02:35:06 +00:00
1
OCI / Docker
linux/amd64
AGPL-3.0
240 MiB
Versions (1) View all
v3.10.4 2023-09-16