Skip to content

Commit

Permalink
docs: fix example (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored May 7, 2024
1 parent 05bce9e commit bf7fbff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"features": {
"ghcr.io/suzuki-shunsuke/devcontainers-features-2/aqua-installer:0.1.1": {
"version": "0.1.1",
"resolved": "ghcr.io/suzuki-shunsuke/devcontainers-features-2/aqua-installer@sha256:5af67ae520e31f0c9d2b351e69e868cd35072a6fc8288036f264cfd2da193ff8",
"integrity": "sha256:5af67ae520e31f0c9d2b351e69e868cd35072a6fc8288036f264cfd2da193ff8"
"ghcr.io/aquaproj/devcontainer-features/aqua-installer:0.1.0": {
"version": "0.1.0",
"resolved": "ghcr.io/aquaproj/devcontainer-features/aqua-installer@sha256:fdd01ae397066786a20020ab67a38c75c6a9125075b392a5170e60c50f828e78",
"integrity": "sha256:fdd01ae397066786a20020ab67a38c75c6a9125075b392a5170e60c50f828e78"
}
}
}
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "test",
"image": "debian:bookworm-20240423@sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9",
"features": {
"ghcr.io/suzuki-shunsuke/devcontainers-features-2/aqua-installer:0.1.2@sha256:c57a73bc781b085ab4e69ec6a9aa104104fcf82c47206a0f0aa883418d220a6c": {
"ghcr.io/aquaproj/devcontainer-features/aqua-installer:0.1.0": {
"aqua_version": "v2.27.0"
}
},
"remoteEnv": {
"PATH": "/root/.local/share/aquaproj-aqua/bin:${containerEnv:PATH}"
},
"postStartCommand": "aqua i -l"
"postStartCommand": "aqua -v"
}
2 changes: 1 addition & 1 deletion src/aqua-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aqua-installer requires bash and curl or wget, so this feature tries to install
{
"image": "debian:bookworm-20240423",
"features": {
"ghcr.io/aquaproj/devcontainers-features/aqua-installer:0.1.0": {
"ghcr.io/aquaproj/devcontainer-features/aqua-installer:0.1.0": {
"aqua_version": "v2.27.0"
}
},
Expand Down

0 comments on commit bf7fbff

Please sign in to comment.