From 16e109d879042c690f050441ab1698b437781601 Mon Sep 17 00:00:00 2001 From: Rodney Nissen Date: Tue, 18 Oct 2022 17:23:31 -0400 Subject: [PATCH 1/5] Update build.json updating base image from bullseye to buster --- UCTronics_OLED_Display_Python/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UCTronics_OLED_Display_Python/build.json b/UCTronics_OLED_Display_Python/build.json index 7e06813..973b9fb 100644 --- a/UCTronics_OLED_Display_Python/build.json +++ b/UCTronics_OLED_Display_Python/build.json @@ -2,7 +2,7 @@ "image": "homeassistant/armhf-base-raspbian", "shadow_repository": "ghcr.io/home-assistant", "build_from": { - "armhf": "tianon/raspbian:bullseye-slim" + "armhf": "tianon/raspbian:buster-slim" }, "args": { "BASHIO_VERSION": "0.13.1", @@ -13,4 +13,4 @@ "io.hass.base.name": "raspbian", "org.opencontainers.image.source": "https://github.com/home-assistant/docker-base" } -} \ No newline at end of file +} From 91db5d591a6dcf44481b23d5b43f0b382e3ef701 Mon Sep 17 00:00:00 2001 From: Rodney Nissen Date: Tue, 18 Oct 2022 17:41:07 -0400 Subject: [PATCH 2/5] Update build.json using another raspbian bullseye image --- UCTronics_OLED_Display_Python/build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UCTronics_OLED_Display_Python/build.json b/UCTronics_OLED_Display_Python/build.json index 973b9fb..0ade342 100644 --- a/UCTronics_OLED_Display_Python/build.json +++ b/UCTronics_OLED_Display_Python/build.json @@ -2,7 +2,7 @@ "image": "homeassistant/armhf-base-raspbian", "shadow_repository": "ghcr.io/home-assistant", "build_from": { - "armhf": "tianon/raspbian:buster-slim" + "armhf": "navikey/raspbian-bullseye" }, "args": { "BASHIO_VERSION": "0.13.1", From fba59c298b327631a443b41fdac4ed7734185b31 Mon Sep 17 00:00:00 2001 From: Rodney Nissen Date: Thu, 24 Aug 2023 12:46:49 -0400 Subject: [PATCH 3/5] Update repository.json Updating repo to be different from main --- repository.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repository.json b/repository.json index 7c9c0d0..85dc4e0 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,5 @@ { "name": "Home Assistant Add-ons:", - "url": "https://github.com/UCTRONICS/HomeAssistant", - "maintainer": "UCTRONICS " -} \ No newline at end of file + "url": "https://github.com/LordPsycho202/HomeAssistant", + "maintainer": "rnissen " +} From c843ab07bdadc00f00eefd551fcb2bb28a1c3f2c Mon Sep 17 00:00:00 2001 From: Rodney Nissen Date: Thu, 24 Aug 2023 12:54:39 -0400 Subject: [PATCH 4/5] Update build.json --- UCTronics_OLED_Display_Python/build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UCTronics_OLED_Display_Python/build.json b/UCTronics_OLED_Display_Python/build.json index 0ade342..79eab35 100644 --- a/UCTronics_OLED_Display_Python/build.json +++ b/UCTronics_OLED_Display_Python/build.json @@ -2,7 +2,7 @@ "image": "homeassistant/armhf-base-raspbian", "shadow_repository": "ghcr.io/home-assistant", "build_from": { - "armhf": "navikey/raspbian-bullseye" + "armhf": "raspbian/jessie" }, "args": { "BASHIO_VERSION": "0.13.1", From 06d61be53393a153af082dd68adcefe0c7d0b215 Mon Sep 17 00:00:00 2001 From: Rodney Nissen Date: Thu, 24 Aug 2023 13:06:00 -0400 Subject: [PATCH 5/5] Update build.json --- UCTronics_OLED_Display_Python/build.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/UCTronics_OLED_Display_Python/build.json b/UCTronics_OLED_Display_Python/build.json index 79eab35..cb3da34 100644 --- a/UCTronics_OLED_Display_Python/build.json +++ b/UCTronics_OLED_Display_Python/build.json @@ -1,9 +1,7 @@ { "image": "homeassistant/armhf-base-raspbian", "shadow_repository": "ghcr.io/home-assistant", - "build_from": { - "armhf": "raspbian/jessie" - }, + "build_from": "homeassistant/amd64-base", "args": { "BASHIO_VERSION": "0.13.1", "TEMPIO_VERSION": "2021.05.0",