From 626a82799a351a3f771c5796097c60596e4ec6c7 Mon Sep 17 00:00:00 2001 From: Nicolas Oman Date: Fri, 30 Oct 2020 14:05:39 -0700 Subject: [PATCH 1/2] added readme's with rate limiting guidance --- src/counter/README.md | 15 +++++++++++++++ src/helloworld/README.md | 12 ++++++++++++ src/visualobjects/README.md | 16 ++++++++++++++++ src/votingapp/README.md | 20 ++++++++++++++++++++ 4 files changed, 63 insertions(+) create mode 100644 src/counter/README.md create mode 100644 src/helloworld/README.md create mode 100644 src/visualobjects/README.md create mode 100644 src/votingapp/README.md diff --git a/src/counter/README.md b/src/counter/README.md new file mode 100644 index 00000000..42b0ebd6 --- /dev/null +++ b/src/counter/README.md @@ -0,0 +1,15 @@ +## Counter + +Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. + +This sample pulls the following public images from Docker Hub. Please note that you may be rate limited. + +| Source | Image | +| ------------- |-------------| +| src/counterService/Dockerfile | microsoft/aspnetcore:2.0-nanoserver-1709 | +|| microsoft/aspnetcore-build:2.0| +| src/counterService/linux.Dockerfile | microsoft/aspnetcore:2.0| +|| microsoft/aspnetcore-build:2.0| +| sfvolume/counter/linux/App Resources/app.yaml | seabreeze/azure-mesh-counter:0.5-alpine| + +For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/en-us/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file diff --git a/src/helloworld/README.md b/src/helloworld/README.md new file mode 100644 index 00000000..203e454e --- /dev/null +++ b/src/helloworld/README.md @@ -0,0 +1,12 @@ +## Hello World + +Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. + +This sample pulls the following public images from Docker Hub. Please note that you may be rate limited. + +| Source | Image | +| ------------- |-------------| +| linux/main/Dockerfile | nginx | +| linux/sidecar/Dockerfile | busybox:musl| + +For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/en-us/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file diff --git a/src/visualobjects/README.md b/src/visualobjects/README.md new file mode 100644 index 00000000..fb7cf191 --- /dev/null +++ b/src/visualobjects/README.md @@ -0,0 +1,16 @@ +## Visual Objects + +Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. + +This sample pulls the following public images from Docker Hub. Please note that you may be rate limited. + +| Source | Image | +| ------------- |-------------| +| web/Dockerfile | microsoft/aspnetcore:2.0 | +|| microsoft/aspnetcore-build:2.0| +| worker/Dockerfile| microsoft/dotnet:2.0-runtime| +|| microsoft/dotnet:2.0-sdk| +| worker/rotate.Dockerfile| microsoft/dotnet:2.0-runtime| +|| microsoft/dotnet:2.0-sdk| + +For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/en-us/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file diff --git a/src/votingapp/README.md b/src/votingapp/README.md new file mode 100644 index 00000000..c6d1d1c1 --- /dev/null +++ b/src/votingapp/README.md @@ -0,0 +1,20 @@ +## Voting App + +Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. + +This sample pulls the following public images from Docker Hub. Please note that you may be rate limited. + +| Source | Image | +| ------------- |-------------| +| windows/VotingApp/VotingData/Dockerfile | microsoft/aspnetcore:2.0-nanoserver-1709 | +|| microsoft/aspnetcore-build:2.0| +| windows/VotingApp/VotingWeb/Dockerfile| microsoft/aspnetcore:2.0-nanoserver-1709| +|| microsoft/aspnetcore-build:2.0| +| linux/Dockerfile-data | microsoft/aspnetcore:2.0| +|| microsoft/aspnetcore-build:2.0| +| linux/Dockerfile-web| microsoft/aspnetcore:2.0| +|| microsoft/aspnetcore-build:2.0| +| linux/VotingData/Dockerfile | microsoft/aspnetcore:2.0 | +|| microsoft/aspnetcore-build:2.0| + +For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/en-us/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file From e88df65cb7dfe7908986f6db213a64145274605f Mon Sep 17 00:00:00 2001 From: Nicolas Oman Date: Fri, 30 Oct 2020 14:22:27 -0700 Subject: [PATCH 2/2] removed region tag, added link to docker rate limiting explanation --- src/counter/README.md | 4 ++-- src/helloworld/README.md | 4 ++-- src/visualobjects/README.md | 4 ++-- src/votingapp/README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/counter/README.md b/src/counter/README.md index 42b0ebd6..2f82a1c3 100644 --- a/src/counter/README.md +++ b/src/counter/README.md @@ -1,6 +1,6 @@ ## Counter -Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. +Effective November 2, 2020, [download rate limits apply](https://docs.docker.com/docker-hub/download-rate-limit/) to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. This sample pulls the following public images from Docker Hub. Please note that you may be rate limited. @@ -12,4 +12,4 @@ This sample pulls the following public images from Docker Hub. Please note that || microsoft/aspnetcore-build:2.0| | sfvolume/counter/linux/App Resources/app.yaml | seabreeze/azure-mesh-counter:0.5-alpine| -For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/en-us/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file +For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file diff --git a/src/helloworld/README.md b/src/helloworld/README.md index 203e454e..36ba0af5 100644 --- a/src/helloworld/README.md +++ b/src/helloworld/README.md @@ -1,6 +1,6 @@ ## Hello World -Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. +Effective November 2, 2020, [download rate limits apply](https://docs.docker.com/docker-hub/download-rate-limit/) to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. This sample pulls the following public images from Docker Hub. Please note that you may be rate limited. @@ -9,4 +9,4 @@ This sample pulls the following public images from Docker Hub. Please note that | linux/main/Dockerfile | nginx | | linux/sidecar/Dockerfile | busybox:musl| -For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/en-us/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file +For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file diff --git a/src/visualobjects/README.md b/src/visualobjects/README.md index fb7cf191..c1c4c074 100644 --- a/src/visualobjects/README.md +++ b/src/visualobjects/README.md @@ -1,6 +1,6 @@ ## Visual Objects -Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. +Effective November 2, 2020, [download rate limits apply](https://docs.docker.com/docker-hub/download-rate-limit/) to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. This sample pulls the following public images from Docker Hub. Please note that you may be rate limited. @@ -13,4 +13,4 @@ This sample pulls the following public images from Docker Hub. Please note that | worker/rotate.Dockerfile| microsoft/dotnet:2.0-runtime| || microsoft/dotnet:2.0-sdk| -For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/en-us/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file +For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file diff --git a/src/votingapp/README.md b/src/votingapp/README.md index c6d1d1c1..d7736617 100644 --- a/src/votingapp/README.md +++ b/src/votingapp/README.md @@ -1,6 +1,6 @@ ## Voting App -Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. +Effective November 2, 2020, [download rate limits apply](https://docs.docker.com/docker-hub/download-rate-limit/) to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. This sample pulls the following public images from Docker Hub. Please note that you may be rate limited. @@ -17,4 +17,4 @@ This sample pulls the following public images from Docker Hub. Please note that | linux/VotingData/Dockerfile | microsoft/aspnetcore:2.0 | || microsoft/aspnetcore-build:2.0| -For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/en-us/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file +For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). \ No newline at end of file