From 626a82799a351a3f771c5796097c60596e4ec6c7 Mon Sep 17 00:00:00 2001 From: Nicolas Oman Date: Fri, 30 Oct 2020 14:05:39 -0700 Subject: [PATCH] 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