This repository has been archived by the owner on Jan 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c6b27a
commit 79fbfc5
Showing
8 changed files
with
58 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
"installsAfter": [ | ||
"ghcr.io/devcontainers-contrib/features/gh-release" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
#!/bin/bash -i | ||
|
||
set -e | ||
|
||
. ./library_scripts.sh | ||
|
||
# nanolayer is a cli utility which keeps container layers as small as possible | ||
# source code: https://github.com/devcontainers-contrib/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 | ||
# `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 | ||
ensure_nanolayer nanolayer_location "v0.5.4" | ||
ensure_nanolayer nanolayer_location "v0.5.5" | ||
|
||
|
||
$nanolayer_location \ | ||
install \ | ||
devcontainer-feature \ | ||
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.24" \ | ||
--option repo='composer/composer' --option binaryNames='composer' --option version="$VERSION" | ||
|
||
|
||
|
||
echo 'Done!' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
"composer": {} | ||
} | ||
} | ||
} | ||
} |