chore(deps): update docker-base-images to v10#765
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
| 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 --from=uv /uv /uvx /bin/ | ||
|
|
||
| FROM fedora:43 AS product | ||
| FROM fedora:45@sha256:0c1f63ed8fb818fad16cf6ae091598c410a21d2e1a9adf183beb93189299bfba AS product |
There was a problem hiding this comment.
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.
| FROM fedora:45@sha256:0c1f63ed8fb818fad16cf6ae091598c410a21d2e1a9adf183beb93189299bfba | ||
| RUN dnf install -y kubernetes-client easy-rsa trurl && \ | ||
| dnf clean all && \ | ||
| rm -rf /var/cache/dnf |
ea96462 to
7be5190
Compare
raballew
left a comment
There was a problem hiding this comment.
need to review if pinning digests invalidates image if tag gets moved
b725751 to
27329b6
Compare
27329b6 to
e247727
Compare
e247727 to
d7bee96
Compare
This PR contains the following updates:
ubi9-latest→ubi10-latestubi9-latest→ubi10-latestConfiguration
📅 Schedule: (in timezone Etc/UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.