Skip to content

Commit

Permalink
feat(deps)!: update ghcr.io/renovatebot/base-image docker tag to v9 (#…
Browse files Browse the repository at this point in the history
…32240)

Update Renovate base-image from v7 to v9. Includes the following potentially breaking changes for -full image:
 - Update Ubuntu base image to 24.04
 - Update dependency python to v3.13.0
 - Update dependency node to v22
Additionally, some changes to internal paths were made (only affects users who install things themselves or rely on static locations of binaries).

BREAKING CHANGE: The Renovate full image now uses Ubuntu 24.04, Python 3.13 and Node v22
  • Loading branch information
renovate[bot] authored and rarkins committed Nov 4, 2024
1 parent b0bc3e8 commit 2d9cd61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.41.2@sha256:b104d2a8ae0072f205f29b972769e4c1a00d9957073b628b57c734e4f7376027 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.2.0@sha256:52c241a927ca9f2e339e8d74c860f410c2f182a19819fb2050f89c91a905d99f AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.41.2-full@sha256:3365becc7d7b50b210f793e58e4e871ead00976280f3451fd97230417c02f423 AS full-base
FROM ghcr.io/renovatebot/base-image:9.2.0-full@sha256:898a5898727ef6ecbe3d57c6dcf9917b13af91abc11f70e6c9926c7ebf1b0311 AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.41.2@sha256:b104d2a8ae0072f205f29b972769e4c1a00d9957073b628b57c734e4f7376027 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.2.0@sha256:52c241a927ca9f2e339e8d74c860f410c2f182a19819fb2050f89c91a905d99f AS build

# We want a specific node version here
# renovate: datasource=node-version
Expand Down

0 comments on commit 2d9cd61

Please sign in to comment.