Development Container Feature to install aqua.
This feature installs aqua with aqua-installer. aqua-installer requires bash and curl or wget, so this feature tries to install them if they aren't found.
Note
This feature doesn't set the environment variable PATH
and run aqua i
command, so you have to do yourself.
{
"image": "debian:bookworm-20240423",
"features": {
"ghcr.io/aquaproj/devcontainer-features/aqua-installer:0.1.1": {
"aqua_version": "v2.27.0"
}
},
"remoteEnv": {
"PATH": "/root/.local/share/aquaproj-aqua/bin:${containerEnv:PATH}"
},
"postStartCommand": "aqua i -l"
}
Options Id | Description | Type | Default Value |
---|---|---|---|
aqua_version | The version of aqua. This option is required | string | - |
You can update aqua_version
by aqua-renovate-config.
aqua-renovate-config 2.3.0 or newer is required.
{
"extends": [
"github>aquaproj/aqua-renovate-config#2.3.0"
]
}