From 94c89cd794b526bf9798216527605700e22948ca Mon Sep 17 00:00:00 2001 From: Legokichi Duckscallion Date: Mon, 19 Jun 2023 16:58:33 +0900 Subject: [PATCH] add comment --- src/test.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test.rs b/src/test.rs index 637f6e5..ab1ec33 100644 --- a/src/test.rs +++ b/src/test.rs @@ -161,6 +161,10 @@ fn get_stats_response() -> http::Response { // docker run -d -p 5000:5000 registry // docker push localhost:5000/hello-world:latest +// original +// - https://hub.docker.com/_/hello-world +// - https://github.com/docker-library/hello-world/ +// - in MIT License static MANIFEST: &str = r###"{ "schemaVersion": 2, "mediaType": "application/vnd.docker.distribution.manifest.v2+json",