fix(minisatip): align Dockerfile with repo conventions#1458
Merged
Crow-Control merged 2 commits intorenovate/catalinii-minisatip-2.0.xfrom Feb 20, 2026
Merged
fix(minisatip): align Dockerfile with repo conventions#1458Crow-Control merged 2 commits intorenovate/catalinii-minisatip-2.0.xfrom
Crow-Control merged 2 commits intorenovate/catalinii-minisatip-2.0.xfrom
Conversation
1 task
Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix dependency update for catalinii/minisatip to v2.0.72
fix(minisatip): align Dockerfile with repo conventions
Feb 20, 2026
4259ab8
into
renovate/catalinii-minisatip-2.0.x
2 checks passed
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns the minisatip container Dockerfile with this repository’s standard Ubuntu base image tagging and runtime/layout conventions, improving consistency with other app images built from ghcr.io/trueforge-org/ubuntu.
Changes:
- Update base image tag from
24.4to24.4.0(digest unchanged). - Normalize
ENVformatting and set file permissions on copied root files viaCOPY --chmod=0775. - Set
WORKDIR /configso the default working directory matches the expected persistent config location.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Renovate-generated minisatip Dockerfile deviated from established repo conventions in several ways.
Changes
ubuntu:24.4→ubuntu:24.4.0(matches every other app using this base)COPY ./ /→COPY --chmod=0775 . /WORKDIR /configat end of Dockerfile💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.