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

Docker containers using tag v0.6.0 and v0.7.0 can not find the CLI executable #151

Closed
apeteri opened this issue Sep 14, 2022 · 2 comments · Fixed by #152, #153 or #159
Closed

Docker containers using tag v0.6.0 and v0.7.0 can not find the CLI executable #151

apeteri opened this issue Sep 14, 2022 · 2 comments · Fixed by #152, #153 or #159
Assignees
Labels
kind/bug Something is broken or regressed priority/0 urgent This must be done ASAP

Comments

@apeteri
Copy link

apeteri commented Sep 14, 2022

I receive the following message when trying to run either of them without any arguments:

$ docker run --rm -t -i quay.io/authzed/zed # :latest, :v0.7.0 and :v0.6.0 all return the same result
exec /usr/local/bin/zed: no such file or directory

$ docker run --rm -t -i quay.io/authzed/zed:0.5.0
A client for managing Authzed from your command line.

Usage:
  zed [command]

Available Commands:
[...]
@josephschorr josephschorr added kind/bug Something is broken or regressed priority/0 urgent This must be done ASAP labels Sep 14, 2022
@josephschorr josephschorr self-assigned this Sep 14, 2022
josephschorr added a commit to josephschorr/zed that referenced this issue Sep 14, 2022
static does not work since the binary is not fully static

Fixes authzed#151
@fro-yo
Copy link

fro-yo commented Sep 23, 2022

@josephschorr Running into similar issues with latest/v0.6.0/v0.7.0

$ docker run --rm -t -i quay.io/authzed/zed:v0.6.0
standard_init_linux.go:228: exec user process caused: no such file or directory

$ docker run --rm -t -i quay.io/authzed/zed:v0.7.0
standard_init_linux.go:228: exec user process caused: no such file or directory

$ docker run --rm -t -i quay.io/authzed/zed:latest
standard_init_linux.go:228: exec user process caused: no such file or directory

$ docker run --rm -t -i quay.io/authzed/zed:0.5.0

A client for managing Authzed from your command line.

Usage:
  zed [command]

Available Commands:
[...]

@josephschorr
Copy link
Member

Need to investigate why the image is still not working, yet works when built locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken or regressed priority/0 urgent This must be done ASAP
Projects
None yet
4 participants