Problem
Pangolin/Gerbil/Newt Docker images missing OCI source labels prevent automated dependency tracking tools (Dependabot/renovate) from linking releases/changelogs.
Even for personal use, having full control over lifecycle management is important—especially for a product with rapidly evolving release cycles and a high security posture. This would also be highly beneficial for Enterprise Edition (EE) adoption, as teams could receive automated pull or merge requests with clear guidance based on upstream changelogs.
Current Behavior
No org.opencontainers.image.source label in Dockerfiles.
Desired Behavior
Add OCI labels to all images (Pangolin, Gerbil, Newt).
Proposed Label (recommended full set (best practcve)
Originally created by @RobertWi on GitHub (Dec 25, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2170
### Describe the Bug
**Problem**
Pangolin/Gerbil/Newt Docker images missing OCI source labels prevent automated dependency tracking tools (Dependabot/renovate) from linking releases/changelogs.
Even for personal use, having full control over lifecycle management is important—especially for a product with rapidly evolving release cycles and a high security posture. This would also be highly beneficial for Enterprise Edition (EE) adoption, as teams could receive automated pull or merge requests with clear guidance based on upstream changelogs.
**Current Behavior**
- No org.opencontainers.image.source label in Dockerfiles.
**Desired Behavior**
- Add OCI labels to all images (Pangolin, Gerbil, Newt).
Proposed Label (recommended full set (best practcve)
```
LABEL \
org.opencontainers.image.source="https://github.com/fosrl/pangolin" \
org.opencontainers.image.title="Pangolin" \
org.opencontainers.image.description="Pangolin EE application" \
org.opencontainers.image.licenses="your license"
```
### Environment
- OS Type & Version: (e.g., Ubuntu 24.04)
- Pangolin version: ee-postgresql-1.14.1
- Gerbil version: gerbil:1.3.0
- Traefik version: 3.6.5
- Newt version: 1.8.0
@github-actions[bot] commented on GitHub (Jan 9, 2026):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
<!-- gh-comment-id:3726527613 -->
@github-actions[bot] commented on GitHub (Jan 9, 2026):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @RobertWi on GitHub (Dec 25, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2170
Describe the Bug
Problem
Pangolin/Gerbil/Newt Docker images missing OCI source labels prevent automated dependency tracking tools (Dependabot/renovate) from linking releases/changelogs.
Even for personal use, having full control over lifecycle management is important—especially for a product with rapidly evolving release cycles and a high security posture. This would also be highly beneficial for Enterprise Edition (EE) adoption, as teams could receive automated pull or merge requests with clear guidance based on upstream changelogs.
Current Behavior
Desired Behavior
Proposed Label (recommended full set (best practcve)
Environment
@github-actions[bot] commented on GitHub (Jan 9, 2026):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.