Block a user
llm-rss (v0.0.43)
Published 2026-08-03 15:26:57 +01:00 by MrJones
Installation
docker pull gitea.mrjones.dev/mrjones/llm-rss:v0.0.43sha256:37ec00b7d4cf21f41972e676a4cb11cc61a720cfe1384adb0d3b2869157505ff
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2aa06f7913 | linux/amd64 | 419 MiB |
| f1c24c36f9 | linux/arm64 | 420 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / |
| CMD ["/bin/bash"] |
| COPY /root/.cache/rod /root/.cache/rod # buildkit |
| RUN /bin/sh -c ln -s /root/.cache/rod/browser/$(ls /root/.cache/rod/browser)/chrome /usr/bin/chrome # buildkit |
| RUN /bin/sh -c touch /.dockerenv # buildkit |
| COPY /rod/rod-manager /usr/bin/ # buildkit |
| ARG apt_sources=http://archive.ubuntu.com |
| RUN |1 apt_sources=http://archive.ubuntu.com /bin/sh -c sed -i "s|http://archive.ubuntu.com|$apt_sources|g" /etc/apt/sources.list && apt-get update > /dev/null && apt-get install --no-install-recommends -y libnss3 libxss1 libasound2t64 libxtst6 libgtk-3-0 libgbm1 ca-certificates fonts-liberation fonts-noto-color-emoji fonts-noto-cjk tzdata dumb-init xvfb > /dev/null && rm -rf /var/lib/apt/lists/* # buildkit |
| ENTRYPOINT ["dumb-init" "--"] |
| CMD ["/bin/sh" "-c" "rod-manager"] |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/automationd . # buildkit |
| EXPOSE [8080/tcp] |
| ENV DB_PATH=/data/automation.db |
| ENV IS_PRODUCTION=true |
| CMD ["./automationd"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | https://github.com/go-rod/rod/blob/f12b6b656fe675c4953c13f15978a5858ba45a68/lib/docker/Dockerfile |
| org.opencontainers.image.version | 24.04 |
Details
2026-08-03 15:26:57 +01:00
Versions (45)
View all
Container
2
OCI / Docker
buildcache
2026-08-04
v0.0.44
2026-08-04
168-manual
2026-08-03
v0.0.43
2026-08-03
v0.0.42
2026-07-27