firefly-auto (latest)

Published 2025-09-25 23:45:59 -04:00 by OBJNULL

Installation

docker pull git.objnull.net/objnull/firefly-auto:latest
sha256:0aa591adf0d67fcf3eaab03a7f62840007f54e5e72aeecb011508bc758343daa

Image Layers

ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV TZ=America/New_York
RUN /bin/sh -c apk add --no-cache busybox-suid bash # buildkit
RUN /bin/sh -c apk add --no-cache curl python3 py3-pip # buildkit
RUN /bin/sh -c pip install --break-system-packages requests # buildkit
COPY crontab.txt /etc/crontabs/root # buildkit
COPY upload.sh /bin/upload.sh # buildkit
COPY main.py /app/main.py # buildkit
RUN /bin/sh -c chmod +x /bin/upload.sh # buildkit
CMD ["crond" "-f" "-l" "2"]
Details
Container
2025-09-25 23:45:59 -04:00
3
OCI / Docker
linux/amd64
30 MiB
Versions (1) View all
latest 2025-09-25