This repository was archived by the owner on Apr 19, 2024. It is now read-only.
forked from distribution/distribution
-
Notifications
You must be signed in to change notification settings - Fork 1
Merge upstream conflicts #11
Open
10d9e
wants to merge
1,108
commits into
application-research:main
Choose a base branch
from
distribution:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Pratik <pratikgparikh@gmail.com>
Signed-off-by: Flavian Missi <fmissi@redhat.com>
when a directory is empty, the s3 api lists it with a trailing slash. this causes the path to be appended twice to the walkInfo slice, causing purge uploads path transformations to panic when the `_uploads` is emtpy. this adds a check for file paths ending on slash, and do not append those as regular files to the walkInfo slice. fixes #4358 Signed-off-by: Flavian Missi <fmissi@redhat.com>
It would appear that requesting Go 1.21 in the build matrix has no effect whatsoever on what go toolchain is actually used to build the project. Specifying 1.22.0 in the go.mod go directive forces the 1.22 toolchain to be used for building Go source files, ignoring whatever Go version we set in the GHA CI matrix. Luckily we can enforce the right setting by setting GOTOOLCHAIN=local which forces Go to use the locally available toolchain instead of downloading the one requested by go.mod. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This updates references to the registry image tag from `:2` to `:3`. Fixes #4356 Signed-off-by: Benjamin Schanzel <benjamin.schanzel@bmw.de>
In preparation to the next release we're going to bump some deps such as various cloud SDKs we can test i.e. AWS, Google Cloud, etc. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Also bump the golangci version Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
… size Some S3 compatible object storage systems like R2 require that all multipart chunks are the same size. This was mostly true before, except the final chunk was larger than the requested chunk size which causes uploads to fail. In addition, the two byte slices have been replaced with a single *bytes.Buffer and the surrounding code simplified significantly. Fixes: #3873 Signed-off-by: Thomas Way <thomas@6f.io>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Add a timeout to the lint: By default it is set to 1m Remove ARGs where not needed. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
We want to be consistent in our deps so tracking down issue does not end up in a murder mystery hunt. This commit picks a specific otel versions that are unified in this codebase. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
* Created a changelog file * Updated mailmap * Updated version Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Signed-off-by: krynju <krystian.gulinski@juliahub.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Barbu <git.zqk3n@vicb.cc>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Also add a well-formatted comment (for outputing in `docker build --call=outline .`);
docker build -q --call=outline .
BUILD ARG VALUE DESCRIPTION
GO_VERSION 1.23.7
ALPINE_VERSION 3.21
XX_VERSION 1.9.0 version of the tonistiigi/xx utility to use.
PKG github.com/distribution/distribution/v3
LDFLAGS -s -w
BUILDTAGS
full diff: tonistiigi/xx@v1.6.1...v1.9.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
go1.23 is EOL since August 2025 (when go1.25 was released), and (indirect) dependencies start to require it. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: sirupsen/logrus@v1.9.3...v1.9.4 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: https://cs.opensource.google/go/x/sys/+/refs/tags/v0.31.0...refs/tags/v0.41.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: https://cs.opensource.google/go/x/text/+/refs/tags/v0.23.0...refs/tags/v0.34.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.36.0...refs/tags/v0.48.0 full diff: https://cs.opensource.google/go/x/net/+/refs/tags/v0.38.0...refs/tags/v0.50.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: https://cs.opensource.google/go/x/time/+/refs/tags/v0.6.0...refs/tags/v0.14.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: https://cs.opensource.google/go/x/oauth2/+/refs/tags/v0.28.0...refs/tags/v0.35.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
Co-authored-by: Sebastiaan van Stijn <github@gone.nl> Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: docker/docker-credential-helpers@v0.8.2...v0.9.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Automated fixing, using Go's "modernize" tool;
go install golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize@latest
modernize -fix ./...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: opencontainers/image-spec@v1.1.0...v1.1.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: klauspost/compress@v1.17.11...v1.18.4 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- adds go.mod - DefaultFormatter now uses RFC3339Nano as default full diff: bshuster-repo/logrus-logstash-hook@v1.0.0...v1.1.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: - spf13/cobra@v1.8.0...v1.10.2 - spf13/pflag@v1.0.5...v1.0.10 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
No longer has dependencies full diff: go-jose/go-jose@v4.0.5...v4.1.3 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: docker/go-events@e31b211...6053543 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.