whats-up-docker icon indicating copy to clipboard operation
whats-up-docker copied to clipboard

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.

Results 147 whats-up-docker issues
Sort by recently updated
recently updated
newest added

I have some containers in my infrastructure (defined in docker compose files) which are by nature very short lived. One example would be a [Renovate container](https://github.com/renovatebot/renovate) which just starts up...

question

i created my own tool years ago, and i still use it. it basically scans all my dockerFiles and compose files and update the tag & sha of every found...

enhancement

Hello, I have a "self signed certificate" error when WUD is trying to process my docker container. Here's my docker-compose file : ``` version: '3' services: whatsupdocker: image: fmartinou/whats-up-docker container_name:...

help wanted

I ran into the issue described in issue #190 and I was too excited about this project to not do some investigation. I did some digging into the problem containers/images...

Any ideas why a container would not be picked up by my WUD? It's detected all of my containers except Sickchill from Docker Hub. linuxserver/sickchill.

help wanted

I simply took the default simplebody content, added the newly {watcher} placeholder and escaped $ with a second $ as per examples in the documentation. docker-compos.yml part: ``` environment: -...

Based on documentation and issue https://github.com/fmartinou/whats-up-docker/issues/162 it should work. Here is my docker-compose.yml file: ``` version: '3' services: whatsupdocker: image: fmartinou/whats-up-docker container_name: wud volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - 3001:3000 environment:...

help wanted

I suppose it would be through an ENV_VAR so that by default the container list only shows the containers that have updates available. ![Capture d’écran du 2023-01-26 21-09-06](https://user-images.githubusercontent.com/5779633/214995476-eb39cfa5-b9dd-471e-b9c4-0c222e468fa1.png)

enhancement

Documentation on what happens when a triggered updates attempts an update where the deployment is perhaps done via a template in Portainer, or via Helm with K8s.

I would like to ask if it is possible to connect the WUD to public/private [Gitea Container Registry](https://docs.gitea.io/en-us/packages/container/). I don't see Gitea in the [list of registries](https://fmartinou.github.io/whats-up-docker/#/configuration/registries/) (12/2022). That doesn't...

enhancement