Skip to content

Commit abe190b

Browse files
Mount Host /run into udev onboot container: (#272)
## Description <!--- Please describe what this PR is going to change --> This puts the /run data from udev into the root filesystem as opposed to just the udev container filesystem. This is needed because other containers need access to this data. ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents f5b52b8 + 76a49c6 commit abe190b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ jobs:
252252
checksum.txt
253253
prerelease: true
254254
tag_name: latest
255+
draft: false
255256

256257
release-tag:
257258
name: Publish all Hooks to GitHub Releases for a tag

linuxkit-templates/hook.template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ onboot:
4949
- /dev:/dev
5050
- /sys:/sys
5151
- /lib/modules:/lib/modules
52+
- /run:/run
5253
rootfsPropagation: shared
5354
devices:
5455
- path: all
@@ -87,6 +88,7 @@ services:
8788
- /etc/motd:/etc/motd
8889
- /etc/os-release:/etc/os-release
8990
- /:/host_root
91+
- /run:/run
9092
- /dev:/dev
9193
- /dev/console:/dev/console
9294
- /usr/bin/nerdctl:/usr/bin/nerdctl

0 commit comments

Comments
 (0)