- 29 Jan, 2021 3 commits
-
-
Chris Patterson authored
Signed-off-by:
Chris Patterson <chrispat@github.com>
-
Chris Patterson authored
Adding first draft of CI on GitHub Actions
-
Chris Patterson authored
Signed-off-by:
Chris Patterson <chrispat@github.com>
-
- 28 Jan, 2021 1 commit
-
-
Justin Cormack authored
Adding Steve Lasker as a maintainer
-
- 27 Jan, 2021 1 commit
-
-
Steve Lasker authored
Per distribution call, adding Steve Lasker as a maintainer to help with OCI and Notary collaboration. Signed-off-by:
Steve Lasker <stevenlasker@hotmail.com>
-
- 26 Jan, 2021 4 commits
-
-
Justin Cormack authored
Replace Arko with Milos as a maintainer
-
Justin Cormack authored
Thanks for all the work Arko, and welcome Milos! Signed-off-by:
Justin Cormack <justin@specialbusservice.com>
-
Justin Cormack authored
Update roadmap
-
Justin Cormack authored
Most of the roadmap was written in 2015 and switching from the older registry... Remove reference to Docker prior to CNCF donation. Add code of conduct file, already in Governance file. Signed-off-by:
Justin Cormack <justin@specialbusservice.com>
-
- 18 Dec, 2020 3 commits
-
-
Arko Dasgupta authored
Dummy workflow to enable GitHub Actions
-
CrazyMax authored
Signed-off-by:
CrazyMax <crazy-max@users.noreply.github.com>
-
Arko Dasgupta authored
Ignore self reference object on empty prefix
-
- 14 Dec, 2020 1 commit
-
-
Arko Dasgupta authored
Add Adopters
-
- 09 Dec, 2020 2 commits
-
-
Justin Cormack authored
Signed-off-by:
Justin Cormack <justin@specialbusservice.com>
-
Justin Cormack authored
Add new maintainers
-
- 07 Dec, 2020 1 commit
-
-
Justin Cormack authored
Maintainers from Docker, GitHub, GitLab, Digital Ocean, Harbor. Signed-off-by:
Justin Cormack <justin.cormack@docker.com>
-
- 30 Nov, 2020 1 commit
-
-
Ricardo Maraschini authored
When a given prefix is empty and we attempt to list its content AWS returns that the prefix contains one object with key defined as the prefix with an extra "/" at the end. e.g. If we call ListObjects() passing to it an existing but empty prefix, say "my/empty/prefix", AWS will return that "my/empty/prefix/" is an object inside "my/empty/prefix" (ListObjectsOutput.Contents). This extra "/" causes the upload purging process to panic. On normal circunstances we never find empty prefixes on S3 but users may touch it. Signed-off-by:
Ricardo Maraschini <rmarasch@redhat.com>
-
- 14 Nov, 2020 1 commit
-
-
Arko Dasgupta authored
#3288 Remove empty Content-Type header
-
- 05 Nov, 2020 2 commits
-
-
Arko Dasgupta authored
Upgrade Gorilla Mux to `1.8.0`.
-
Arko Dasgupta authored
Upgrade Redigo to `1.8.2`.
-
- 03 Nov, 2020 1 commit
-
-
Smasherr authored
Fixes #3288 Signed-off-by:
Smasherr <soundcracker@gmail.com>
-
- 29 Oct, 2020 1 commit
-
-
Arko Dasgupta authored
Reopen PR #2973 (Support ECS TaskRole in S3 storage driver).
-
- 03 Sep, 2020 1 commit
-
-
olegburov authored
Signed-off-by:
olegburov <oleg.burov@outlook.com>
-
- 01 Sep, 2020 1 commit
-
-
olegburov authored
Signed-off-by:
olegburov <oleg.burov@outlook.com>
-
- 31 Aug, 2020 1 commit
-
-
olegburov authored
Signed-off-by:
olegburov <oleg.burov@outlook.com>
-
- 26 Aug, 2020 1 commit
-
-
Manish Tomar authored
Support ECS TaskRole in S3 storage driver
-
- 24 Aug, 2020 4 commits
-
-
Manish Tomar authored
Merge pull request #3224 from AndreasHassing/fix/bad-pointer-windows-EnableVirtualTerminalProcessing Update logrus to v1.6.0, fixes #3223
-
Manish Tomar authored
vendor: opencontainers/go-digest v1.0.0
-
Sebastiaan van Stijn authored
full diff: https://github.com/opencontainers/go-digest/compare/v1.0.0-rc1...v1.0.0 Signed-off-by:
Sebastiaan van Stijn <github@gone.nl>
-
Andreas Hassing authored
Fixes #3223 by bumping logrus to v1.6.0, which in turn bumps github.com/konsorten/go-windows-terminal-sequences to v1.0.3 wherein the fix to bad pointer is found. Signed-off-by:
Andreas Hassing <andreas@famhassing.dk>
-
- 21 Aug, 2020 2 commits
-
-
Manish Tomar authored
Bump AWS SDK to v1.34.9
-
Yong Wen Chua authored
Fixes https://github.com/docker/distribution/issues/3097 Signed-off-by:
Yong Wen Chua <lawliet89@users.noreply.github.com>
-
- 08 Aug, 2020 1 commit
-
-
Derek McGowan authored
catalog: List repositories with no unique layers
-
- 04 Aug, 2020 1 commit
-
-
Adam Wolfe Gordon authored
A repository need not contain any unique layers, if its images use only layers mounted from other repositories. But, the catalog endpoint was looking for the _layers directory to indicate that a directory was a repository. Use the _manifests directory as the marker instead, since any repository with revisions will contain a _manifests directory. Signed-off-by:
Adam Wolfe Gordon <awg@digitalocean.com>
-
- 30 Jul, 2020 1 commit
-
-
Manish Tomar authored
Add s390x support for travis
-
- 22 Jul, 2020 2 commits
-
-
Derek McGowan authored
clean up code because err is always nil
-
zhipengzuo authored
Signed-off-by:
zhipengzuo <zuozhipeng@baidu.com>
-
- 08 Jul, 2020 2 commits
-
-
Derek McGowan authored
docs: add redirect for old URL
-
Sebastiaan van Stijn authored
Looks like there's some projects refering to this old URL: https://grep.app/search?q=https%3A//docs.docker.com/reference/api/registry_api/ Signed-off-by:
Sebastiaan van Stijn <github@gone.nl>
-
- 01 Jul, 2020 1 commit
-
-
Andrew Bulford authored
Instead of constructing the list of credential providers manually, if we use the default list we can take advantage of the AWS SDK checking the environment and returning either the EC2RoleProvider or the generic HTTP credentials provider, configured to use the ECS credentials endpoint. Also, use the `defaults.Config()` function instead of `aws.NewConfig()`, as this results in an initialised HTTP client which prevents a fatal error when retrieving credentials from the ECS credentials endpoint. Fixes #2960 Signed-off-by:
Andrew Bulford <andrew.bulford@redmatter.com>
-