You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for miniflux! Would it be possible to alias the latest patch release tag to vMajor.Minor on your container registry? For example, just as latest currently points to 2.2.12, ideally both ghcr.io/miniflux/miniflux:2.2 and ghcr.io/miniflux/miniflux:2 would point to it as well.
Motivation: I run it with podman which offers a podman auto-update command and podman-auto-update systemd user service. For some other services that follow SemVer, I use the image tagged v1 or v1.2 with AutoUpdate=registry so that I can get bug fixes unattended without possible breaking changes from following a latest tag or equivalent.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for miniflux! Would it be possible to alias the latest patch release tag to
vMajor.Minor
on your container registry? For example, just aslatest
currently points to2.2.12
, ideally bothghcr.io/miniflux/miniflux:2.2
andghcr.io/miniflux/miniflux:2
would point to it as well.Motivation: I run it with podman which offers a
podman auto-update
command andpodman-auto-update
systemd user service. For some other services that follow SemVer, I use the image taggedv1
orv1.2
withAutoUpdate=registry
so that I can get bug fixes unattended without possible breaking changes from following alatest
tag or equivalent.Beta Was this translation helpful? Give feedback.
All reactions