From ef34173e25d2dcb66dadeba787a2fb1731d437f2 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sun, 20 Oct 2024 17:25:54 +0200 Subject: [PATCH 1/3] update Google Container Registry -> Artifact Registry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 549cfe60e..f19c5a8ca 100644 --- a/README.md +++ b/README.md @@ -563,7 +563,7 @@ Services to securely store your Docker images. - [Docker Registry v2][distribution] - The Docker toolset to pack, ship, store, and deliver content - [Docket](https://github.com/netvarun/docket) - Custom docker registry that allows for lightning fast deploys through bittorrent by [@netvarun](https://github.com/netvarun/) - [Dragonfly](https://github.com/dragonflyoss/Dragonfly2) - Provide efficient, stable and secure file distribution and image acceleration based on p2p technology. -- [GCE Container Registry :heavy_dollar_sign:](https://cloud.google.com/artifact-registry) Fast, private Docker image storage on Google Cloud Platform +- [GCP Artifact Registry :heavy_dollar_sign:](https://cloud.google.com/artifact-registry/docs) Fast, private Docker image storage on Google Cloud Platform. - [Gitea Container Registry](https://docs.gitea.com/usage/packages/container) - Integrated Docker registry in Gitea, ideal for private, small-scale image hosting. - [GitHub Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) - GitHub's solution for storing and managing Docker images, with tight integration into GitHub Actions. - [GitLab Container Registry](https://docs.gitlab.com/ee/user/packages/container_registry/) - Registry focused on using its images in GitLab CI From 6cb4155a440279b91fccdb2248d718cfded27ccd Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sun, 20 Oct 2024 17:30:56 +0200 Subject: [PATCH 2/3] remove dockhero.io (link dead) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f19c5a8ca..f666b9b04 100644 --- a/README.md +++ b/README.md @@ -733,7 +733,6 @@ Services to securely store your Docker images. - [Appfleet](https://appfleet.com/) :heavy_dollar_sign: - Edge platform to deploy and manage containerized services globally. The system will route the traffic to the closest location for lower latency. - [Azure AKS](https://azure.microsoft.com/en-us/products/kubernetes-service/) :heavy_dollar_sign: - Simplify Kubernetes management, deployment, and operations. Use a fully managed Kubernetes container orchestration service. - [Cloud 66](https://www.cloud66.com) :heavy_dollar_sign: - Full-stack hosted container management as a service -- [Dockhero](https://dockhero.io/) :heavy_dollar_sign: - Dockhero is a Heroku add-on which turns a Docker image into a microservice attached to the Heroku app. Currently in beta. - [Giant Swarm](https://www.giantswarm.io/) :heavy_dollar_sign: - Simple microservice infrastructure. Deploy your containers in seconds. - [Google Container Engine](https://cloud.google.com/kubernetes-engine/docs/) :heavy_dollar_sign: - Docker containers on Google Cloud Computing powered by [Kubernetes][kubernetes]. - [Mesosphere DC/OS Platform](https://d2iq.com/products/dcos) :heavy_dollar_sign: - Integrated platform for data and containers built on Apache Mesos by [@mesosphere](https://d2iq.com) From 1072ccde3951aaa04be170b17f8cef915b746980 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sun, 20 Oct 2024 17:33:00 +0200 Subject: [PATCH 3/3] Update exclude_in_test.json udacity is still valid, just returned `forbidden`. --- tests/exclude_in_test.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/exclude_in_test.json b/tests/exclude_in_test.json index f06244ce7..6a0cb574a 100644 --- a/tests/exclude_in_test.json +++ b/tests/exclude_in_test.json @@ -9,5 +9,6 @@ "https://deepfence.io", "https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg", "https://www.se-radio.net/2017/05/se-radio-episode-290-diogo-monica-on-docker-security", - "https://www.reddit.com/r/docker/" -] \ No newline at end of file + "https://www.reddit.com/r/docker/", + "https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615" +]