Block a user
roux (5abf5490b472df7e7ed59cfa8fee5fe8433bf245)
Published 2026-05-20 22:52:54 -04:00 by jbrechtel
Installation
docker pull git.roo.lol/jbrechtel/roux:5abf5490b472df7e7ed59cfa8fee5fe8433bf245sha256:e96c29ba7242569f0c52aba2c8723abc5fea4b68c83a7a8681a2716db592182e
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl python3 python3-pip python3-venv tini && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c python3 -m venv /opt/roux-venv && /opt/roux-venv/bin/pip install --no-cache-dir recipe-scrapers==15.11.0 playwright==1.52.0 && rm -rf /root/.cache/pip # buildkit |
| RUN /bin/sh -c /opt/roux-venv/bin/playwright install-deps chromium && /opt/roux-venv/bin/playwright install chromium # buildkit |
| RUN /bin/sh -c mkdir -p /build && date -u '+%Y-%m-%d %H:%M UTC' > /build/build-time # buildkit |
| ADD roux-server /usr/local/bin/roux-server # buildkit |
| ADD scripts/scrape-recipe /usr/local/bin/scrape-recipe # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/roux-server /usr/local/bin/scrape-recipe # buildkit |
| ENV PATH=/opt/roux-venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENTRYPOINT ["/usr/bin/tini" "-s" "--"] |
| RUN /bin/sh -c mkdir /recipes # buildkit |
| WORKDIR /recipes |
| EXPOSE [8080/tcp] |
| CMD ["/usr/local/bin/roux-server" "--host" "0.0.0.0" "--port" "8080" "--recipe-dir" "/recipes"] |
Details
2026-05-20 22:52:54 -04:00
Versions (59)
View all
Container
0
OCI / Docker
linux/amd64
531 MiB
latest
2026-07-12
460b7d0fdc67ad3c79e96ce5e0908abaa43ef615
2026-07-12
3c3b6b853abf4aa60125ac9c5d29a17c16e9b8e0
2026-07-08
78612eaa06d0c517b9dbde712528491cec1872b5
2026-07-08
506de6c4d81b43adb3ad910821f726047c08d250
2026-05-31