-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Feature id and version
ghcr.io/devcontainers-extra/features/terragrunt:1
Dev Container base Image
mcr.microsoft.com/devcontainers/base:ubuntu
What happened?
Between terragrunt 0.93.5:
https://github.com/gruntwork-io/terragrunt/releases/tag/v0.93.5
and 0.93.6:
https://github.com/gruntwork-io/terragrunt/releases/tag/v0.93.6
there was a change: they started publishing not just binaries like terragrunt_linux_amd64 but also .zip and tar.gz files. Unfortunately, nanolayer does NOT like this:
#17 2.976 nanolayer.installers.gh_release.resolvers.asset_resolver.AssetResolver.AssetResolverError: Too many matches found: ['terragrunt_linux_amd64', 'terragrunt_linux_amd64.tar.gz', 'terragrunt_linux_amd64.zip']
I specified 0.93.5 rather than taking latest as a workaround, but it would be good to fix this.
Relevant log output
https://github.com/lot49-cybernetics/devcontainers/actions/runs/20682601238/job/59378817199Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working