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

Install hangs indefinitely #320

Open
KnorpelSenf opened this issue Jan 27, 2025 · 0 comments
Open

Install hangs indefinitely #320

KnorpelSenf opened this issue Jan 27, 2025 · 0 comments

Comments

@KnorpelSenf
Copy link

KnorpelSenf commented Jan 27, 2025

The install script uses some heuristics to determine if it is run interactively or not. This setup is broken and has some false positives, i.e. it determines that it runs interactively while in fact it does not. As a result, the install script hangs indefinetely.

There also isn't a flag to force skip the interactive shell setup, so there is no known workaround atm. Existing env vars like DEBIAN_FRONTEND=noninteractive are not considered, either.

Some ways to break this are

  • by breaking the -t 0 check, such as if you run the script remotely, see this
  • by running the install script via kaniko during a docker build
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

1 participant