Skip to content

Commit 906455d

Browse files
authored
Merge pull request #164 from iceman91176/feat/age-keygen
feat(age-keygen): (Re-)Adds age-keygen
2 parents 1a8b99f + f64f7df commit 906455d

File tree

6 files changed

+3
-8
lines changed

6 files changed

+3
-8
lines changed
File renamed without changes.

archive/src/age-keygen/devcontainer-feature.json renamed to src/age-keygen/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "age-keygen",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"name": "age-keygen (via Github Releases)",
55
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/age-keygen",
66
"description": "age-keygen generate a key pair for use with age.",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
set -e
32

43
. ./library_scripts.sh
@@ -8,16 +7,12 @@ set -e
87
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
98
# and if missing - will download a temporary copy that automatically get deleted at the end
109
# of the script
11-
ensure_nanolayer nanolayer_location "v0.5.4"
12-
10+
ensure_nanolayer nanolayer_location "v0.5.6"
1311

1412
$nanolayer_location \
1513
install \
1614
devcontainer-feature \
17-
"ghcr.io/devcontainers-extra/features/gh-release:1.0.25" \
15+
"ghcr.io/devcontainers-extra/features/gh-release:1.0.26" \
1816
--option repo='filosottile/age' --option binaryNames='age-keygen' --option version="$VERSION"
1917

20-
21-
2218
echo 'Done!'
23-
File renamed without changes.

0 commit comments

Comments
 (0)