From 049dd655bf78041e2e9ca9c035d89d9f2bbc0559 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Thu, 25 Feb 2021 16:00:08 +0800 Subject: [PATCH] docs: init deploy --- docs/adr/0025-deploy-analyser.md | 29 +++++++++++++++++++++++++++++ docs/adr/README.md | 1 + 2 files changed, 30 insertions(+) create mode 100644 docs/adr/0025-deploy-analyser.md diff --git a/docs/adr/0025-deploy-analyser.md b/docs/adr/0025-deploy-analyser.md new file mode 100644 index 00000000..5307b513 --- /dev/null +++ b/docs/adr/0025-deploy-analyser.md @@ -0,0 +1,29 @@ +# 25. deploy analyser + +Date: 2021-02-25 + +## Status + +2021-02-25 proposed + +## Context + +Context here... + +## Decision + +### Dockerfile 分析 + +Rust 版本: + +https://github.com/HewlettPackard/dockerfile-parser-rs/ + +Python 版本: + +https://github.com/containerbuildsystem/dockerfile-parse +https://github.com/asottile/dockerfile + + +## Consequences + +Consequences here... diff --git a/docs/adr/README.md b/docs/adr/README.md index 86d2fb6d..d7df9078 100644 --- a/docs/adr/README.md +++ b/docs/adr/README.md @@ -24,3 +24,4 @@ * [22. suggest-with-i18n](0022-suggest-with-i18n.md) * [23. psa(project-structure-analysis)](0023-psa(project-structure-analysis).md) * [24. jenkinsfile-parser](0024-jenkinsfile-parser.md) +* [25. deploy-analyser](0025-deploy-analyser.md)