Comment on I tried to selfhost Nextcloud at work

<- View Parent
scrubbles@poptalk.scrubbles.tech ⁨4⁩ ⁨days⁩ ago

Docker images should never self update - that’s an anti pattern. They should be static code. The only time I would expect a docker image to “auto update” is if I was using the “latest” or “stable” tag and Compose/Kubernetes/I repull the image - but the image should never update itself.

Yes, OP bit off more than they could chew. Nextcloud, however, is breaking the entire purpose of Docker images by having an auto-updater at all.

source
Sort:hotnewtop