The problem if you set in devcontainer.json:
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/atuin.sh:1": {}
}
It will lead to an error while create container.
Please check a line: https://github.com/devcontainer-community/devcontainer-features/blob/2793a58e472ff50deadf1d8654f73b004f9d78b3/src/atuin.sh/install.sh#L10C1-L11C1
And last version format: https://github.com/atuinsh/atuin/releases
The "latest" unreleased version comes without prefix "v".
It seems that you need to be more careful when choosing versions.
Or just remove this prefix from the URL, but then it will have to be specified in the option "version".
The problem if you set in
devcontainer.json:It will lead to an error while create container.
Please check a line: https://github.com/devcontainer-community/devcontainer-features/blob/2793a58e472ff50deadf1d8654f73b004f9d78b3/src/atuin.sh/install.sh#L10C1-L11C1
And last version format: https://github.com/atuinsh/atuin/releases
The
"latest"unreleased version comes without prefix"v".It seems that you need to be more careful when choosing versions.
Or just remove this prefix from the URL, but then it will have to be specified in the option
"version".