[PR #1550] [MERGED] Add minor version tags to Docker build commands in Makefile #1120

Closed
opened 2025-11-13 12:18:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1550
Author: @Shamilius
Created: 9/27/2025
Status: Merged
Merged: 9/28/2025
Merged by: @oschwartz10612

Base: devHead: add-minor-image-tags


📝 Commits (2)

  • 4eff52a Add minor version tags to Docker build commands in Makefile
  • a06e8c8 Add major version tags to Docker build commands in Makefile

📊 Changes

1 file changed (+18 additions, -4 deletions)

View changed files

📝 Makefile (+18 -4)

📄 Description

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1550 **Author:** [@Shamilius](https://github.com/Shamilius) **Created:** 9/27/2025 **Status:** ✅ Merged **Merged:** 9/28/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `add-minor-image-tags` --- ### 📝 Commits (2) - [`4eff52a`](https://github.com/fosrl/pangolin/commit/4eff52ab62229eea5ef8ddfadc2a79819f7a3051) Add minor version tags to Docker build commands in Makefile - [`a06e8c8`](https://github.com/fosrl/pangolin/commit/a06e8c8f83b4f0f9053dffa022fb3d52827f1432) Add major version tags to Docker build commands in Makefile ### 📊 Changes **1 file changed** (+18 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+18 -4) </details> ### 📄 Description ## 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 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-13 12:18:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1120