this post was submitted on 16 Mar 2025
41 points (100.0% liked)

Selfhosted

60093 readers
643 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] umami_wasbi@lemmy.ml 15 points 1 year ago* (last edited 1 year ago) (1 children)

Looking at linuxserver/jackett on Docker Hub, it seems it indeed update everyday.

[–] flightyhobler@lemm.ee 2 points 1 year ago (2 children)

I'm not receiving daily updates from my gotify server, where watchtower reports the updates. But I guess it makes sense if it has some sort of automated build process. I've added the environment variable not to be updated by watchtower and I will keep an eye on it.

[–] MangoPenguin@lemmy.blahaj.zone 7 points 1 year ago (1 children)

You can also tell watchtower to cleanup images after update so you don't end up with all of those old ones.

[–] flightyhobler@lemm.ee 1 points 1 year ago
[–] atzanteol@sh.itjust.works 5 points 1 year ago

If you're just pulling "latest" then docker will fetch the latest when it starts. You can pin to a version tag if you want to keep it stable.