Skip to content

Update docker.io/almalinux Docker tag to v9.8#197

Open
renovate-bot wants to merge 1 commit into
tier940:mainfrom
renovate-bot:renovate/docker.io-almalinux-9.x
Open

Update docker.io/almalinux Docker tag to v9.8#197
renovate-bot wants to merge 1 commit into
tier940:mainfrom
renovate-bot:renovate/docker.io-almalinux-9.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
docker.io/almalinux final minor 9.69.8

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 this update again.


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

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

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the AlmaLinux base image version from 9.6 to 9.7. The review feedback suggests removing the --platform=$BUILDPLATFORM flag from the FROM instruction to ensure the image is built for the target architecture rather than the build host's architecture, preventing potential performance issues or mismatches.

Comment thread ansible/almalinux/Dockerfile Outdated
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/almalinux:9.6
FROM --platform=$BUILDPLATFORM docker.io/almalinux:9.7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Using --platform=$BUILDPLATFORM in the FROM instruction of the final (and only) stage forces the image to be built for the architecture of the build host (e.g., the CI runner) rather than the target architecture. This can lead to architecture mismatches or performance issues due to emulation when the image is run on a different platform. Unless this image is specifically intended to be a toolset for the build host, it is recommended to remove this flag to allow the image to match the requested target architecture.

FROM docker.io/almalinux:9.7

@renovate-bot renovate-bot changed the title Update docker.io/almalinux Docker tag to v9.7 Update docker.io/almalinux Docker tag to v9.8 May 27, 2026
@renovate-bot
renovate-bot force-pushed the renovate/docker.io-almalinux-9.x branch from b01bd46 to d172b23 Compare May 27, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant