use a specific version
Ha! Prove the version is valid with checksums and signatures. “But the label said it was that version”? No sympathy.
Comment on Docker Hub's trust signals are a lie — and Huntarr is just the latest proof
mrnarwall@lemmy.world 7 hours ago
As a software developer, it is a known best practice when you are using external software to use a specific version. Never use “latest” except in testing and development. Once it’s ready you pin it to a version ( which can be the latest version, just make sure to actually specify that version id). Then again I’ve never set up an *arr stack before
use a specific version
Ha! Prove the version is valid with checksums and signatures. “But the label said it was that version”? No sympathy.
pulverizedcoccyx@lemmy.ca 51 minutes ago
One thing that sucks about that is you might miss an upgrade that needed to happen before a large version jump later. It’s pretty rare but I believe I’ve seen a container break like that and the upgrade was misery.