Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/northernman54/docker-test
Homebridge test images
https://github.com/northernman54/docker-test
Last synced: 9 days ago
JSON representation
Homebridge test images
- Host: GitHub
- URL: https://github.com/northernman54/docker-test
- Owner: NorthernMan54
- License: mit
- Created: 2023-10-30T19:23:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T15:23:34.000Z (12 months ago)
- Last Synced: 2024-10-04T12:04:43.439Z (about 1 month ago)
- Language: JavaScript
- Size: 4.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This is a collection of docker images for testing Homebridge against various platforms and operating release levels. These only work when run on a Linux platform, and can not be run on a MacOS or windows Platform. So to workaround this, I'm using a Virtual Box Ubuntu Image on my Intel Mac, and running docker inside that. To make it easy to work with the files, I mounted the git repo from my Coding working on the Mac into Virtual Box.
These images are designed to run homebridge-config-ui-x as a service
# Raspberry PI
## Raspbian Buster - ./runRPIBuster.sh
This docker images creates a Raspbian Buster environment and sets up / configures homebridge via the current homebridge APT package. Startup time takes about 3-4 minutes, and you can access homebridge via the UI.
```
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
``````
getconf GNU_LIBC_VERSION
glibc 2.28
```## Ubuntu Buster - ./runX86.sh
This docker images creates a X86_64 Buster environment and sets up / configures homebridge via the current homebridge APT package. Startup time takes about 3-4 minutes, and you can access homebridge via the UI.
```
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
``````
getconf GNU_LIBC_VERSION
glibc 2.28
```