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

Update docker images #209

Closed
GeoffClements opened this issue Aug 22, 2018 · 3 comments
Closed

Update docker images #209

GeoffClements opened this issue Aug 22, 2018 · 3 comments

Comments

@GeoffClements
Copy link

GeoffClements commented Aug 22, 2018

Noting #85, the docker image for armv7-unknown-linux-gnueabihf is based on ubuntu:14.04 which is okay providing you don't need to link to more modern libraries.

In my case I use the gstreamer crate which requires gstreamer-1.0 which is not available in ubuntu:14.04.

Please can you update to ubuntu:18.04.

@Dylan-DPC-zz
Copy link

Hi thanks for reporting this.

However do check this comment that explains why we haven't upgraded yet

@GeoffClements
Copy link
Author

@Dylan-DPC Ok, thanks for the link.

That's means I will probably have to roll my own docker image based on Ubuntu or Debian late enough to support gstreamer1.0. I am aiming to run on RPi2/3 with Tiny Core Linux which currently uses glibc 2.26 so it looks possible.

I have already tried a docker image based on Ubuntu:18.04 for the armhf architecture. In this case cross is not needed because I planned to run the arm versions of cargo and rustc through binfmt services on the host. It didn't work, I got many compile errors.

@Alexhuszagh
Copy link
Contributor

FYI: this has been done since #591.

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

No branches or pull requests

3 participants