Commit e17b0ec
committed
Dockerfile: Switch to using base images by arch
Private DTs do not have base images, so switching
to using base images by arch simplifies automated
testing for them.
We also remove UDEV since it's not needed
for this particular application and throws
the following warning in the application logs:
balena-hello-world Unable to start udev,
container must be run in privileged mode to start udev!
Change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>1 parent 9e8bb2f commit e17b0ec
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
0 commit comments