Describe the problem/questionWatchtower every day is downloading a new image, and it's only happening with PrivateBin Did you use the FAQ section?
What you did?
What happensNo response What should happenNo response Additional informationNo response Server addressNo response Server OSUbuntu 24.04 WebserverNo response PrivateBin versionlatest Browser and versionNo response Local operating system and versionNo response Issue reproducibilityNo, I cannot reproduce it on https://privatebin.net. |
Answered by
rugk
Sep 11, 2025
Replies: 1 comment 3 replies
|
Well the job is configured and supposed to run at midnight: And it indeed pushes an image: https://github.com/PrivateBin/docker-nginx-fpm-alpine/pkgs/container/nginx-fpm-alpine I guess the idea is it can pick up new upstream changes/builds, to fix security issues etc. |
3 replies
Answer selected by
elrido
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Well the job is configured and supposed to run at midnight:
https://github.com/PrivateBin/docker-nginx-fpm-alpine/blob/93c095412f2c1f2e61ead9d3c714b1a26c0d7c42/.github/workflows/build-images.yml#L5
And it indeed pushes an image: https://github.com/PrivateBin/docker-nginx-fpm-alpine/pkgs/container/nginx-fpm-alpine
I guess the idea is it can pick up new upstream changes/builds, to fix security issues etc.