I tried to start a new devcontainer based on the latest ubuntu with the terraform feature. I got the same error messages as described in #1418
After downgrading to ubuntu-24.04 everything works fine.
Looks like the workaround introduced for ubuntu noble is still needed in raccon:
|
# This is because ubuntu noble and debian trixie don't support the old format of GPG keys and validation |
|
NEW_GPG_CODENAMES="trixie noble" |
I tried to start a new devcontainer based on the latest ubuntu with the terraform feature. I got the same error messages as described in #1418
After downgrading to ubuntu-24.04 everything works fine.
Looks like the workaround introduced for ubuntu noble is still needed in raccon:
features/src/terraform/install.sh
Lines 22 to 23 in 6c375f1