alexandrump
  • Joined on 2026-02-01

invest/miniflux (latest)

Published 2026-04-06 16:28:11 +00:00 by alexandrump

Installation

docker pull git.thax.es/alexandrump/invest/miniflux:latest
sha256:0f13820cb63cd24379c8f275c1a776bfd8cdd93c5a39743d7b505b0f161076ca

About this package

Miniflux is a minimalist and opinionated feed reader

Image Layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
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 [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"]
USER root
/bin/sh -c apk add --no-cache postgresql16-client
USER nobody
COPY file:1d47b297b7b84aab3745b7ace705b5fe3c2c295ca0f4b08d558d4ce5435bbb34 in /entrypoint.sh
ENTRYPOINT ["/bin/sh" "/entrypoint.sh"]
LABEL org.opencontainers.image.created=2026-04-06T16:27:56Z
LABEL org.opencontainers.image.revision=7919065d1c9bfb3a7101340b3ac875877a9a3573
LABEL org.opencontainers.image.source=https://git.thax.es/alexandrump/invest.git
LABEL org.opencontainers.image.url=https://git.thax.es/alexandrump/invest

Labels

Key Value
org.opencontainers.image.created 2026-04-06T16:27:56Z
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.revision 7919065d1c9bfb3a7101340b3ac875877a9a3573
org.opencontainers.image.source https://git.thax.es/alexandrump/invest.git
org.opencontainers.image.title Miniflux
org.opencontainers.image.url https://git.thax.es/alexandrump/invest
org.opencontainers.image.vendor Frédéric Guillot
Details
Container
2026-04-06 16:28:11 +00:00
4
OCI / Docker
linux/amd64
Apache-2.0
15 MiB
Versions (1) View all
latest 2026-04-06