gotrss (sha256:29d8276eda1d9837cabbdfc06b1838a032b85d62aa3e1e3c3ec3b65f5e526da8)
Published 2026-01-16 08:01:52 -06:00 by jeffread
Installation
docker pull gitea.essentialcode.com/jeffread/gotrss@sha256:29d8276eda1d9837cabbdfc06b1838a032b85d62aa3e1e3c3ec3b65f5e526da8sha256:29d8276eda1d9837cabbdfc06b1838a032b85d62aa3e1e3c3ec3b65f5e526da8Image Layers
| ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit |
| RUN /bin/sh -c adduser -D -s /bin/sh appuser # buildkit |
| WORKDIR /app |
| COPY /app/main . # buildkit |
| COPY /app/frontend/dist ./frontend/dist # buildkit |
| RUN /bin/sh -c mkdir -p /files/favicons && chown -R appuser:appuser /files # buildkit |
| RUN /bin/sh -c chown -R appuser:appuser /app # buildkit |
| USER appuser |
| EXPOSE [3000/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:3000/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'} |
| CMD ["./main"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-01-16T13:57:00.464Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 5590f7ea09713e1f312560b6d437e1d719a4b793 |
| org.opencontainers.image.source | https://gitea.essentialcode.com/jeffread/gotrss |
| org.opencontainers.image.title | gotrss |
| org.opencontainers.image.url | https://gitea.essentialcode.com/jeffread/gotrss |
| org.opencontainers.image.version | 1.11.0 |
Details
Versions (118)
View all