-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade base image to debian:bullseye, and introduce per-arch images #10
base: master
Are you sure you want to change the base?
Conversation
…e 'std' does not name a type"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idein/cross-rpi:$tag-$target
image workdir is /tmp
. Did you forget to change /home/idein
?
Thanks, you are correct. I will fix this and push the images. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to build the agent with this new image, and confirmed that it can be built successfully for the Raspberry Pi.
When building for jetson, I get the following error, but I don't think it's a problem with the docker image (probably caused by libssl or build script).
|
What’s the status now? |
Raspberry Pi OS bullseye has now been released and the new bullseye image with libraspberrypi |
... as it is not required since we no longer switch to another user. Co-authored-by: notogawa <n.ohkawa@gmail.com>
2449bc9
to
a7137b0
Compare
A slight improvement of #9.
The per-arch images are now built in separate stages, so we can generate all the images by:
@notogawa @eldesh @ishiy1993 The slim images (
buster-slim*
andbullseye-slim*
) are now pushed to Docker Hub: https://hub.docker.com/r/idein/cross-rpi .Can you have a try and review them?