File tree 8 files changed +30
-22
lines changed
rtl_433_mqtt_autodiscovery
rtl_433_mqtt_autodiscovery-next
8 files changed +30
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"build_from" : {
3
- "aarch64" : " ghcr.io/home-assistant/aarch64-base:3.19 " ,
4
- "amd64" : " ghcr.io/home-assistant/amd64-base:3.19 " ,
5
- "armhf" : " ghcr.io/home-assistant/armhf-base:3.19 " ,
6
- "armv7" : " ghcr.io/home-assistant/armv7-base:3.19 " ,
7
- "i386" : " ghcr.io/home-assistant/i386-base:3.19 "
3
+ "aarch64" : " ghcr.io/home-assistant/aarch64-base:3.21 " ,
4
+ "amd64" : " ghcr.io/home-assistant/amd64-base:3.21 " ,
5
+ "armhf" : " ghcr.io/home-assistant/armhf-base:3.21 " ,
6
+ "armv7" : " ghcr.io/home-assistant/armv7-base:3.21 " ,
7
+ "i386" : " ghcr.io/home-assistant/i386-base:3.21 "
8
8
},
9
9
"args" : {
10
10
"rtl433GitRevision" : " master"
Original file line number Diff line number Diff line change
1
+ ## [ UNRELEASED] - YYYY-MM-DD
2
+
3
+ * Update Alpine base to 3.21
4
+
1
5
## [ 0.5.3] - 2024-10-20
2
6
3
7
* Support SoapySDR devices #198 #199
Original file line number Diff line number Diff line change 1
- ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.19
1
+ ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.21
2
2
FROM $BUILD_FROM as builder
3
3
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"build_from" : {
3
- "aarch64" : " ghcr.io/home-assistant/aarch64-base:3.19 " ,
4
- "amd64" : " ghcr.io/home-assistant/amd64-base:3.19 " ,
5
- "armhf" : " ghcr.io/home-assistant/armhf-base:3.19 " ,
6
- "armv7" : " ghcr.io/home-assistant/armv7-base:3.19 " ,
7
- "i386" : " ghcr.io/home-assistant/i386-base:3.19 "
3
+ "aarch64" : " ghcr.io/home-assistant/aarch64-base:3.21 " ,
4
+ "amd64" : " ghcr.io/home-assistant/amd64-base:3.21 " ,
5
+ "armhf" : " ghcr.io/home-assistant/armhf-base:3.21 " ,
6
+ "armv7" : " ghcr.io/home-assistant/armv7-base:3.21 " ,
7
+ "i386" : " ghcr.io/home-assistant/i386-base:3.21 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"build_from" : {
3
- "aarch64" : " ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.19 " ,
4
- "amd64" : " ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19 " ,
5
- "armhf" : " ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.19 " ,
6
- "armv7" : " ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.19 " ,
7
- "i386" : " ghcr.io/home-assistant/i386-base-python:3.12-alpine3.19 "
3
+ "aarch64" : " ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.21 " ,
4
+ "amd64" : " ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.21 " ,
5
+ "armhf" : " ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.21 " ,
6
+ "armv7" : " ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.21 " ,
7
+ "i386" : " ghcr.io/home-assistant/i386-base-python:3.12-alpine3.21 "
8
8
},
9
9
"args" : {
10
10
"rtl433GitRevision" : " master"
Original file line number Diff line number Diff line change
1
+ ## [ UNRELEASED] - YYYY-MM-DD
2
+
3
+ * Update Alpine base to 3.21
4
+
1
5
## [ 0.8.2] - 2024-06-23
2
6
3
7
* Upgrade base images to support RTL-SDR V4 #181
Original file line number Diff line number Diff line change 1
- ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19
1
+ ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.21
2
2
FROM ${BUILD_FROM} as builder
3
3
4
4
ARG rtl433GitRevision=23.11
Original file line number Diff line number Diff line change 1
1
{
2
2
"build_from" : {
3
- "aarch64" : " ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.19 " ,
4
- "amd64" : " ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19 " ,
5
- "armhf" : " ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.19 " ,
6
- "armv7" : " ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.19 " ,
7
- "i386" : " ghcr.io/home-assistant/i386-base-python:3.12-alpine3.19 "
3
+ "aarch64" : " ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.21 " ,
4
+ "amd64" : " ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.21 " ,
5
+ "armhf" : " ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.21 " ,
6
+ "armv7" : " ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.21 " ,
7
+ "i386" : " ghcr.io/home-assistant/i386-base-python:3.12-alpine3.21 "
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments