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: goharbor/acceleration-service
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: goharbor/acceleration-service
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on May 12, 2023

  1. fix: filter platform in set metric SourceImageSize

    When we pull the image, we filte the platform, but the index descriptor will include
    all platforms. In that case, when we need to calculate the SourceImageSize, we will get
    error platform manifests. We can't find blobs locally because we do filter in pull.
    
    Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
    Desiki-high committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b9d2710 View commit details
    Browse the repository at this point in the history
  2. fix: default nydus fs-version should be v6

    Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
    Desiki-high committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8671502 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #134 from Desiki-high/fix-source-platform

    fix: filter platforms when set metric ImageSize
    imeoer authored May 12, 2023
    Configuration menu
    Copy the full SHA
    4264cf2 View commit details
    Browse the repository at this point in the history
Loading