Stefan Agner
02d85d73ef
Create builder group only if required ( #2709 )
...
In case a group with the same id as used outside the container already
exists, do not create a group inside the container.
It seems that GitHub Action runners started to use primary group id 999
which is the default group id used by the Docker daemon.
2023-08-28 09:52:45 +02:00
Stefan Agner
66303c1078
Use anonymous Docker volume as build output ( #1825 )
...
* Use anonymous Docker volume as build output
Use anonymous Docker volumes as build output. This makes sure
every build is using a clean output directory.
2022-03-31 23:43:37 +02:00
Stefan Agner
8d448a130c
Set permissions for builder on entry ( #1002 )
...
Make sure the builder can write the ccache directory. This is useful
e.g. when using a Docker volume or a newly created directory.
2020-11-17 16:27:30 +01:00
Pascal Vizeli
d1d3593d65
Fix boot ( #459 )
...
* Fix permission check
* Remove fails on copy
* Disable FB_BCM2708
* Don't touch the memory map from first stage
* bootcode.bin is not needed on rpi4
2019-08-28 10:32:46 +02:00
Pascal Vizeli
1febb31647
Lint hostapp.sh and robust umount ( #406 )
...
* Lint hostapp.sh and robust umount
* Update hostapp.sh
* Update Dockerfile
* Update Dockerfile
* Update hassos.mk
* Update hostapp.sh
* Update Dockerfile
* Update hassos.mk
* Update hostapp.sh
* Update hdd-image.sh
* Update entry.sh
2019-05-14 23:22:48 +02:00
Pascal Vizeli
e8d14bdc60
Support build as user ( #405 )
...
* Support build as user
* Update enter.sh
* Update Dockerfile
* Update enter.sh
* Update entry.sh
2019-05-14 01:16:40 +02:00
Pascal Vizeli
d347532c96
Change docker entry point script to allow additional commands ( #403 )
...
* Change docker entry point script to allow additional commands
* Delete Dockerfile
2019-05-13 17:43:11 +02:00
Pascal Vizeli
e3dfcb8309
Update stuff
2018-04-16 20:00:59 +02:00