-
Notifications
You must be signed in to change notification settings - Fork 520
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 build fails on the v2.5.0 tag #1023
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Comments
joeyparrish
added a commit
to joeyparrish/shaka-packager
that referenced
this issue
Mar 8, 2022
This fixes build issues in our CI, our Dockerfiles, and in general. Closes shaka-project#1023
joeyparrish
added a commit
to joeyparrish/shaka-packager
that referenced
this issue
Mar 8, 2022
This fixes build issues in our CI, our Dockerfiles, and in general. Closes shaka-project#1023
joeyparrish
added a commit
to joeyparrish/shaka-packager
that referenced
this issue
Mar 8, 2022
Using the latest depot_tools no longer works. depot_tools also wants to auto-update itself, which must now be disabled. We also need to disable the copy of python (vpython) included in depot_tools, since for some distros, it has dependencies on system libraries that no longer exist. This fixes build issues in our CI, our Dockerfiles, and in general on certain platforms or distros. Closes shaka-project#1023
joeyparrish
added a commit
to joeyparrish/shaka-packager
that referenced
this issue
Mar 8, 2022
Using the latest depot_tools no longer works. depot_tools also wants to auto-update itself, which must now be disabled. We also need to disable the copy of python (vpython) included in depot_tools, since for some distros, it has dependencies on system libraries that no longer exist. Finally, we need to force some distros to use python 2, because our build system is ancient and needs to be ripped out and replaced some day soon. This fixes build issues in our CI, our Dockerfiles, and in general on certain platforms or distros. Closes shaka-project#1023
joeyparrish
added a commit
to joeyparrish/shaka-packager
that referenced
this issue
Mar 8, 2022
Using the latest depot_tools no longer works. depot_tools also wants to auto-update itself, which must now be disabled. We also need to disable the copy of python (vpython) included in depot_tools, since for some distros, it has dependencies on system libraries that no longer exist. Finally, we need to force some distros to use python 2, because our build system is ancient and needs to be ripped out and replaced some day soon. This fixes build issues in our CI, our Dockerfiles, and in general on certain platforms or distros. Closes shaka-project#1023
joeyparrish
added a commit
to joeyparrish/shaka-packager
that referenced
this issue
Mar 8, 2022
Using the latest depot_tools no longer works. depot_tools also wants to auto-update itself, which must now be disabled. We also need to disable the copy of python (vpython) included in depot_tools, since for some distros, it has dependencies on system libraries that no longer exist. Finally, we need to force some distros to use python 2, because our build system is ancient and needs to be ripped out and replaced some day soon. This fixes build issues in our CI, our Dockerfiles, and in general on certain platforms or distros. Closes shaka-project#1023
joeyparrish
added a commit
to joeyparrish/shaka-packager
that referenced
this issue
Mar 8, 2022
Using the latest depot_tools no longer works. depot_tools also wants to auto-update itself, which must now be disabled. We also need to disable the copy of python (vpython) included in depot_tools, since for some distros, it has dependencies on system libraries that no longer exist. Finally, we need to force some distros to use python 2, because our build system is ancient and needs to be ripped out and replaced some day soon. This fixes build issues in our CI, our Dockerfiles, and in general on certain platforms or distros. Closes shaka-project#1023
joeyparrish
added a commit
that referenced
this issue
Mar 9, 2022
Using the latest depot_tools no longer works. depot_tools also wants to auto-update itself, which must now be disabled. We also need to disable the copy of python (vpython) included in depot_tools, since for some distros, it has dependencies on system libraries that no longer exist. Finally, we need to force some distros to use python 2, because our build system is ancient and needs to be ripped out and replaced some day soon. This fixes build issues in our CI, our Dockerfiles, and in general on certain platforms or distros. Closes #1023
sr1990
pushed a commit
to sr1990/shaka-packager
that referenced
this issue
Feb 18, 2023
Using the latest depot_tools no longer works. depot_tools also wants to auto-update itself, which must now be disabled. We also need to disable the copy of python (vpython) included in depot_tools, since for some distros, it has dependencies on system libraries that no longer exist. Finally, we need to force some distros to use python 2, because our build system is ancient and needs to be ripped out and replaced some day soon. This fixes build issues in our CI, our Dockerfiles, and in general on certain platforms or distros. Closes shaka-project#1023
sr1990
pushed a commit
to sr1990/shaka-packager
that referenced
this issue
Feb 18, 2023
Using the latest depot_tools no longer works. depot_tools also wants to auto-update itself, which must now be disabled. We also need to disable the copy of python (vpython) included in depot_tools, since for some distros, it has dependencies on system libraries that no longer exist. Finally, we need to force some distros to use python 2, because our build system is ancient and needs to be ripped out and replaced some day soon. This fixes build issues in our CI, our Dockerfiles, and in general on certain platforms or distros. Closes shaka-project#1023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
System info
Operating System: ubuntu 18.04
Shaka Packager Version: v2.5.0
Issue and steps to reproduce the problem
Dockerfile-v2.5.0 file
Extra steps to reproduce the problem?
docker build - < Dockerfile-v2.5.0
What is the expected result?
shaka-packager build !
What happens instead?
The text was updated successfully, but these errors were encountered: