forked from compujuckel/adsb-docker
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
App Updates and Balena Blocks Changes (#68)
* Update FR24Feed Version (#3) From 1.0.29-10 to 1.0.30-3 (https://repo-feed.flightradar24.com/CHANGELOG.md) * Update MLAT Tag to latest (#4) From 0.3.9 to 0.4.2 (https://github.com/adsbxchange/mlat-client/tags). This will also match the mlat container. * Update READSB Version Newest commit: a25f8ea9c8427ad1bea82f244b7967ac8cd3153f * Update repo source file (and small typo fix) Repo source from buster to bullseye, and a small typo fix in the commented code. * Update traefik to v2.9.5 Bumped traefik to v2.9.5 (https://github.com/traefik/traefik/releases/tag/v2.9.5) * Update traefik github URL Updated the github URL for traefik * Update minimum binary used (armv6) It looks like Traefik isn't making armv5 binaries anymore. I'm not sure if this will break certain devices. Updating to armv6 * Updating URL (balenalabs) It seems that 'balenablocks' no longer works, and should now be 'balenalabs'. (see https://github.com/balena-labs-projects/browser) * Updating URL (balenalabs) It seems that 'balenablocks' no longer works, and should now be 'balenalabs'. (see https://github.com/balena-labs-projects/fbcp) * Updating URL (balenalabs) It seems that 'balenablocks' no longer works, and should now be 'balenalabs'. (see https://github.com/balena-labs-projects/wifi-connect)
- Loading branch information
Showing
9 changed files
with
14 additions
and
14 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
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 @@ | ||
FROM bhcr.io/balenablocks/fbcp/1.0.2 | ||
FROM bhcr.io/balenalabs/fbcp/1.0.2 |
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,4 +1,4 @@ | ||
FROM bh.cr/balenablocks/browser-%%BALENA_ARCH%%/2.4.5 | ||
FROM bh.cr/balenalabs/browser-%%BALENA_ARCH%%/2.4.5 | ||
|
||
RUN install_packages cec-utils | ||
|
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 @@ | ||
FROM balenablocks/wifi-connect:%%BALENA_ARCH%% | ||
FROM bh.cr/balenalabs/wifi-connect-%%BALENA_ARCH%% |
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
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
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
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
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