flightyhobler@lemm.ee to Selfhosted@lemmy.worldEnglish · 2 days agoWhy do I have a separate Jackett docker image every day?!imgur.comexternal-linkmessage-square45fedilinkarrow-up169
arrow-up169external-linkWhy do I have a separate Jackett docker image every day?!imgur.comflightyhobler@lemm.ee to Selfhosted@lemmy.worldEnglish · 2 days agomessage-square45fedilink
minus-squareBlackEco@lemmy.blackeco.comlinkfedilinkEnglisharrow-up4·2 days 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·2 days 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