gotrss (sha256:791e908f0046b6cc147b2f139f6fe86b8db039f4eeb7813c43180511a9343142)

Published 2025-11-13 11:08:35 -06:00 by jeffread

Installation

docker pull gitea.essentialcode.com/jeffread/gotrss@sha256:791e908f0046b6cc147b2f139f6fe86b8db039f4eeb7813c43180511a9343142
sha256:791e908f0046b6cc147b2f139f6fe86b8db039f4eeb7813c43180511a9343142

Image 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/web ./web # 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-13T17:06:50.555Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision ab494d7e374956588a26e87bb1a774aa1e673c01
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.2.15
Details
Container
2025-11-13 11:08:35 -06:00
1
OCI / Docker
linux/amd64
32 MiB
Versions (118) View all
latest 2026-02-11
1.28 2026-02-11
1.28.2 2026-02-11
1.28.1 2026-02-11
1.28.0 2026-02-10