From 18722d5e9823f435757343da987bb7eab6b44026 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Jan 2018 11:40:22 -0800 Subject: [PATCH] distribution: Drop "Related GitHub Issues" section These were added based on Stephen's recommendation [1]. But the new distribution-API maintainers can port those pull-requests over after the project is formed. Or the docker/distribution maintainers can land them before the new project is formed. Either way, there's no need to involve the TOB at this level of detail. [1]: https://github.com/opencontainers/tob/pull/35#issuecomment-359854860 Signed-off-by: W. Trevor King --- proposals/distribution.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/proposals/distribution.md b/proposals/distribution.md index 1dcdccb..9bc76f3 100644 --- a/proposals/distribution.md +++ b/proposals/distribution.md @@ -59,8 +59,3 @@ The API spec is currently considered v2 and we will start the specification at v * Does this include the code of the docker-registry? * No. This is an API specification discussion. - -## Related GitHub Issues - -* Simplifies tag listing: docker/distribution#2169 -* Allows listing of manifests: docker/distribution#2199