Skip to content

gosumdb: "not found: create zip: docker/node:alpine: malformed file path "docker/node:alpine": invalid char ':'" #66243

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

Closed
inteon opened this issue Mar 11, 2024 · 2 comments

Comments

@inteon
Copy link

inteon commented Mar 11, 2024

Go version

go version go1.22.1 linux/amd64

Output of go env in your module/workspace:

N/A

What did you do?

$ go get github.com/DopplerHQ/[email protected]
go: downloading github.com/DopplerHQ/cli v0.5.9
go: github.com/DopplerHQ/[email protected]: create zip: docker/node:alpine: malformed file path "docker/node:alpine": invalid char ':'
docker/python:alpine: malformed file path "docker/python:alpine": invalid char ':'
docker/ruby:alpine: malformed file path "docker/ruby:alpine": invalid char ':'

What did you see happen?

gosumdb is returning an unexpected error (see https://sum.golang.org/lookup/github.com/!doppler!h!q/[email protected]):

not found: create zip: docker/node:alpine: malformed file path "docker/node:alpine": invalid char ':'
docker/python:alpine: malformed file path "docker/python:alpine": invalid char ':'
docker/ruby:alpine: malformed file path "docker/ruby:alpine": invalid char ':'

What did you expect to see?

No error or a different error.

@SgtCoDFish
Copy link

It looks like this is because there are files in this repo which have colons in them: https://github.com/DopplerHQ/cli/tree/v0.5.9/docker

The error appears to be propagated to the sumdb. Same happens with v0.5.10:

@seankhliao
Copy link
Member

Duplicate of #45549

@seankhliao seankhliao marked this as a duplicate of #45549 Mar 11, 2024
@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2024
@golang golang locked and limited conversation to collaborators Mar 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants