-
-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #994 from linuxserver/universal-docker-in-docker-fd
use lower fd, remove arm32 checks
- Loading branch information
Showing
5 changed files
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
root/etc/s6-overlay/s6-rc.d/init-mod-universal-docker-in-docker-add-package/run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
root/etc/s6-overlay/s6-rc.d/init-mod-universal-docker-in-docker-qemu/run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
#!/usr/bin/with-contenv bash | ||
|
||
if [[ $(uname -m) = "armv7l" ]]; then | ||
echo "**** The universal docker mod no longer supports arm32v7/armhf per https://info.linuxserver.io/issues/2023-07-01-armhf/ ****" | ||
exit 0 | ||
fi | ||
|
||
echo "**** Enabling QEMU ****" | ||
docker pull lscr.io/linuxserver/qemu-static | ||
exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes |
2 changes: 1 addition & 1 deletion
2
root/etc/s6-overlay/s6-rc.d/svc-mod-universal-docker-in-docker/notification-fd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
10736 | ||
736 |
5 changes: 0 additions & 5 deletions
5
root/etc/s6-overlay/s6-rc.d/svc-mod-universal-docker-in-docker/run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters