Skip to content

Commit db83992

Browse files
authored
feat(run-script): soft-depend on add-script to enforce install order (#268)
1 parent 77fc168 commit db83992

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
| [rclone](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/rclone.org) | `rclone` — sync files to/from cloud storage | gh release | 1.0.3 |
7979
| [restic.net](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/restic.net) | `restic` — fast, encrypted, deduplicated backups | gh release | 1.0.3 |
8080
| [ripgrep](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ripgrep) | `rg` — fast grep alternative (ripgrep) | gh release | 1.0.3 |
81-
| [run-script](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/run-script) | Run a script from a URL or inline text during devcontainer build | custom | 1.1.2 |
81+
| [run-script](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/run-script) | Run a script from a URL or inline text during devcontainer build | custom | 1.2.0 |
8282
| [schpet/linear-cli](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/schpet-linear-cli) | `linear` — CLI to access linear.com issue tracker | gh release | 1.0.4 |
8383
| [smallstep.com](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/smallstep.com) | `step` — zero-trust security toolkit and CA | gh release | 1.0.4 |
8484
| [socket.dev/sfw-free](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/socket.dev-sfw-free) | `sfw` — network security proxy that blocks malicious dependencies | gh release | 1.0.2 |

src/run-script/devcontainer-feature.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "run-script",
33
"id": "run-script",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"description": "Run a script from a URL or inline text during devcontainer build",
66
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/run-script",
77
"options": {
@@ -17,6 +17,7 @@
1717
}
1818
},
1919
"installsAfter": [
20-
"ghcr.io/devcontainer-community/devcontainer-features/ca-certificates:latest"
20+
"ghcr.io/devcontainer-community/devcontainer-features/ca-certificates:latest",
21+
"ghcr.io/devcontainer-community/devcontainer-features/add-script:latest"
2122
]
2223
}

0 commit comments

Comments
 (0)