mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update to 2.1.29
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.1.29 (23-12-2021)
|
||||
- Update to latest version from anthonyraymond/joal
|
||||
|
||||
## 2.1.28 (14-12-2021)
|
||||
- Update to latest version from anthonyraymond/joal
|
||||
- New standardized logic for Dockerfile build and packages installation
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#################
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_UPSTREAM="2.1.28"
|
||||
ARG BUILD_UPSTREAM="2.1.29"
|
||||
FROM anthonyraymond/joal:$BUILD_UPSTREAM
|
||||
|
||||
##################
|
||||
@@ -52,7 +52,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="2.1.28"
|
||||
ARG BUILD_UPSTREAM="2.1.29"
|
||||
|
||||
################
|
||||
# 4 Entrypoint #
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
},
|
||||
"slug": "joal",
|
||||
"startup": "services",
|
||||
"upstream": "2.1.28",
|
||||
"upstream": "2.1.29",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.1.28",
|
||||
"version": "2.1.29",
|
||||
"webui": "http://[HOST]:[PORT:8081]/joal/ui?ui_credentials=%7B%22host%22%3A%22[HOST]%22%2C%22port%22%3A%22[PORT:8081]%22%2C%22pathPrefix%22%3A%22joal%22%2C%22secretToken%22%3A%22lrMY24Byhx%22%7D"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user