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

Can't build testsys tools image due to go mod vender failure for aws-iam-authenticator #804

Closed
etungsten opened this issue Apr 6, 2023 · 2 comments
Assignees

Comments

@etungsten
Copy link
Contributor

make tools fails due to

#43 [kubernetes-build 5/8] RUN go mod vendor
#43 sha256:5e03c3442e5be6e1024edc36039e4e9baf4e9eb71165ab22d30b127d705700f2
#43 139.9 go: github.com/storageos/go-api@v2.2.0+incompatible: reading github.com/storageos/go-api/go.mod at revision v2.2.0: git ls-remote -q origin in /home/builder/go/pkg/mod/cache/vcs/f4474392d641b836e8296e236f2861d83ba42188d7ff117e30acb6b06774a32d: exit status 128:
#43 139.9 	fatal: could not read Username for 'https://github.com': terminal prompts disabled
#43 139.9 Confirm the import path was entered correctly.
#43 139.9 If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
#43 ERROR: executor failed running [/bin/sh -c go mod vendor]: exit code: 1

which is the same issue described in bottlerocket-os/bottlerocket#2956

Need to bump aws-iam-authenticator to 0.6.8, the latest version packaged in Bottlerocket

@etungsten etungsten self-assigned this Apr 6, 2023
@jpmcb
Copy link
Contributor

jpmcb commented Apr 10, 2023

FYI - #805

@ecpullen
Copy link
Contributor

This was fixed by #810

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants