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

Dockerfile: Fix path in ENTRYPOINT clause. #2635

Merged
merged 1 commit into from
Oct 24, 2022
Merged

Conversation

hjpotter92
Copy link
Member

What does this pull request do? Explain your changes. (required)
The path to installed version of livepeer wasn't reflected in docker image. This PR achieves that.

Specific updates (required)

  • Dockerfile: Fix path in ENTRYPOINT clause.
  • Add DEBIAN_FRONTEND env for non-interactive setup
  • Use multi-arch installation of go and llvm

How did you test each of these updates (required)
CI pipeline for this PR

Does this pull request close any open issues?
Fixes #2633

Checklist:

 - Add `DEBIAN_FRONTEND` env for non-interactive setup
 - Use multi-arch installation of go and llvm
@hjpotter92 hjpotter92 merged commit e1b25b2 into master Oct 24, 2022
@hjpotter92 hjpotter92 deleted the hjp/issue-2633 branch October 24, 2022 07:07
@0xcadams
Copy link
Member

Could we cut another release with this change? The current Dockerfile in the latest release is broken without this.

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

Successfully merging this pull request may close these issues.

docker image with incorrect entrypoint
3 participants