-
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
Multi-arch build #42
Multi-arch build #42
Conversation
jari-hodju
commented
Sep 21, 2023
- re-branched from main due to long list of merge conflicts
- additions and changes from feat-multiarch
- sdk and base image upgrades
- github actions upgrades
- for general info on multi-arch builds, see https://github.com/tiiuae/fog-ros-baseimage/blob/main/docs/Multiarchitecture_builds.md
- re-branched from main due to long list of merge conflicts - additions and changes from feat-multiarch - sdk and base image upgrades - github actions upgrades - for general info on multi-arch builds, see https://github.com/tiiuae/fog-ros-baseimage/blob/main/docs/Multiarchitecture_builds.md
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.
LGTM. We could hold it until PR built images are tested on a drone, in case we would need to do some changes to baseimage etc.
|
||
FROM ghcr.io/tiiuae/fog-ros-baseimage:v2.1.0 | ||
|
||
HEALTHCHECK --interval=5s \ |
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.
Health checks were removed with this commit.
I noticed from Marita's shared logs:
🟨 $hypervisor.mocap-pose | no health check specified
http://100.117.239.56/logs/2023-10-23_10_46-back-12m0s-ghaf/health.txt
I guess this is an accidental regression and not on purpose.
* Multi-arch build - re-branched from main due to long list of merge conflicts - additions and changes from feat-multiarch - sdk and base image upgrades - github actions upgrades - for general info on multi-arch builds, see https://github.com/tiiuae/fog-ros-baseimage/blob/main/docs/Multiarchitecture_builds.md * Update baseimage version to v3.0.0 release * Upgrade baseimage version to v3.0.1 --------- Co-authored-by: Mehmet Killioglu <[email protected]>