Skip to content

fix(dupligator): pin golang builder via base_images.sh so Renovate tracks it - #89

Merged
indigo423 merged 1 commit into
mainfrom
fix/dupligator-golang-renovate
Jul 6, 2026
Merged

fix(dupligator): pin golang builder via base_images.sh so Renovate tracks it#89
indigo423 merged 1 commit into
mainfrom
fix/dupligator-golang-renovate

Conversation

@indigo423

Copy link
Copy Markdown
Contributor

dupligator/Dockerfile.tpl hardcoded FROM "golang:1.18-alpine3.16"
with literal quotes around the image. Renovate's Dockerfile parser kept
the quote, looked up the package "golang and got no result — the
'Package lookup failures' warning on the Dependency Dashboard (#83).

Move the golang builder pin into base_images.sh, where the existing
customManager already tracks docker pins, and reference it through a
BUILDER_IMAGE variable like every other base image. The generated
Dockerfile is byte-identical, so the build is unchanged.

Closes the golang lookup failure reported in #83.

Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: Ronny Trommer ronny@no42.org

…acks it

dupligator/Dockerfile.tpl hardcoded `FROM "golang:1.18-alpine3.16"`
with literal quotes around the image. Renovate's Dockerfile parser kept
the quote, looked up the package `"golang` and got no result — the
'Package lookup failures' warning on the Dependency Dashboard (#83).

Move the golang builder pin into base_images.sh, where the existing
customManager already tracks docker pins, and reference it through a
BUILDER_IMAGE variable like every other base image. The generated
Dockerfile is byte-identical, so the build is unchanged.

Closes the golang lookup failure reported in #83.

Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: Ronny Trommer <ronny@no42.org>
@indigo423
indigo423 merged commit 2843f68 into main Jul 6, 2026
31 checks passed
@indigo423
indigo423 deleted the fix/dupligator-golang-renovate branch July 6, 2026 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant