maubot (sha256:19af0ae3f1663e390682064165cc9b686411064baa09ccdb7f27b0968979db50)

Published 2026-06-21 14:12:09 +02:00 by autobuild in OCI-pit/misc-oci-autobuild

Installation

docker pull gitea.holm.dev/oci-pit/maubot@sha256:19af0ae3f1663e390682064165cc9b686411064baa09ccdb7f27b0968979db50
sha256:19af0ae3f1663e390682064165cc9b686411064baa09ccdb7f27b0968979db50

About this package

Repository for various container images that I use to be auto build and auto upgraded

Image layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache python3 py3-pip py3-setuptools py3-wheel ca-certificates su-exec yq py3-aiohttp py3-attrs py3-bcrypt py3-cffi py3-ruamel.yaml py3-jinja2 py3-click py3-packaging py3-markdown py3-alembic py3-commonmark py3-pygments py3-tz py3-regex py3-wcwidth py3-cffi py3-olm py3-pycryptodome py3-unpaddedbase64 py3-future py3-pillow py3-magic py3-feedparser py3-lxml # buildkit
COPY requirements.txt /opt/maubot/requirements.txt # buildkit
COPY optional-requirements.txt /opt/maubot/optional-requirements.txt # buildkit
WORKDIR /opt/maubot
RUN /bin/sh -c apk add --virtual .build-deps python3-dev build-base git && pip3 install --break-system-packages -r requirements.txt -r optional-requirements.txt dateparser langdetect python-gitlab pyquery semver tzlocal cssselect && apk del .build-deps # buildkit
COPY . /opt/maubot # buildkit
RUN /bin/sh -c cp /opt/maubot/maubot/example-config.yaml /opt/maubot # buildkit
COPY ./docker/mbc.sh /usr/local/bin/mbc # buildkit
ENV UID=1337 GID=1337 XDG_CONFIG_HOME=/data
VOLUME [/data]
CMD ["/opt/maubot/docker/run.sh"]
COPY /install /usr # buildkit

Labels

Key Value
org.opencontainers.image.created 2026-06-21T12:12:06.189Z
org.opencontainers.image.description Repository for various container images that I use to be auto build and auto upgraded
org.opencontainers.image.licenses
org.opencontainers.image.revision 78a88c40012ed418cbf989df098d11ff1aabd1b0
org.opencontainers.image.source https://gitea.holm.dev/OCI-pit/misc-oci-autobuild
org.opencontainers.image.title misc-oci-autobuild
org.opencontainers.image.url https://gitea.holm.dev/OCI-pit/misc-oci-autobuild
org.opencontainers.image.version v0.6.0
Details
Container
2026-06-21 14:12:09 +02:00
8
OCI / Docker
linux/amd64
90 MiB
Versions (4) View all
v0.6 2026-06-21
v0 2026-06-21
latest 2026-06-21
v0.6.0 2026-06-21