Skip to content

Latest commit

 

History

History

aqua-installer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

aqua-installer

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.

Example Usage

{
  "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

Options Id Description Type Default Value
aqua_version The version of aqua. This option is required string -

Update aqua_version by Renovate

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"
  ]
}