From 763b3cb305a50f7e3e1019e0b8b2af47d7d63fe7 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Thu, 14 Sep 2023 15:04:31 +0300 Subject: [PATCH] m --- .../docker/tools/composing/arion.txt | 5 ++ devops/k8s/tools/local-dev/devpod.txt | 12 +--- devops/k8s/tools/local-dev/jetpack-devbox.txt | 60 +++++++++++++++++++ .../k8s/tools/local-dev/jetpack-launchpad.txt | 10 ++++ .../k8s/tools/local-dev/ms-devcontainers.txt | 17 ++++++ os/linux/nixos/docs/articles.txt | 4 ++ os/linux/nixos/flakes/utils/digga.txt | 2 + os/linux/nixos/flakes/utils/flake-parts.txt | 5 ++ os/linux/nixos/tools/dev/devshell.txt | 5 ++ pl/cross/tools/ci/hercules-ci.txt | 9 +++ 10 files changed, 118 insertions(+), 11 deletions(-) create mode 100644 devops/container/docker/tools/composing/arion.txt create mode 100644 devops/k8s/tools/local-dev/jetpack-devbox.txt create mode 100644 devops/k8s/tools/local-dev/jetpack-launchpad.txt create mode 100644 devops/k8s/tools/local-dev/ms-devcontainers.txt create mode 100644 os/linux/nixos/flakes/utils/flake-parts.txt create mode 100644 pl/cross/tools/ci/hercules-ci.txt diff --git a/devops/container/docker/tools/composing/arion.txt b/devops/container/docker/tools/composing/arion.txt new file mode 100644 index 000000000..cec796b46 --- /dev/null +++ b/devops/container/docker/tools/composing/arion.txt @@ -0,0 +1,5 @@ +https://docs.hercules-ci.com/arion/ +https://github.com/hercules-ci/arion + +https://docs.hercules-ci.com/arion/options +https://docs.hercules-ci.com/arion/deployment diff --git a/devops/k8s/tools/local-dev/devpod.txt b/devops/k8s/tools/local-dev/devpod.txt index 9d9526f5c..0dc4d6920 100644 --- a/devops/k8s/tools/local-dev/devpod.txt +++ b/devops/k8s/tools/local-dev/devpod.txt @@ -1,18 +1,8 @@ https://devpod.sh/ +https://github.com/loft-sh/devpod https://devpod.sh/docs/what-is-devpod -https://containers.dev -https://containers.dev/overview -https://containers.dev/supporting -https://containers.dev/implementors/spec/ -https://containers.dev/implementors/json_schema/ -https://containers.dev/implementors/json_reference/ -https://containers.dev/features -https://containers.dev/templates -https://containers.dev/collections -https://containers.dev/guides - 2023 https://www.youtube.com/watch?v=pV2ymHluPtE https://www.youtube.com/watch?v=4xrencJtFNo diff --git a/devops/k8s/tools/local-dev/jetpack-devbox.txt b/devops/k8s/tools/local-dev/jetpack-devbox.txt new file mode 100644 index 000000000..f652914ed --- /dev/null +++ b/devops/k8s/tools/local-dev/jetpack-devbox.txt @@ -0,0 +1,60 @@ +https://www.jetpack.io/devbox + +https://github.com/jetpack-io/devbox + +https://www.youtube.com/@jetpack-io/videos + +https://www.jetpack.io/devbox/docs/ +https://www.jetpack.io/devbox/docs/configuration/ + +https://github.com/jetpack-io/devbox/tree/main/examples/flakes/remote +https://github.com/jetpack-io/devbox/tree/main/plugins + +https://www.jetpack.io/blog/ + +inst + curl -fsSL https://get.jetpack.io/devbox | bash +devbox + help + version + update + init + search + https://www.jetpack.io/blog/0-5-0-install-nix-packages-by-version/ + https://www.nixhub.io/ + [--show-all] + add @ + global add @ + global pull + https://www.jetpack.io/devbox/docs/devbox_global/ + https://getfleek.dev/ + https://github.com/ublue-os/fleek + https://getfleek.dev/docs/cli/fleek + generate + direnv + https://www.jetpack.io/blog/automated-dev-envs-with-devbox-and-direnv/ + shell + pinning + https://www.jetpack.io/devbox/docs/guides/pinning_packages/ + +~/.cache/devbox/current-version +~/.cache/devbox/bin/0.5.13_linux_amd64/devbox + +https://github.com/jetpack-io/devbox/tree/main/examples + +flakes + https://www.jetpack.io/blog/using-nix-flakes-with-devbox/ + https://github.com/jetpack-io/devbox/tree/main/examples/flakes + https://github.com/jetpack-io/devbox/tree/main/examples/flakes/go-mod + https://github.com/jetpack-io/devbox/blob/main/examples/flakes/go-mod/devbox.json + https://github.com/jetpack-io/devbox/blob/main/examples/flakes/go-mod/ory-cli/flake.nix + +https://marketplace.visualstudio.com/items?itemName=jetpack-io.devbox_global + +https://www.jetpack.io/blog/ + +2023 +https://www.jetpack.io/blog/creating-nix-powered-containers-with-devbox/ +https://www.jetpack.io/blog/0-5-0-install-nix-packages-by-version/ +https://www.jetpack.io/blog/powered-by-flakes/ +https://www.jetpack.io/blog/using-nix-flakes-with-devbox/ diff --git a/devops/k8s/tools/local-dev/jetpack-launchpad.txt b/devops/k8s/tools/local-dev/jetpack-launchpad.txt new file mode 100644 index 000000000..10324ddbe --- /dev/null +++ b/devops/k8s/tools/local-dev/jetpack-launchpad.txt @@ -0,0 +1,10 @@ +https://www.jetpack.io/launchpad +https://github.com/jetpack-io/launchpad + +https://www.jetpack.io/launchpad/docs/ +https://www.jetpack.io/launchpad/docs/getting-started/ +https://www.jetpack.io/launchpad/docs/reference/cli/ +https://www.jetpack.io/launchpad/docs/reference/launchpad.yaml-reference/ + +2022 +https://www.jetpack.io/blog/announcing-launchpad/ diff --git a/devops/k8s/tools/local-dev/ms-devcontainers.txt b/devops/k8s/tools/local-dev/ms-devcontainers.txt new file mode 100644 index 000000000..0f4200566 --- /dev/null +++ b/devops/k8s/tools/local-dev/ms-devcontainers.txt @@ -0,0 +1,17 @@ +https://containers.dev +https://containers.dev/overview +https://containers.dev/supporting +https://containers.dev/implementors/spec/ +https://containers.dev/implementors/json_schema/ +https://containers.dev/implementors/json_reference/ +https://containers.dev/features +https://containers.dev/templates +https://containers.dev/collections +https://containers.dev/guides + +https://containers.dev/guide/gitlab-ci + +impl +devpod.sh +https://www.jetpack.io/ + devbox diff --git a/os/linux/nixos/docs/articles.txt b/os/linux/nixos/docs/articles.txt index eea94a226..1fd634614 100644 --- a/os/linux/nixos/docs/articles.txt +++ b/os/linux/nixos/docs/articles.txt @@ -1,3 +1,7 @@ +2023 +! 3-rd part +https://habr.com/ru/articles/758418/ +https://habr.com/ru/articles/756976/ 2022 https://www.tweag.io/blog/2022-08-04-tweag-and-nix-future/ https://www.adaltas.com/en/2022/02/08/nixos-installation/ diff --git a/os/linux/nixos/flakes/utils/digga.txt b/os/linux/nixos/flakes/utils/digga.txt index 0304c696c..aa25496e9 100644 --- a/os/linux/nixos/flakes/utils/digga.txt +++ b/os/linux/nixos/flakes/utils/digga.txt @@ -1,2 +1,4 @@ https://digga.divnix.com/ + !!! ending https://github.com/divnix/digga +https://github.com/divnix/digga/issues/503 diff --git a/os/linux/nixos/flakes/utils/flake-parts.txt b/os/linux/nixos/flakes/utils/flake-parts.txt new file mode 100644 index 000000000..610a5efec --- /dev/null +++ b/os/linux/nixos/flakes/utils/flake-parts.txt @@ -0,0 +1,5 @@ +https://flake.parts/ +https://github.com/hercules-ci/flake-parts + +samples +https://github.com/argoproj/argo-workflows/blob/master/dev/nix/flake.nix diff --git a/os/linux/nixos/tools/dev/devshell.txt b/os/linux/nixos/tools/dev/devshell.txt index ca1a58820..fb13f2543 100644 --- a/os/linux/nixos/tools/dev/devshell.txt +++ b/os/linux/nixos/tools/dev/devshell.txt @@ -14,5 +14,10 @@ https://github.com/numtide/devshell/blob/main/docs/default.nix https://github.com/numtide/devshell/blob/main/docs/serve.sh https://github.com/ourway/webfsd +https://zero-to-flakes.com/mission-control/ +https://github.com/Platonic-Systems/mission-control + +https://github.com/hercules-ci/devshell-example + 2021 https://yuanwang.ca/posts/getting-started-with-flakes.html diff --git a/pl/cross/tools/ci/hercules-ci.txt b/pl/cross/tools/ci/hercules-ci.txt new file mode 100644 index 000000000..3763d07ff --- /dev/null +++ b/pl/cross/tools/ci/hercules-ci.txt @@ -0,0 +1,9 @@ +https://hercules-ci.com/ +https://github.com/hercules-ci + +https://hercules-ci.com/dashboard +https://docs.hercules-ci.com/hercules-ci/ + +https://blog.hercules-ci.com/ + +https://github.com/hercules-ci/gh-pages-example