gotrss (sha256:47733a0ca252c2143b0566c2b50af03d5e5190c47e07c487267a062306052e34)
Published 2025-11-15 19:44:40 -06:00 by jeffread
Installation
docker pull gitea.essentialcode.com/jeffread/gotrss@sha256:47733a0ca252c2143b0566c2b50af03d5e5190c47e07c487267a062306052e34sha256:47733a0ca252c2143b0566c2b50af03d5e5190c47e07c487267a062306052e34Image Layers
| ADD alpine-minirootfs-3.22.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 /root/ |
| COPY /app/main . # buildkit |
| COPY /app/frontend/dist ./frontend/dist # buildkit |
| RUN /bin/sh -c chown -R appuser:appuser /root # 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 | 2025-11-16T01:35:01.592Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 9d4239a916974d45389a1869baecb3e675e28d42 |
| 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.5.10 |
Details
Versions (118)
View all