matrix-registration-bot (sha256:8dc832f26ccc3dbbe8d13fce82ddc47b905bc4ff209868b9167196c2a2351f34)

Published 2026-03-20 15:54:56 +00:00 by ci-bot

Installation

docker pull git.dnix.de/dnix/matrix-registration-bot@sha256:8dc832f26ccc3dbbe8d13fce82ddc47b905bc4ff209868b9167196c2a2351f34
sha256:8dc832f26ccc3dbbe8d13fce82ddc47b905bc4ff209868b9167196c2a2351f34

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in /
CMD ["/bin/bash"]
ARG QEMU_ARCH
COPY . /bd_build # buildkit
RUN |1 QEMU_ARCH= /bin/sh -c /bd_build/prepare.sh && /bd_build/system_services.sh && /bd_build/utilities.sh && /bd_build/cleanup.sh # buildkit
ENV DEBIAN_FRONTEND=teletype LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
CMD ["/sbin/my_init"]
RUN /bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y neovim net-tools iputils-ping iputils-tracepath traceroute curl wget git make gzip && rm -rf /etc/ssh/ssh_host_* # buildkit
RUN /bin/sh -c apt update -y && apt upgrade -y # buildkit
RUN /bin/sh -c apt install -y python3 python3-pip python3-venv # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y libolm-dev # buildkit
COPY /opt/venv /opt/venv # buildkit
VOLUME [/data]
WORKDIR /data
CMD ["/opt/venv/bin/matrix-registration-bot"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-20 15:54:56 +00:00
1
OCI / Docker
linux/amd64
335 MiB
Versions (4) View all