Hello,
I tried to build a new devcontainer this week using the RTK devcontainer feature but I fall into this error:
1.923 ===========================================================================
1.923 Feature : rtk
1.923 Description : CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies.
1.923 Id : ghcr.io/jsburckhardt/devcontainer-features/rtk
1.923 Version : 1.0.0
1.923 Documentation :
1.923 Options :
1.923 VERSION="latest"
1.923 ===========================================================================
3.969 No version provided or 'latest' specified, installing the latest version: null
4.010 Downloading rtk from https://github.com/rtk-ai/rtk/releases/download/null/rtk-x86_64-unknown-linux-musl.tar.gz
4.257 Extracting rtk...
4.265
4.265 gzip: stdin: not in gzip format
4.265 tar: Child returned status 1
4.265 tar: Error is not recoverable: exiting now
4.266 ERROR: Feature "rtk" (ghcr.io/jsburckhardt/devcontainer-features/rtk) failed to install!
I was able to build a such devcontainer last week with success (same feature version and debian base image -> trixie).
I'm wondering why it tries to download rtk-x86_64-unknown-linux-musl.tar.gz => musl => Alpine ?
Thanks
Hello,
I tried to build a new devcontainer this week using the RTK devcontainer feature but I fall into this error:
I was able to build a such devcontainer last week with success (same feature version and debian base image -> trixie).
I'm wondering why it tries to download
rtk-x86_64-unknown-linux-musl.tar.gz=> musl => Alpine ?Thanks