Skip to content

🔄 Sync updated workspace manifests #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
3 changes: 3 additions & 0 deletions docs/manifests/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ dependencies:
home: https://curl.se
license: MIT
version: 7.88.1
track: false

dbus-user-session:
datasource: deb
Expand Down Expand Up @@ -346,6 +347,7 @@ dependencies:
home: https://stedolan.github.io/jq
license: MIT
version: "1.6"
track: false

k9s:
cmd: k9s version
Expand Down Expand Up @@ -701,6 +703,7 @@ dependencies:
home: https://www.gnu.org/software/wget
license: GPL 3
version: 1.21.3
track: false

ws-cli:
cmd: ws-cli --version
Expand Down
11 changes: 11 additions & 0 deletions docs/manifests/env.reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,17 @@ envs:
example: /etc/workspace/ssl/server.key
description: Path or inline PEM for the private key.

startup:
properties:
fail_on_error:
type: boolean
default: false
since: 0.0.21
description: Fail fast if any startup script exits non-zero.
long_description: |
When `true`, the autoloader stops at the first failing startup
or entrypoint and the container startup exits non-zero.

terminal:
reference: /editor/terminal
properties:
Expand Down