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.11.1
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.12.0
Choose a head ref
  • 13 commits
  • 9 files changed
  • 6 contributors

Commits on Apr 20, 2021

  1. bump to v5.11.2-dev

    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e9dc5a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1206 from vrothberg/bump

    Bump to v5.11.1
    baude authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    3dd8565 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Cirrus: Improve test synchronization with c/skopeo

    The `test_skopeo_task` must be substantially duplicated between this
    repository and containers/skopeo.  Make this easier to maintain by
    implementing a runner script to contain any/all differences.  This
    allows the `test_skopeo_task` definition to remain 100%
    identical across the two repositories.
    
    Signed-off-by: Chris Evich <cevich@redhat.com>
    cevich committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8363e0d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Bump github.com/containers/storage from 1.29.0 to 1.30.0

    Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.29.0 to 1.30.0.
    - [Release notes](https://github.com/containers/storage/releases)
    - [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
    - [Commits](containers/storage@v1.29.0...v1.30.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    bb31623 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Merge pull request #1207 from containers/dependabot/go_modules/github…

    ….com/containers/storage-1.30.0
    
    Bump github.com/containers/storage from 1.29.0 to 1.30.0
    rhatdan authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    201b981 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1202 from cevich/mirror_skopeo_changes

    Cirrus: Improve test synchronization with c/skopeo
    rhatdan authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    d319da1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Skip pulling layers reusable from additional layer store

    This commit adds support for "Additional Layer Store".
    
    Pull is one of the time-consuming steps in the container lifecycle. Additional
    Layer Store enables runtimes (e.g. Podman, CRI-O, etc) to startup containers
    using layers stored in a specified directory, instead of pulling them from the
    registry.
    
    One of the expected use cases of this feature is "lazy pulling". This enables
    the runtimes to startup containers without waiting for the entire image contents
    to be locally available, but necessary chunks of the contents are fetched
    on-demand (lazily).
    
    There are several image formats and filesystems to enable lazy pulling in the
    community. They includes stargz/eStargz, zstd:chunked, CVMFS, etc. Additional
    Layer Store makes it easy to integrate with these filesystems for performing
    lazy pulling.
    
    Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
    ktock committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    341204f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1109 from ktock/additional-layer-store

    Support additional layer store (patch for containers/image)
    vrothberg authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    4be5dd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Bump github.com/containers/storage from 1.30.0 to 1.30.1

    Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.30.0 to 1.30.1.
    - [Release notes](https://github.com/containers/storage/releases)
    - [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
    - [Commits](containers/storage@v1.30.0...v1.30.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    40725c9 View commit details
    Browse the repository at this point in the history
  2. Update F34beta -> F34 and U2010 -> U2104

    Signed-off-by: Chris Evich <cevich@redhat.com>
    cevich committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    b8c5e76 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1217 from containers/dependabot/go_modules/github…

    ….com/containers/storage-1.30.1
    
    Bump github.com/containers/storage from 1.30.0 to 1.30.1
    rhatdan authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    be9e370 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1218 from cevich/update_f34

    Update F34beta -> F34 and U2010 -> U2104
    rhatdan authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ccb87a8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. v5.12.0

    * Update F34beta -> F34 and U2010 -> U2104
    * Bump github.com/containers/storage from 1.30.0 to 1.30.1
    * Skip pulling layers reusable from additional layer store
    * Bump github.com/containers/storage from 1.29.0 to 1.30.0
    * Cirrus: Improve test synchronization with c/skopeo
    
    Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
    vrothberg committed May 4, 2021
    Configuration menu
    Copy the full SHA
    a64bf5a View commit details
    Browse the repository at this point in the history
Loading