Skip to content

Commit

Permalink
feat(Dockerfile): set binarySource=global for full image (#32272)
Browse files Browse the repository at this point in the history
Sets RENOVATE_BINARY_SOURCE=global in Renovate official "-full" images.

Closes #32136

BREAKING CHANGE: Renovate -full images will now use binarySource=global. Set RENOVATE_BINARY_SOURCE=install to revert to dynamic tool installation.
  • Loading branch information
rarkins committed Nov 4, 2024
1 parent c8cb839 commit 4f62bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ FROM ghcr.io/renovatebot/base-image:7.41.2@sha256:b104d2a8ae0072f205f29b972769e4
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.41.2-full@sha256:3365becc7d7b50b210f793e58e4e871ead00976280f3451fd97230417c02f423 AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
Expand Down

0 comments on commit 4f62bff

Please sign in to comment.