flightyhobler@lemm.ee to Selfhosted@lemmy.worldEnglish · 1 month agoWhy do I have a separate Jackett docker image every day?!imgur.comexternal-linkmessage-square50linkfedilinkarrow-up176arrow-down13
arrow-up173arrow-down1external-linkWhy do I have a separate Jackett docker image every day?!imgur.comflightyhobler@lemm.ee to Selfhosted@lemmy.worldEnglish · 1 month agomessage-square50linkfedilink
minus-squareBlackEco@lemmy.blackeco.comlinkfedilinkEnglisharrow-up4arrow-down1·1 month agoI believe Linux Server builds images every day for most of their containers, even though there has been no code changes.
minus-squarebjorney@lemmy.calinkfedilinkEnglisharrow-up20·1 month agoIf the code doesn’t change, the resulting docker image will have the same hash, and a new image won’t be created https://github.com/jackett/jackett/releases Jackett is literally just releasing a new version every day
I believe Linux Server builds images every day for most of their containers, even though there has been no code changes.
If the code doesn’t change, the resulting docker image will have the same hash, and a new image won’t be created
https://github.com/jackett/jackett/releases
Jackett is literally just releasing a new version every day