daggerbot (sha256:a0e8da1d49a00516c7d25123253dc39f8207d6110c491ceebcf1dde8c04c71bb)

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

Installation

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

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
0
OCI / Docker
linux/amd64
358 MiB
Versions (2) View all
koi 2026-02-24
service 2026-02-24