Skip to content

chore(deps): update docker-base-images to v10#765

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-docker-base-images
Open

chore(deps): update docker-base-images to v10#765
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-docker-base-images

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
quay.io/devfile/base-developer-image final major ubi9-latestubi10-latest
quay.io/devfile/base-developer-image stage major ubi9-latestubi10-latest

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "before 5am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 8, 2026
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ce9d0427-d882-4725-9cc3-6f10a85706f5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/major-docker-base-images

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment thread python/Dockerfile Outdated
FROM --platform=$BUILDPLATFORM ghcr.io/astral-sh/uv:0.11.19 AS uv

FROM --platform=$BUILDPLATFORM fedora:43 AS builder
FROM --platform=$BUILDPLATFORM fedora:45@sha256:0c1f63ed8fb818fad16cf6ae091598c410a21d2e1a9adf183beb93189299bfba AS builder

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is fedora 45 even released?

Comment thread python/Dockerfile Outdated
COPY --from=uv /uv /uvx /bin/

FROM fedora:43 AS product
FROM fedora:45@sha256:0c1f63ed8fb818fad16cf6ae091598c410a21d2e1a9adf183beb93189299bfba AS product

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should stick to fedora 44, 45 is not released. Perhaps we can consider migrating to ubi10 at some point but some of the packages will be missing most probably.

Comment thread python/Dockerfile.utils
FROM fedora:45@sha256:0c1f63ed8fb818fad16cf6ae091598c410a21d2e1a9adf183beb93189299bfba
RUN dnf install -y kubernetes-client easy-rsa trurl && \
dnf clean all && \
rm -rf /var/cache/dnf

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fedora 44?

@renovate renovate Bot changed the title chore(deps): update docker-base-images (major) chore(deps): update docker-base-images to v10 Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/major-docker-base-images branch from ea96462 to 7be5190 Compare June 8, 2026 17:46
@raballew raballew enabled auto-merge (squash) June 8, 2026 17:52

@raballew raballew left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to review if pinning digests invalidates image if tag gets moved

@renovate renovate Bot changed the title chore(deps): update docker-base-images to v10 chore(deps): update docker-base-images (major) Jun 9, 2026
@renovate renovate Bot force-pushed the renovate/major-docker-base-images branch 3 times, most recently from b725751 to 27329b6 Compare June 11, 2026 08:28
@renovate renovate Bot changed the title chore(deps): update docker-base-images (major) chore(deps): update docker-base-images to v10 Jun 16, 2026
@renovate renovate Bot force-pushed the renovate/major-docker-base-images branch from 27329b6 to e247727 Compare June 16, 2026 11:30
@renovate renovate Bot force-pushed the renovate/major-docker-base-images branch from e247727 to d7bee96 Compare June 16, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants