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: google/go-containerregistry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b12f56
Choose a base ref
...
head repository: google/go-containerregistry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dbecb1d
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 10, 2023

  1. Make 403 non-fatal for manifest existence checks (#1691)

    Pusher currently HEADs manifests to see if they already exist in the
    destination repository. Unfortunately, Artifactory will return a 403 for
    non-existent tags if you are using virtual repositories and do not have
    access to one of the repositories backing the virtual repository. This
    is almost certainly an issue with Artifactory, but it seems like this
    was first reported in 2017, so this behavior may never change.
    jonjohnsonjr authored May 10, 2023
    Configuration menu
    Copy the full SHA
    a927d7c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Do not reuse pushers for pullers (#1701)

    This causes issues with broken registry implementations that 403 if you
    have requested push scopes even for pull operations.
    jonjohnsonjr authored May 16, 2023
    Configuration menu
    Copy the full SHA
    dbecb1d View commit details
    Browse the repository at this point in the history
Loading