From 8337e5bf4caae3caef4170e6eb4efbeb113fb6aa Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Thu, 1 Jul 2021 18:19:25 +0200 Subject: [PATCH 1/3] Mark bocker(2) as deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e3f89a..cdc8bd5 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) ### Container Composition -- [bocker](https://github.com/icy/bocker) (2) - Write Dockerfile completely in Bash. Extensible and simple. --> Reusable by [@icy](https://github.com/icy) +- [bocker](https://github.com/icy/bocker) (2) :skull: - Write Dockerfile completely in Bash. Extensible and simple. --> Reusable by [@icy](https://github.com/icy) - [bocker](https://github.com/p8952/bocker) (1) :skull: - Docker implemented in 100 lines of bash by [p8952](https://github.com/p8952) - [box](https://github.com/box-builder/box) - Build Dockerfile images with a mruby DSL, includes flattening and layer manipulation - [Capitan](https://github.com/byrnedo/capitan) - Composable docker orchestration with added scripting support by [@byrnedo]. From 0839e0bbe7b65959b2bc50c12ff51780b3568a02 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Thu, 1 Jul 2021 18:26:16 +0200 Subject: [PATCH 2/3] Fix redirects for bookmarks.dev (now codever.land) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdc8bd5..f6be009 100644 --- a/README.md +++ b/README.md @@ -712,7 +712,7 @@ Services to securely store your Docker images. - [Cloud Native Landscape](https://github.com/cncf/landscape) - [Docker Certification](https://intellipaat.com/docker-training-course/) :heavy_dollar_sign: will help you to will Learn Docker containerization, running Docker containers, Image creation, Dockerfile, Docker orchestration, security best practices, and more through hands-on projects and case studies and helps to clear Docker Certified Associate. - [Docker Community on Hashnode](https://hashnode.com/n/docker) -- [Docker dev bookmarks](https://www.bookmarks.dev/search?q=docker) - use the tag [docker](https://www.bookmarks.dev/tagged/docker) +- [Docker dev bookmarks](https://www.codever.land/search?q=docker) - use the tag [docker](https://www.codever.land/bookmarks/t/docker) - [Docker in Action, Second Edition](https://www.manning.com/books/docker-in-action-second-edition) - [Docker in Practice, Second Edition](https://www.manning.com/books/docker-in-practice-second-edition) - [Docker Newsletter](https://www.docker.com/newsletter-subscription) Docker newsletter for regular updates From 8c0cb1e88bd0465d64b6998dcbfed3b73c5adf95 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Thu, 1 Jul 2021 18:30:23 +0200 Subject: [PATCH 3/3] Add deepfence.io to ignore list in tests deepfence.io has responded with 503 for a long time now, i assume they implemented some kind of IP- or origin block for github --- tests/exclude_in_test.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/exclude_in_test.json b/tests/exclude_in_test.json index 59c877c..da983b9 100644 --- a/tests/exclude_in_test.json +++ b/tests/exclude_in_test.json @@ -3,5 +3,6 @@ "https://travis-ci.org/veggiemonk/awesome-docker.svg", "https://github.com/apps/", "https://cycle.io/", - "https://www.manning.com/" + "https://www.manning.com/", + "https://deepfence.io" ]