Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containers/image
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.34.2
Choose a base ref
...
head repository: containers/image
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.34.3
Choose a head ref
  • 6 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 10, 2025

  1. Merge pull request #2765 from TomSweeneyRedHat/dev/tsweeney/bumptov5.…

    …34.2
    
    [release-5.34] Bump c/storage to v1.57.2, c/image to v5.34.2
    mtrmac authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    0cf7de7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Reorganize tarballReference.NewImageSource a bit

    Move the layerType value closer to the code that
    actually knows the format.
    
    Don't allocate/initialize a sha256 state if we don't
    know we are going to need it.
    
    Should not change behavior.
    
    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    d79d5ff View commit details
    Browse the repository at this point in the history
  2. Use defer to close the decompressed stream

    Should not change behavior.
    
    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    044f4de View commit details
    Browse the repository at this point in the history
  3. Handle non-gzip compression

    Correctly compute the DiffID of non-gzip-compressed layers,
    and if possible, set the layer MIME type correctly.
    
    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    3b3e6d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Merge pull request #2807 from mtrmac/tarball-compression-5.34

    [5.34] Correctly compute DiffID, and try to set the correct MIME type, for non-gzip input to `tarball:`
    Luap99 authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    6b6fd18 View commit details
    Browse the repository at this point in the history
  2. [release-5.34] Bump c/image to v5.34.3

    As the title says.  This will start the SIC dance to
    eventually solve: https://issues.redhat.com/browse/RHEL-85218 and
    https://issues.redhat.com/browse/RHEL-85218 up in Podman for the RHEL
    9.6/10.0 ZeroDay.
    
    Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
    TomSweeneyRedHat committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    0851c2a View commit details
    Browse the repository at this point in the history
Loading