Skip to content

Update Debain base images #12697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Debain base images #12697

wants to merge 1 commit into from

Conversation

bayandin
Copy link
Member

@bayandin bayandin commented Jul 23, 2025

Problem

We haven't updated the base images for some time

Summary of changes

$ docker buildx imagetools inspect --raw debian:bullseye-slim | openssl dgst -sha256
SHA2-256(stdin)= c2c58af6e3ceeb3ed40adba85d24cfa62b7432091597ada9b76b56a51b62f4c6
$ docker buildx imagetools inspect --raw debian:bookworm-slim | openssl dgst -sha256
SHA2-256(stdin)= 2424c1850714a4d94666ec928e24d86de958646737b1d113f5b2207be44d37d8

Copy link

github-actions bot commented Jul 23, 2025

9042 tests run: 8392 passed, 0 failed, 650 skipped (full report)


Code coverage* (full report)

  • functions: 34.8% (8806 of 25324 functions)
  • lines: 45.8% (71342 of 155636 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
c8f8d33 at 2025-07-26T17:39:31.772Z :recycle:

@bayandin bayandin force-pushed the bayandin/update-base-images branch from 77fee3d to 8eff916 Compare July 24, 2025 10:59
@bayandin bayandin force-pushed the bayandin/update-base-images branch from 8eff916 to c8f8d33 Compare July 26, 2025 15:54
@bayandin bayandin marked this pull request as ready for review July 26, 2025 16:02
@bayandin bayandin requested a review from a team as a code owner July 26, 2025 16:02
@bayandin bayandin requested review from MMeent and thesuhas July 26, 2025 16:02
@MMeent
Copy link
Contributor

MMeent commented Jul 28, 2025

It's been a while since you opened the PR, but unless I'm using the available information incorrectly the hashes don't seem to match the latest versions of the Debian images, or your docker hashes a different plaintext:

E.g. debian bullseye-slim:

{
    "manifests": [{
        "annotations": {
            "io.containerd.image.name": "amd64/debian:bullseye-slim",
            "org.opencontainers.image.ref.name": "amd64/debian:bullseye-slim"
        },
        "data": "[...]",
        "digest": "sha256:2f5b582d95bd5af8b8563956bbd8201e59b9bce14927edd635ba1ed5902fbfb0",
        "mediaType": "application/vnd.oci.image.manifest.v1+json",
        "platform": {
            "architecture": "amd64",
            "os": "linux"
        },
        "size": 1021
    }],
    "mediaType": "application/vnd.oci.image.index.v1+json",
    "schemaVersion": 2
}

Note its digest sha256:2f5b582d95bd5af8b8563956bbd8201e59b9bce14927edd635ba1ed5902fbfb0.

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.

2 participants