Skip to content
Merged
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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "age-keygen",
"version": "1.0.15",
"version": "1.0.16",
"name": "age-keygen (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/age-keygen",
"description": "age-keygen generate a key pair for use with age.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

set -e

. ./library_scripts.sh
Expand All @@ -8,16 +7,12 @@ set -e
# `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.6"

$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-extra/features/gh-release:1.0.25" \
"ghcr.io/devcontainers-extra/features/gh-release:1.0.26" \
--option repo='filosottile/age' --option binaryNames='age-keygen' --option version="$VERSION"



echo 'Done!'

File renamed without changes.