Add minor version tags to Docker build commands in Makefile #849

Closed
opened 2026-04-05 17:52:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Shamilius on 9/27/2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Add minor image tags to allow automatic patch updates with watchtower.

How to test?

Add test command in Makefile:

test:
        @echo "test $(minor_tag)"

Run commands:

make test
make test tag=1
make test tag=1.22
make test tag=1.22.4
*Originally created by @Shamilius on 9/27/2025* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Add minor image tags to allow automatic patch updates with [watchtower](https://github.com/containrrr/watchtower). ## How to test? Add test command in Makefile: ``` test: @echo "test $(minor_tag)" ``` Run commands: ``` make test make test tag=1 make test tag=1.22 make test tag=1.22.4 ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#849