daggerbot (sha256:87a2577420cf78aa3b6b950764fb1672f568b1ee51eab249a436f3f6af22584c)

Published 2026-02-24 09:50:07 +11:00 by nwerosama

Installation

docker pull git.playground.red/nwerosama/daggerbot@sha256:87a2577420cf78aa3b6b950764fb1672f568b1ee51eab249a436f3f6af22584c
sha256:87a2577420cf78aa3b6b950764fb1672f568b1ee51eab249a436f3f6af22584c

Image layers

COPY /rootfs/ / # buildkit
ENV LANG=en_US.UTF-8
RUN /bin/sh -c ln -sf /usr/lib/os-release /etc/os-release && pacman-key --init && pacman-key --populate && rm -rf /etc/pacman.d/gnupg/{openpgp-revocs.d/,private-keys-v1.d/,pubring.gpg~,gnupg.S.}* # buildkit
CMD ["/usr/bin/bash"]
RUN /bin/sh -c pacman-key --init && pacman -Syu --noconfirm python tesseract && rm -rf /var/cache/pacman/pkg/** /usr/share/{man,doc,info} # buildkit
RUN /bin/sh -c curl -LsSf https://astral.sh/uv/install.sh | sh # buildkit
ENV PATH=/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LABEL org.opencontainers.image.source=https://git.playground.red/nwerosama/daggerbot
WORKDIR /opt/tasker
COPY pyproject.toml uv.lock .python-version ./ # buildkit
COPY python . # buildkit
RUN /bin/sh -c uv venv .venv --prompt=.venv && source .venv/bin/activate && uv sync # buildkit
COPY docker/python_entrypoint.sh entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x entrypoint.sh # buildkit
EXPOSE [39270/tcp]
ENTRYPOINT ["sh" "entrypoint.sh"]
CMD ["python3" "main.py"]

Labels

Key Value
org.opencontainers.image.source https://git.playground.red/nwerosama/daggerbot
Details
Container
2026-02-24 09:50:07 +11:00
1
OCI / Docker
linux/arm64
413 MiB
Versions (2) View all
koi 2026-02-24
service 2026-02-24