Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: gh-release multiple binary matches were found in archive #595

Open
sevetseh28 opened this issue Apr 17, 2024 · 3 comments
Open

[Bug]: gh-release multiple binary matches were found in archive #595

sevetseh28 opened this issue Apr 17, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@sevetseh28
Copy link

sevetseh28 commented Apr 17, 2024

Feature id and version

ghcr.io/devcontainers-contrib/features/gh-release:1

Devcontainer base Image

any

What happened?

I'm trying to install OpenVsCode Server as a feature but since the release contain two binaries with the same name I'm getting:

6.914 nanolayer.installers.gh_release.resolvers.binary_resolver.BinaryResolver.BinaryResolverError: multiple binary matches were found in archive: ['openvscode-server-v1.88.0-linux-x64/bin/remote-cli/openvscode-server', 'openvscode-server-v1.88.0-linux-x64/bin/openvscode-server']

My config is:

"ghcr.io/devcontainers-contrib/features/gh-release:1": {
      "repo": "gitpod-io/openvscode-server",
      "binaryNames": "openvscode-server",
      "version": "openvscode-server-v1.88.0",
      "assetRegex": ".*linux-x64\\.tar\\.gz",
      "binLocation": "/usr/local/bin"
    }

Relevant log output

No response

@sevetseh28 sevetseh28 added the bug Something isn't working label Apr 17, 2024
@sevetseh28
Copy link
Author

cc @danielbraun89

@sevetseh28
Copy link
Author

@danielbraun89 I created the fix for nano layer here: devcontainers-contrib/nanolayer#62 pls review

@evilhamsterman
Copy link

This project is not associated with the devcontainer project and appears to have been abandoned #628 . The official project has removed all devcontainer-contrib features from their listing. devcontainers/devcontainers.github.io#451. There is a fork that is being worked on to update and maintain the features https://github.com/devcontainers-extra/features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@evilhamsterman @sevetseh28 and others