Skip to content

Commit effa9f0

Browse files
authored
Merge pull request #183 from Benjamin-Etheredge/main
fix(talosctl): filter out bundles
2 parents 54e97fc + 18255bc commit effa9f0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/talosctl/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.",

src/talosctl/install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2125
echo 'Done!'

0 commit comments

Comments
 (0)