-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synology: WatchTower deletes or does not restore iobroker container after update #623
Comments
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
You should be able to selectively include or exclude containers from watchtower automation. See container-selection. Unless there is something special about Synology that I am not aware off. @simskij might have another suggestion |
@zoispag I use the Synology GUI and Portainer. I don't see an option to add a "label". |
what about this @mtoensing ? |
Ah, only on create? I'll try that |
Labels can be set only on create afaik |
This seems to be caused by the Still unclear why this is happening, but I wonder if the modified |
I'm having a similar issue with watchtower deleting my Minecraft and Booksonic Dockers from my Synology. It seems to only delete them if there is an update to install. Here is my log:Task: Watchtower
|
@Bustout could you create a new issue, since it's another error. I suspect it might have to do with there being two identical containers, but I am not sure why it happens. The warning says that it failed to retrieve the image, that should cause it to skip the update since it cannot be performed: watchtower/internal/actions/update.go Line 31 in e735cc8
|
Describe the bug
I use many containers like minecraft, iobroker, mysql and so on. I keep them up to date with watchtower. One of this containers disappears after a crash in watchtower every single time. It is https://github.com/buanet/docker-iobroker from @buanet It happend 5 times. I completely reinstalled docker on my nas on a different volume and removed the images. Nothing helps. Since my home automation system relies on this container and i can not exclude it from watchtower on synology I am not able to prevent this. Any idea? Here is the log of watchtower:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Watchtower should not delete images without restoring them afterwards
Environment
Logs from running watchtower with the
--debug
optionAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: