- 09 Jun, 2021 1 commit
-
-
michaelguarino authored
-
- 14 Apr, 2021 2 commits
-
-
michaelguarino authored
-
michaeljguarino authored
-
- 12 Apr, 2021 1 commit
-
-
Milos Gajdos authored
close the io.ReadCloser from storage driver
-
- 30 Mar, 2021 1 commit
-
-
Wang Yan authored
Add docker image release workflow
-
- 29 Mar, 2021 2 commits
-
-
Milos Gajdos authored
Add CodeQL Security Scanning
-
Chris Aniszczyk authored
Signed-off-by:
Chris Aniszczyk <caniszczyk@gmail.com>
-
- 25 Mar, 2021 1 commit
-
-
Milos Gajdos authored
Signed-off-by:
Milos Gajdos <milosgajdos83@gmail.com>
-
- 24 Mar, 2021 2 commits
-
-
sangluo authored
Signed-off-by:
sangluo <sangluo@pinduoduo.com>
-
Wang Yan authored
fix: disable DisableHTMLEscape on logrus json logging
-
- 23 Mar, 2021 3 commits
-
-
Milos Gajdos authored
Signed-off-by:
Milos Gajdos <milosgajdos83@gmail.com>
-
Wang Yan authored
fix CI dependency error
-
Wang Yan authored
Fix the failure reported by git action Package python-minimal is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python2-minimal E: Package 'python-minimal' has no installation candidate Signed-off-by:
Wang Yan <wangyan@vmware.com>
-
- 16 Mar, 2021 1 commit
-
-
Derek McGowan authored
Add code to handle pagination of parts. Fixes max layer size of 10GB bug
-
- 04 Mar, 2021 1 commit
-
-
Wang Yan authored
docs/spec/manifest-v2-2.md: fix ARM variant
-
- 02 Mar, 2021 3 commits
-
-
Milos Gajdos authored
log: Include configured fields in all logs
-
Milos Gajdos authored
Populate the platform information when calling the References() method of manifest list
-
Wenkai Yin authored
Populate the platform information when calling the References() method of manifest list Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
- 01 Mar, 2021 4 commits
-
-
Adam Wolfe Gordon authored
It's possible to configure log fields in the configuration file, and we would like these fields to be included in all logs. Previously these fields were included only in logs produced using the main routine's context, meaning that any logs from a request handler were missing the fields since those use a context based on the HTTP request's context. Add a configurable default logger to the `context` package, and set it when configuring logging at startup time. Signed-off-by:
Adam Wolfe Gordon <awg@digitalocean.com>
-
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 3 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>
-
Akihiro Suda authored
The correct `vairant` string for ARM v6 is "v6", not "armv6l". There is no known implementation that actually uses "armv6l". See the discussion in opencontainers/image-spec PR 817 Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
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
-
- 15 Feb, 2021 1 commit
-
-
Don Bowman authored
Fixes #3363 Without this, we emit illegal json logs, the user-agent ends up as: ``` "http.request.useragent": "docker/19.03.4 go/go1.12.10 git-commit/9013bf583a kernel/5.10.10-051010-generic os/linux arch/amd64 UpstreamClient(Docker-Client/19.03.4 \(linux\))" ``` which is not valid according to [spec](https://www.json.org/json-en.html ) specifically, string: "<any codepoint except " or \ or control>*" Signed-off-by:
Don Bowman <don@agilicus.com>
-
- 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 6 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
-