akkoma (sha256:770370a1dc88ed7a3257fa727ff3726e33dffbfb77ef181268099fe35058773c)
Published 2023-09-16 02:34:48 +00:00 by fluo10
Installation
docker pull forgejo.fireturtle.net/fluo10/akkoma@sha256:770370a1dc88ed7a3257fa727ff3726e33dffbfb77ef181268099fe35058773c
sha256:770370a1dc88ed7a3257fa727ff3726e33dffbfb77ef181268099fe35058773c
About this package
Akkoma for Docker
Image layers
ADD file:289c2fac17119508ced527225d445747cd177111b4a0018a6b04948ecb3b5e29 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 |