mautrix-discord (0.7.0)

Published 2024-09-26 21:24:52 +00:00 by ami

Installation

docker pull git.ami.sc/ami/mautrix-discord:0.7.0
sha256:1bfefdf4c717952e6c28ecc0d4fcea068fc291b3f755e349eb88c5f99810b996

Image Layers

LABEL maintainer=Clement Verna <cverna@fedoraproject.org>
ENV DISTTAG=f40container FGC=f40 FBR=f40
ADD fedora-20240916.tar / # buildkit
CMD ["/bin/bash"]
ENV GO_VERSION=1.23.1
ENV MAUTRIX_DISCORD_VERSION=v0.7.0
/bin/sh -c dnf update -y --refresh
/bin/sh -c dnf install -y wget git g++ libolm-devel
/bin/sh -c dnf clean all -y
/bin/sh -c wget "https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz" && tar -C /usr/local -xzf "go${GO_VERSION}.linux-amd64.tar.gz" && rm "go${GO_VERSION}.linux-amd64.tar.gz"
/bin/sh -c useradd -ms /bin/bash mautrix-discord
USER mautrix-discord
WORKDIR /app
/bin/sh -c export PATH="$PATH:/usr/local/go/bin" && git clone "https://github.com/mautrix/discord" . && git checkout ${MAUTRIX_DISCORD_VERSION} && ./build.sh

Labels

Key Value
io.buildah.version 1.37.2
maintainer Clement Verna <cverna@fedoraproject.org>
Details
Container
2024-09-26 21:24:52 +00:00
0
OCI / Docker
linux/amd64
488 MiB
Versions (1) View all
0.7.0 2024-09-26