From 61cf961a8dc9bb2708d20e84a98f07857f1e7c7f Mon Sep 17 00:00:00 2001 From: bandicoot-stack <102703343+bandicoot-stack@users.noreply.github.com> Date: Wed, 30 Mar 2022 16:46:23 -0700 Subject: [PATCH 1/5] Update README.md Updated Zarf readme with the link to Naval Postgraduate School Research --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d3700c4a7..6052b15639 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ It provides a static go binary (can run anywhere) CLI that can pull, package, an Zarf runs on [a bunch of operating systems](./docs/supported-oses.md) and aims to support configurations ranging from "I want to run one, simple app" to "I need to support & dependency control a _bunch_ of internet-disconnected clusters". +Zarf was theorized and initially demonstrated in Naval Postgraduate School reasearch A DEVSECOPS APPROACH FOR DEVELOPING AND DEPLOYING CONTAINERIZED CLOUD-BASED SOFTWARE ON SUBMARINES (https://calhoun.nps.edu/handle/10945/68688). Its origin story remains to be told but is of the likes seen in Kessel Run. (https://www.airforcemag.com/article/making-the-kessel-run/) + [![asciicast](https://asciinema.org/a/475530.svg)](https://asciinema.org/a/475530) ## Why is Zarf Needed? From a724a5a7e35055be7db59971d3559b7c95ad75b0 Mon Sep 17 00:00:00 2001 From: bandicoot-stack <102703343+bandicoot-stack@users.noreply.github.com> Date: Wed, 30 Mar 2022 16:55:57 -0700 Subject: [PATCH 2/5] Update README.md formatting --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6052b15639..6c9d52532d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ It provides a static go binary (can run anywhere) CLI that can pull, package, an Zarf runs on [a bunch of operating systems](./docs/supported-oses.md) and aims to support configurations ranging from "I want to run one, simple app" to "I need to support & dependency control a _bunch_ of internet-disconnected clusters". -Zarf was theorized and initially demonstrated in Naval Postgraduate School reasearch A DEVSECOPS APPROACH FOR DEVELOPING AND DEPLOYING CONTAINERIZED CLOUD-BASED SOFTWARE ON SUBMARINES (https://calhoun.nps.edu/handle/10945/68688). Its origin story remains to be told but is of the likes seen in Kessel Run. (https://www.airforcemag.com/article/making-the-kessel-run/) +Zarf was theorized and initially demonstrated in Naval Postgraduate School reasearch: +A DEVSECOPS APPROACH FOR DEVELOPING AND DEPLOYING CONTAINERIZED CLOUD-BASED SOFTWARE ON SUBMARINES (https://calhoun.nps.edu/handle/10945/68688). + +Its origin story remains to be told but is of the likes seen in Kessel Run. (https://www.airforcemag.com/article/making-the-kessel-run/) [![asciicast](https://asciinema.org/a/475530.svg)](https://asciinema.org/a/475530) From ed2cd2bf8285b59fee77ccf610bb5f2a83908eb6 Mon Sep 17 00:00:00 2001 From: bandicoot-stack <102703343+bandicoot-stack@users.noreply.github.com> Date: Wed, 30 Mar 2022 19:45:45 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c9d52532d..932d31c327 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ It provides a static go binary (can run anywhere) CLI that can pull, package, an Zarf runs on [a bunch of operating systems](./docs/supported-oses.md) and aims to support configurations ranging from "I want to run one, simple app" to "I need to support & dependency control a _bunch_ of internet-disconnected clusters". Zarf was theorized and initially demonstrated in Naval Postgraduate School reasearch: -A DEVSECOPS APPROACH FOR DEVELOPING AND DEPLOYING CONTAINERIZED CLOUD-BASED SOFTWARE ON SUBMARINES (https://calhoun.nps.edu/handle/10945/68688). +[A DEVSECOPS APPROACH FOR DEVELOPING AND DEPLOYING CONTAINERIZED CLOUD-BASED SOFTWARE ON SUBMARINES] (https://calhoun.nps.edu/handle/10945/68688). -Its origin story remains to be told but is of the likes seen in Kessel Run. (https://www.airforcemag.com/article/making-the-kessel-run/) +Its origin story remains to be told but is of the likes seen in [Kessel Run] (https://www.airforcemag.com/article/making-the-kessel-run/). [![asciicast](https://asciinema.org/a/475530.svg)](https://asciinema.org/a/475530) From f1b142c2db7566782493cd71b3eb3fff083eda12 Mon Sep 17 00:00:00 2001 From: bandicoot-stack <102703343+bandicoot-stack@users.noreply.github.com> Date: Wed, 30 Mar 2022 19:46:35 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 932d31c327..22d0b687f2 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ It provides a static go binary (can run anywhere) CLI that can pull, package, an Zarf runs on [a bunch of operating systems](./docs/supported-oses.md) and aims to support configurations ranging from "I want to run one, simple app" to "I need to support & dependency control a _bunch_ of internet-disconnected clusters". Zarf was theorized and initially demonstrated in Naval Postgraduate School reasearch: -[A DEVSECOPS APPROACH FOR DEVELOPING AND DEPLOYING CONTAINERIZED CLOUD-BASED SOFTWARE ON SUBMARINES] (https://calhoun.nps.edu/handle/10945/68688). +[A DEVSECOPS APPROACH FOR DEVELOPING AND DEPLOYING CONTAINERIZED CLOUD-BASED SOFTWARE ON SUBMARINES](https://calhoun.nps.edu/handle/10945/68688). -Its origin story remains to be told but is of the likes seen in [Kessel Run] (https://www.airforcemag.com/article/making-the-kessel-run/). +Its origin story remains to be told but is of the likes seen in [Kessel Run](https://www.airforcemag.com/article/making-the-kessel-run/). [![asciicast](https://asciinema.org/a/475530.svg)](https://asciinema.org/a/475530) From 688d53f0458ee2002bbb289d8f07c8517fe300ea Mon Sep 17 00:00:00 2001 From: bandicoot-stack <102703343+bandicoot-stack@users.noreply.github.com> Date: Wed, 30 Mar 2022 19:47:43 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22d0b687f2..a6e0f8c277 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ It provides a static go binary (can run anywhere) CLI that can pull, package, an Zarf runs on [a bunch of operating systems](./docs/supported-oses.md) and aims to support configurations ranging from "I want to run one, simple app" to "I need to support & dependency control a _bunch_ of internet-disconnected clusters". Zarf was theorized and initially demonstrated in Naval Postgraduate School reasearch: + [A DEVSECOPS APPROACH FOR DEVELOPING AND DEPLOYING CONTAINERIZED CLOUD-BASED SOFTWARE ON SUBMARINES](https://calhoun.nps.edu/handle/10945/68688). Its origin story remains to be told but is of the likes seen in [Kessel Run](https://www.airforcemag.com/article/making-the-kessel-run/).