Skip to content

AB#115332 Upgrade to Debian 13#209

Merged
buckett merged 1 commit intomasterfrom
AB#115332
Mar 27, 2026
Merged

AB#115332 Upgrade to Debian 13#209
buckett merged 1 commit intomasterfrom
AB#115332

Conversation

@buckett
Copy link
Copy Markdown
Member

@buckett buckett commented Mar 26, 2026

This also pulls in a newer jib version.

This also pulls in a newer jib version.
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Upgrades the container build configuration to use Debian 13 distroless and updates the Jib Maven plugin version to a newer release.

Changes:

  • Bump jib-maven-plugin from 3.4.6 to 3.5.1.
  • Switch Jib base image from gcr.io/distroless/java21-debian12 to gcr.io/distroless/java21-debian13.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

</pluginExtensions>
<from>
<image>gcr.io/distroless/java21-debian12</image>
<image>gcr.io/distroless/java21-debian13</image>
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

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

The base image is referenced by a floating tag (gcr.io/distroless/java21-debian13), which makes builds non-reproducible and can increase supply-chain risk if the tag is repointed. Consider pinning the base image by digest (optionally alongside the tag) so rebuilds always use the intended image content.

Suggested change
<image>gcr.io/distroless/java21-debian13</image>
<image>gcr.io/distroless/java21-debian13@sha256:0000000000000000000000000000000000000000000000000000000000000000</image>

Copilot uses AI. Check for mistakes.
@buckett buckett merged commit 273a9f8 into master Mar 27, 2026
7 checks passed
@buckett buckett deleted the AB#115332 branch March 27, 2026 09:15
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.

3 participants