From af3951dd405fa852c1b972b2f2ce2675f53a03df Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 8 Mar 2016 15:56:16 +0100 Subject: [PATCH] distribution: registry: do not access the errors slice if it's empty Signed-off-by: Antonio Murdaca (cherry picked from commit 0186f4d4223a094a050d06f456355da3ae431468) Upstream-commit: 1f4e87f6384cf8a7c956cdb3f4bb37b0bf4a7095 Component: engine --- components/engine/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index 90be7d68d8..6fa61646fe 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -16,7 +16,8 @@ be found. ### Distribution -- Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel [#20831](https://github.com/docker/docker/pull/20831) +- Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel [#20831](https://github.com/docker/docker/pull/20831) +- Fix a panic when pushing images to a registry which uses a misconfigured token service [#21030](https://github.com/docker/docker/pull/21030) ### Plugin system