-
Notifications
You must be signed in to change notification settings - Fork 115
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
Host extensions support #1987
Host extensions support #1987
Conversation
ff4b9f4
to
f344f79
Compare
9f6d9f7
to
0430f83
Compare
8410b4d
to
04ee4e9
Compare
I have performed the following testing:
|
82e437b
to
659889c
Compare
@balena-ci retest |
@resin-jenkins retest this please |
1 similar comment
@resin-jenkins retest this please |
@balena-ci retest |
@resin-jenkins retest this please |
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.
Good to go
@resin-jenkins retest this please |
@resin-jenkins retest this please |
5 similar comments
@resin-jenkins retest this please |
@resin-jenkins retest this please |
@resin-jenkins retest this please |
@resin-jenkins retest this please |
@resin-jenkins retest this please |
Host extension images contain extra content that is overlayed over the root filesystem at boot. This commits adds the default host extensions to the data partition image, stores their repository tags in the /etc directory, and creates the containers so that mobynit can mount the container filesystems on boot. Change-type: patch Signed-off-by: Alex Gonzalez <alexg@balena.io>
This variable allows the hostapp extensions updater script to update the hostapp extensions in the system. Change-type: patch Signed-off-by: Alex Gonzalez <alexg@balena.io>
This script triggers an installation or update of the hostapp extensions in the system. The list of hostapp extensions to install can either be passed to the script or it will use the ones set in config.json or hostapp-extensions.conf in that order. Change-type: patch Signed-off-by: Alex Gonzalez <alexg@balena.io>
This commit adds the update-hostapp-extensions utility. It can be run with: systemd-run update-hostapp-extensions -r Change-type: patch Signed-off-by: Alex Gonzalez <alexg@balena.io>
Add a new section that described the host extensions functionality. Fixes #1984 Change-type: minor Changelog-entry: Add host extensions support Signed-off-by: Alex Gonzalez <alexg@balena.io>
343cf0a
to
1d33429
Compare
@resin-jenkins retest this please |
@resin-jenkins retest this please |
Testbot DUTs are having trouble and are being debugged (internal link https://www.flowdock.com/app/rulemotion/p-testbot/threads/uBhZdMU4zcdm2wzXDP7D1hMvg1Z) Merging this commit as all DUTs have passed tests in several triggers, even though not all at the same time. |
@balena-ci republish |
@alexgg |
hi @openedhardware still a work in progress, currently focusing on the updating process for these extra container images. We are working towards a release before the end of Q1. |
Hi, @alexgg |
@openedhardware as far as i know it has been pushed forward into a larger BalenaOS release. Don't expect it to be released any time soon as release dates have been postponed again and again. In the meantime, we have build our own OS and open-sourced it. If it helps you forward, please take a look at HawkeyeOS |
hi @openedhardware unfortunately this improvement is still blocked on changes further up the product stack. We are currently working on the UI and supervisor modifications to allow for field updates of extensions. |
Contributor checklist
Change-type
present on at least one commitSigned-off-by
is presentReviewer Guidelines