- 01 Mar, 2021 3 commits
-
-
Derek McGowan authored
Fix bug in parsing domain from repository reference
-
Derek McGowan authored
Add a basic e2e test for CI
-
Milos Gajdos authored
manifests: Return UNSUPPORTED when deleting manifests by tag
-
- 26 Feb, 2021 1 commit
-
-
Milos Gajdos authored
Added flag for user-configurable cipher suites Thanks, @d-luu for putting the effort into this. Much appreciated!
-
- 25 Feb, 2021 2 commits
-
-
David Luu authored
Configuration of list of cipher suites allows a user to disable use of weak ciphers or continue to support them for legacy usage if they so choose. List of available cipher suites at: https://golang.org/pkg/crypto/tls/#pkg-constants Default cipher suites have been updated to: - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - TLS_AES_128_GCM_SHA256 - TLS_CHACHA20_POLY1305_SHA256 - TLS_AES_256_GCM_SHA384 MinimumTLS has also been updated to include TLS 1.3 as an option and now defaults to TLS 1.2 since 1.0 and 1.1 have been deprecated. Signed-off-by:
David Luu <david@davidluu.info>
-
Wang Yan authored
Bump Golang to `1.15`.
-
- 21 Feb, 2021 2 commits
-
-
olegburov authored
Signed-off-by:
olegburov <oleg.burov@outlook.com>
-
João Pereira authored
Upgrade Logstash hook for Logrus to 1.0.0
-
- 19 Feb, 2021 1 commit
-
-
Chris Patterson authored
Add Codecov badge
-
- 12 Feb, 2021 1 commit
-
-
olegburov authored
Signed-off-by:
olegburov <oleg.burov@outlook.com>
-
- 10 Feb, 2021 1 commit
-
-
Tom Hu authored
Signed-off-by:
Tom Hu <tomhu1096@gmail.com>
-
- 09 Feb, 2021 1 commit
-
-
Wang Yan authored
go.mod: change imports to github.com/distribution/distribution/v3
-
- 08 Feb, 2021 1 commit
-
-
Sebastiaan van Stijn authored
Go 1.13 and up enforce import paths to be versioned if a project contains a go.mod and has released v2 or up. The current v2.x branches (and releases) do not yet have a go.mod, and therefore are still allowed to be imported with a non-versioned import path (go modules add a `+incompatible` annotation in that case). However, now that this project has a `go.mod` file, incompatible import paths will not be accepted by go modules, and attempting to use code from this repository will fail. This patch uses `v3` for the import-paths (not `v2`), because changing import paths itself is a breaking change, which means that the next release should increment the "major" version to comply with SemVer (as go modules dictate). Signed-off-by:
Sebastiaan van Stijn <github@gone.nl>
-
- 06 Feb, 2021 8 commits
-
-
João Pereira authored
Relax filesystem driver folder permissions to 0777
-
João Pereira authored
Update repo normalize error message to include name
-
João Pereira authored
Fix minor spelling mistakes
-
João Pereira authored
scripts: remove unused md2man from dev-tools
-
João Pereira authored
Update README
-
João Pereira authored
Remove apache2-utils from Dockerfile
-
João Pereira authored
Honor contexts passed to registry client methods
-
João Pereira authored
Fix typo for image digest regular expression in spec
-
- 05 Feb, 2021 1 commit
-
-
Patrick Easters authored
Signed-off-by:
Patrick Easters <peasters@redhat.com>
-
- 03 Feb, 2021 7 commits
-
-
João Pereira authored
Upgrade Gorilla Handlers to 1.5.1
-
João Pereira authored
Clarify repo name regex intention
-
Michael Vetter authored
Signed-off-by:
Michael Vetter <jubalh@iodoru.org>
-
Michael Vetter authored
And one more minor typo. Signed-off-by:
Michael Vetter <jubalh@iodoru.org>
-
Michael Vetter authored
Signed-off-by:
Michael Vetter <jubalh@iodoru.org>
-
Milos Gajdos authored
Update README badges
-
Milos Gajdos authored
Propose two maintainers from Mirantis
-
- 02 Feb, 2021 5 commits
-
-
Milos Gajdos authored
Co-authored-by:
Chris Patterson <chrispat@github.com> Signed-off-by:
Milos Gajdos <milosgajdos83@gmail.com>
-
Justin Cormack authored
Mirantis Secure Registry (once Docker Trusted Registry) also uses Distribution as its core code. Propose two maintainers from Mirantis as Distribution maintainers. Signed-off-by:
Justin Cormack <justin@specialbusservice.com>
-
Andrii Soldatenko authored
Signed-off-by:
Andrii Soldatenko <andrii.soldatenko@gmail.com>
-
Milos Gajdos authored
* Build status points to CI action * GoDoc points to pkg.go.dev * License points to License file Signed-off-by:
Milos Gajdos <milosgajdos83@gmail.com>
-
Chris Patterson authored
-
- 01 Feb, 2021 4 commits
-
-
Chris Patterson authored
Signed-off-by:
Chris Patterson <chrispat@github.com>
-
https://github.com/distribution/distributionChris Patterson authored
This reverts commit 1100e30e, reversing changes made to b659eb06 . Signed-off-by:
Chris Patterson <chrispat@github.com>
-
-
Wang Yan authored
Signed-off-by:
Wang Yan <wangyan@vmware.com>
-
- 30 Jan, 2021 1 commit
-
-
João Pereira authored
Update slack channel to CNCF slack
-
- 29 Jan, 2021 1 commit
-
-
Chris Patterson authored
Fixing push workflow
-