Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/atlas/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion src/atlas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).


---
Expand Down
4 changes: 2 additions & 2 deletions src/atlas/library_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/atlas/library_scripts_extra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/buf/NOTES.md
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion src/buf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).


---
Expand Down
2 changes: 1 addition & 1 deletion src/buf/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
}
},
"installsAfter": [
"ghcr.io/devcontainers-contrib/features/gh-release"
"ghcr.io/devcontainers-extra/features/gh-release"
]
}
4 changes: 2 additions & 2 deletions src/buf/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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" \
Expand Down
4 changes: 2 additions & 2 deletions src/buf/library_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gofumpt/NOTES.md
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion src/gofumpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).


---
Expand Down
2 changes: 1 addition & 1 deletion src/gofumpt/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
}
},
"installsAfter": [
"ghcr.io/devcontainers-contrib/features/gh-release"
"ghcr.io/devcontainers-extra/features/gh-release"
]
}
4 changes: 2 additions & 2 deletions src/gofumpt/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/gofumpt/library_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/goreleaser/NOTES.md
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion src/goreleaser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).


---
Expand Down
2 changes: 1 addition & 1 deletion src/goreleaser/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
}
},
"installsAfter": [
"ghcr.io/devcontainers-contrib/features/gh-release"
"ghcr.io/devcontainers-extra/features/gh-release"
]
}
4 changes: 2 additions & 2 deletions src/goreleaser/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/goreleaser/library_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/shellcheck/NOTES.md
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion src/shellcheck/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).


---
Expand Down
2 changes: 1 addition & 1 deletion src/shellcheck/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
}
},
"installsAfter": [
"ghcr.io/devcontainers-contrib/features/gh-release"
"ghcr.io/devcontainers-extra/features/gh-release"
]
}
4 changes: 2 additions & 2 deletions src/shellcheck/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/shellcheck/library_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down