From 80e862fda5b75eaca423c7496590a77c447ec770 Mon Sep 17 00:00:00 2001 From: Wilson Hobbs <4442130+wbhob@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:20:22 -0700 Subject: [PATCH] =?UTF-8?q?devcontainers-contrib=20=E2=86=92=20devcontaine?= =?UTF-8?q?rs-extra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/atlas/NOTES.md | 2 +- src/atlas/README.md | 2 +- src/atlas/library_scripts.sh | 4 ++-- src/atlas/library_scripts_extra.sh | 2 +- src/buf/NOTES.md | 2 +- src/buf/README.md | 2 +- src/buf/devcontainer-feature.json | 2 +- src/buf/install.sh | 4 ++-- src/buf/library_scripts.sh | 4 ++-- src/gofumpt/NOTES.md | 2 +- src/gofumpt/README.md | 2 +- src/gofumpt/devcontainer-feature.json | 2 +- src/gofumpt/install.sh | 4 ++-- src/gofumpt/library_scripts.sh | 4 ++-- src/goreleaser/NOTES.md | 2 +- src/goreleaser/README.md | 2 +- src/goreleaser/devcontainer-feature.json | 2 +- src/goreleaser/install.sh | 4 ++-- src/goreleaser/library_scripts.sh | 4 ++-- src/shellcheck/NOTES.md | 2 +- src/shellcheck/README.md | 2 +- src/shellcheck/devcontainer-feature.json | 2 +- src/shellcheck/install.sh | 4 ++-- src/shellcheck/library_scripts.sh | 4 ++-- 24 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/atlas/NOTES.md b/src/atlas/NOTES.md index a822d93..a6976ca 100644 --- a/src/atlas/NOTES.md +++ b/src/atlas/NOTES.md @@ -13,4 +13,4 @@ If `go` is neither in the `PATH` nor `/usr/local/go/bin/go`, it is installed fro ## Third Party - The [Atlas installation script](./atlas.sh) is a copy of the original one from https://atlasgo.sh. -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). diff --git a/src/atlas/README.md b/src/atlas/README.md index f88f589..94d02a0 100644 --- a/src/atlas/README.md +++ b/src/atlas/README.md @@ -34,7 +34,7 @@ If `go` is neither in the `PATH` nor `/usr/local/go/bin/go`, it is installed fro ## Third Party - The [Atlas installation script](./atlas.sh) is a copy of the original one from https://atlasgo.sh. -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). --- diff --git a/src/atlas/library_scripts.sh b/src/atlas/library_scripts.sh index 9eeccd7..d7c9a6c 100644 --- a/src/atlas/library_scripts.sh +++ b/src/atlas/library_scripts.sh @@ -2,7 +2,7 @@ # MIT License # -# Copyright (c) 2022 devcontainers-contrib +# Copyright (c) 2022 devcontainers-extra # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -179,7 +179,7 @@ ensure_nanolayer() { tar_filename=nanolayer-"$(uname -m)"-unknown-linux-$clib_type.tgz # clean download will minimize leftover in case a downloaderlike wget or curl need to be installed - clean_download https://github.com/devcontainers-contrib/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename + clean_download https://github.com/devcontainers-extra/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename tar xfzv $tmp_dir/$tar_filename -C "$tmp_dir" chmod a+x $tmp_dir/nanolayer diff --git a/src/atlas/library_scripts_extra.sh b/src/atlas/library_scripts_extra.sh index 795b340..118af2d 100644 --- a/src/atlas/library_scripts_extra.sh +++ b/src/atlas/library_scripts_extra.sh @@ -7,7 +7,7 @@ source ./library_scripts.sh install_go() { # nanolayer is a cli utility which keeps container layers as small as possible - # source code: https://github.com/devcontainers-contrib/nanolayer + # source code: https://github.com/devcontainers-extra/nanolayer # `ensure_nanolayer` is a bash function that will find any existing nanolayer installations, # and if missing - will download a temporary copy that automatically get deleted at the end # of the script diff --git a/src/buf/NOTES.md b/src/buf/NOTES.md index 33390bd..ded6a19 100644 --- a/src/buf/NOTES.md +++ b/src/buf/NOTES.md @@ -1,3 +1,3 @@ ## Third Party -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). diff --git a/src/buf/README.md b/src/buf/README.md index 0120256..989bc27 100644 --- a/src/buf/README.md +++ b/src/buf/README.md @@ -21,7 +21,7 @@ The [Buf CLI](https://buf.build/product/cli) enables building and management of ## Third Party -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). --- diff --git a/src/buf/devcontainer-feature.json b/src/buf/devcontainer-feature.json index b85526f..ab8521e 100644 --- a/src/buf/devcontainer-feature.json +++ b/src/buf/devcontainer-feature.json @@ -25,6 +25,6 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/gh-release" + "ghcr.io/devcontainers-extra/features/gh-release" ] } \ No newline at end of file diff --git a/src/buf/install.sh b/src/buf/install.sh index ba52b52..536a6bd 100644 --- a/src/buf/install.sh +++ b/src/buf/install.sh @@ -16,7 +16,7 @@ fi source ./library_scripts.sh # nanolayer is a cli utility which keeps container layers as small as possible -# source code: https://github.com/devcontainers-contrib/nanolayer +# source code: https://github.com/devcontainers-extra/nanolayer # `ensure_nanolayer` is a bash function that will find any existing nanolayer installations, # and if missing - will download a temporary copy that automatically get deleted at the end # of the script @@ -25,7 +25,7 @@ ensure_nanolayer nanolayer_location "v0.4.45" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/gh-release:1.0.19" \ + "ghcr.io/devcontainers-extra/features/gh-release:1.0.19" \ --option repo='bufbuild/buf' \ --option binaryNames="$binary_names" \ --option version="$VERSION" \ diff --git a/src/buf/library_scripts.sh b/src/buf/library_scripts.sh index 9eeccd7..d7c9a6c 100644 --- a/src/buf/library_scripts.sh +++ b/src/buf/library_scripts.sh @@ -2,7 +2,7 @@ # MIT License # -# Copyright (c) 2022 devcontainers-contrib +# Copyright (c) 2022 devcontainers-extra # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -179,7 +179,7 @@ ensure_nanolayer() { tar_filename=nanolayer-"$(uname -m)"-unknown-linux-$clib_type.tgz # clean download will minimize leftover in case a downloaderlike wget or curl need to be installed - clean_download https://github.com/devcontainers-contrib/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename + clean_download https://github.com/devcontainers-extra/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename tar xfzv $tmp_dir/$tar_filename -C "$tmp_dir" chmod a+x $tmp_dir/nanolayer diff --git a/src/gofumpt/NOTES.md b/src/gofumpt/NOTES.md index 33390bd..ded6a19 100644 --- a/src/gofumpt/NOTES.md +++ b/src/gofumpt/NOTES.md @@ -1,3 +1,3 @@ ## Third Party -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). diff --git a/src/gofumpt/README.md b/src/gofumpt/README.md index c8b0fb8..13c63b8 100644 --- a/src/gofumpt/README.md +++ b/src/gofumpt/README.md @@ -19,7 +19,7 @@ ## Third Party -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). --- diff --git a/src/gofumpt/devcontainer-feature.json b/src/gofumpt/devcontainer-feature.json index eee3199..9423093 100644 --- a/src/gofumpt/devcontainer-feature.json +++ b/src/gofumpt/devcontainer-feature.json @@ -15,6 +15,6 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/gh-release" + "ghcr.io/devcontainers-extra/features/gh-release" ] } \ No newline at end of file diff --git a/src/gofumpt/install.sh b/src/gofumpt/install.sh index 898d625..e14d1ea 100644 --- a/src/gofumpt/install.sh +++ b/src/gofumpt/install.sh @@ -5,7 +5,7 @@ set -e source ./library_scripts.sh # nanolayer is a cli utility which keeps container layers as small as possible -# source code: https://github.com/devcontainers-contrib/nanolayer +# source code: https://github.com/devcontainers-extra/nanolayer # `ensure_nanolayer` is a bash function that will find any existing nanolayer installations, # and if missing - will download a temporary copy that automatically get deleted at the end # of the script @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.4.45" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/gh-release:1.0.19" \ + "ghcr.io/devcontainers-extra/features/gh-release:1.0.19" \ --option repo='mvdan/gofumpt' \ --option binaryNames="gofumpt" \ --option version="$VERSION" diff --git a/src/gofumpt/library_scripts.sh b/src/gofumpt/library_scripts.sh index 9eeccd7..d7c9a6c 100644 --- a/src/gofumpt/library_scripts.sh +++ b/src/gofumpt/library_scripts.sh @@ -2,7 +2,7 @@ # MIT License # -# Copyright (c) 2022 devcontainers-contrib +# Copyright (c) 2022 devcontainers-extra # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -179,7 +179,7 @@ ensure_nanolayer() { tar_filename=nanolayer-"$(uname -m)"-unknown-linux-$clib_type.tgz # clean download will minimize leftover in case a downloaderlike wget or curl need to be installed - clean_download https://github.com/devcontainers-contrib/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename + clean_download https://github.com/devcontainers-extra/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename tar xfzv $tmp_dir/$tar_filename -C "$tmp_dir" chmod a+x $tmp_dir/nanolayer diff --git a/src/goreleaser/NOTES.md b/src/goreleaser/NOTES.md index 33390bd..ded6a19 100644 --- a/src/goreleaser/NOTES.md +++ b/src/goreleaser/NOTES.md @@ -1,3 +1,3 @@ ## Third Party -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). diff --git a/src/goreleaser/README.md b/src/goreleaser/README.md index cfac082..9ee95a2 100644 --- a/src/goreleaser/README.md +++ b/src/goreleaser/README.md @@ -19,7 +19,7 @@ ## Third Party -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). --- diff --git a/src/goreleaser/devcontainer-feature.json b/src/goreleaser/devcontainer-feature.json index f5f4f6a..0d4e603 100644 --- a/src/goreleaser/devcontainer-feature.json +++ b/src/goreleaser/devcontainer-feature.json @@ -15,6 +15,6 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/gh-release" + "ghcr.io/devcontainers-extra/features/gh-release" ] } \ No newline at end of file diff --git a/src/goreleaser/install.sh b/src/goreleaser/install.sh index 8a25569..57f7c20 100644 --- a/src/goreleaser/install.sh +++ b/src/goreleaser/install.sh @@ -5,7 +5,7 @@ set -e source ./library_scripts.sh # nanolayer is a cli utility which keeps container layers as small as possible -# source code: https://github.com/devcontainers-contrib/nanolayer +# source code: https://github.com/devcontainers-extra/nanolayer # `ensure_nanolayer` is a bash function that will find any existing nanolayer installations, # and if missing - will download a temporary copy that automatically get deleted at the end # of the script @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.4.45" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/gh-release:1.0.19" \ + "ghcr.io/devcontainers-extra/features/gh-release:1.0.19" \ --option repo='goreleaser/goreleaser' \ --option binaryNames="goreleaser" \ --option version="$VERSION" diff --git a/src/goreleaser/library_scripts.sh b/src/goreleaser/library_scripts.sh index 9eeccd7..d7c9a6c 100644 --- a/src/goreleaser/library_scripts.sh +++ b/src/goreleaser/library_scripts.sh @@ -2,7 +2,7 @@ # MIT License # -# Copyright (c) 2022 devcontainers-contrib +# Copyright (c) 2022 devcontainers-extra # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -179,7 +179,7 @@ ensure_nanolayer() { tar_filename=nanolayer-"$(uname -m)"-unknown-linux-$clib_type.tgz # clean download will minimize leftover in case a downloaderlike wget or curl need to be installed - clean_download https://github.com/devcontainers-contrib/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename + clean_download https://github.com/devcontainers-extra/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename tar xfzv $tmp_dir/$tar_filename -C "$tmp_dir" chmod a+x $tmp_dir/nanolayer diff --git a/src/shellcheck/NOTES.md b/src/shellcheck/NOTES.md index 33390bd..ded6a19 100644 --- a/src/shellcheck/NOTES.md +++ b/src/shellcheck/NOTES.md @@ -1,3 +1,3 @@ ## Third Party -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). diff --git a/src/shellcheck/README.md b/src/shellcheck/README.md index 9b57e86..53577f0 100644 --- a/src/shellcheck/README.md +++ b/src/shellcheck/README.md @@ -19,7 +19,7 @@ ## Third Party -- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-contrib repository](https://github.com/devcontainers-contrib/features/). +- The [library_scripts.sh](./library_scripts.sh) file is a copy of one of the many present in the [devcontainers-extra repository](https://github.com/devcontainers-extra/features/). --- diff --git a/src/shellcheck/devcontainer-feature.json b/src/shellcheck/devcontainer-feature.json index 37b8580..7d44809 100644 --- a/src/shellcheck/devcontainer-feature.json +++ b/src/shellcheck/devcontainer-feature.json @@ -15,6 +15,6 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/gh-release" + "ghcr.io/devcontainers-extra/features/gh-release" ] } \ No newline at end of file diff --git a/src/shellcheck/install.sh b/src/shellcheck/install.sh index a94988b..29f0f23 100644 --- a/src/shellcheck/install.sh +++ b/src/shellcheck/install.sh @@ -5,7 +5,7 @@ set -e source ./library_scripts.sh # nanolayer is a cli utility which keeps container layers as small as possible -# source code: https://github.com/devcontainers-contrib/nanolayer +# source code: https://github.com/devcontainers-extra/nanolayer # `ensure_nanolayer` is a bash function that will find any existing nanolayer installations, # and if missing - will download a temporary copy that automatically get deleted at the end # of the script @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.4.45" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/gh-release:1.0.19" \ + "ghcr.io/devcontainers-extra/features/gh-release:1.0.19" \ --option repo='koalaman/shellcheck' \ --option binaryNames="shellcheck" \ --option version="$VERSION" diff --git a/src/shellcheck/library_scripts.sh b/src/shellcheck/library_scripts.sh index 9eeccd7..d7c9a6c 100644 --- a/src/shellcheck/library_scripts.sh +++ b/src/shellcheck/library_scripts.sh @@ -2,7 +2,7 @@ # MIT License # -# Copyright (c) 2022 devcontainers-contrib +# Copyright (c) 2022 devcontainers-extra # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -179,7 +179,7 @@ ensure_nanolayer() { tar_filename=nanolayer-"$(uname -m)"-unknown-linux-$clib_type.tgz # clean download will minimize leftover in case a downloaderlike wget or curl need to be installed - clean_download https://github.com/devcontainers-contrib/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename + clean_download https://github.com/devcontainers-extra/cli/releases/download/$required_version/$tar_filename $tmp_dir/$tar_filename tar xfzv $tmp_dir/$tar_filename -C "$tmp_dir" chmod a+x $tmp_dir/nanolayer