Skip to content
Snippets Groups Projects
Commit 4f62bffb authored by Rhys Arkins's avatar Rhys Arkins
Browse files

feat(Dockerfile): set binarySource=global for full image (#32272)

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.
parent c8cb839e
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ FROM ghcr.io/renovatebot/base-image:7.41.2@sha256:b104d2a8ae0072f205f29b972769e4 ...@@ -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 FROM ghcr.io/renovatebot/base-image:7.41.2-full@sha256:3365becc7d7b50b210f793e58e4e871ead00976280f3451fd97230417c02f423 AS full-base
ENV RENOVATE_BINARY_SOURCE=global
# -------------------------------------- # --------------------------------------
# build image # build image
# -------------------------------------- # --------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment