File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "id" : " talosctl" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "name" : " talosctl (via Github Releases)" ,
55 "documentationURL" : " http://github.com/devcontainers-extra/features/tree/main/src/talosctl" ,
66 "description" : " A CLI tool that interfaces with the Talos Linux API." ,
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ $nanolayer_location \
1616 install \
1717 devcontainer-feature \
1818 " ghcr.io/devcontainers-extra/features/gh-release:1" \
19- --option repo=' siderolabs/talos' --option binaryNames=' talosctl' --option version=" $VERSION " --option releaseTagRegex=' ^(?!.*(alpha|beta)).*$'
19+ --option repo=' siderolabs/talos' \
20+ --option binaryNames=' talosctl' \
21+ --option assetRegex=' ^.*(?<!\.bundle)$' \
22+ --option version=" $VERSION " \
23+ --option releaseTagRegex=' ^(?!.*(alpha|beta)).*$'
2024
2125echo ' Done!'
You can’t perform that action at this time.
0 commit comments