miniflux (latest)

Published 2025-02-11 06:48:07 +00:00 by southfox in southfox/miniflux

Installation

docker pull git.southfox.me/southfox/miniflux:latest
sha256:a82f9bd14c7b829ab303f43349c1d329304a6bd4fc42dd38facdc4b356f7dc99

About this package

Miniflux is a minimalist and opinionated feed reader

Image layers

ADD file:99093095d62d0421541d882f9ceeddb2981fe701ec0aa9d2c08480712d5fed21 in /
CMD ["/bin/sh"]
LABEL org.opencontainers.image.title=Miniflux
LABEL org.opencontainers.image.description=Miniflux is a minimalist and opinionated feed reader
LABEL org.opencontainers.image.vendor=Frédéric Guillot
LABEL org.opencontainers.image.licenses=Apache-2.0
LABEL org.opencontainers.image.url=https://miniflux.app
LABEL org.opencontainers.image.source=https://github.com/miniflux/v2
LABEL org.opencontainers.image.documentation=https://miniflux.app/docs/
EXPOSE map[8080/tcp:{}]
ENV LISTEN_ADDR=0.0.0.0:8080
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
COPY /go/src/app/miniflux /usr/bin/miniflux # buildkit
USER 65534
CMD ["/usr/bin/miniflux"]

Labels

Key Value
org.opencontainers.image.description Miniflux is a minimalist and opinionated feed reader
org.opencontainers.image.documentation https://miniflux.app/docs/
org.opencontainers.image.licenses Apache-2.0
org.opencontainers.image.source https://github.com/miniflux/v2
org.opencontainers.image.title Miniflux
org.opencontainers.image.url https://miniflux.app
org.opencontainers.image.vendor Frédéric Guillot
Details
Container
2025-02-11 06:48:07 +00:00
8
OCI / Docker
linux/amd64
Apache-2.0
12 MiB
Versions (1) View all
latest 2025-02-11