Update to 2.1.27

This commit is contained in:
alexbelgium
2021-11-17 14:37:25 +01:00
parent 80a53bb6e3
commit d52dda52a6
3 changed files with 16 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
## 2.1.27 (17-11-2021)
- Update to latest version from anthonyraymond/joal
## 2.1.26 (18-07-2021) ## 2.1.26 (18-07-2021)
- Update to latest version from anthonyraymond/joal - Update to latest version from anthonyraymond/joal
- config exposed in /config/joal - config exposed in /config/joal

View File

@@ -1,12 +1,12 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_UPSTREAM="2.1.26" ARG BUILD_UPSTREAM="2.1.27"
FROM anthonyraymond/joal:$BUILD_UPSTREAM FROM anthonyraymond/joal:$BUILD_UPSTREAM
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.26" ARG BUILD_UPSTREAM="2.1.27"
ARG BASHIO_VERSION=0.13.1 ARG BASHIO_VERSION=0.13.1
RUN \ RUN \

View File

@@ -1,5 +1,10 @@
{ {
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto", "boot": "auto",
"description": "An open source command line RatioMaster with WebUI", "description": "An open source command line RatioMaster with WebUI",
"environment": {}, "environment": {},
@@ -7,7 +12,9 @@
"host_network": false, "host_network": false,
"ingress": true, "ingress": true,
"ingress_port": 8099, "ingress_port": 8099,
"map": ["config:rw"], "map": [
"config:rw"
],
"name": "Joal", "name": "Joal",
"options": { "options": {
"ui_path": "joal", "ui_path": "joal",
@@ -31,8 +38,8 @@
}, },
"slug": "joal", "slug": "joal",
"startup": "services", "startup": "services",
"upstream": "2.1.26", "upstream": "2.1.27",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.26-5", "version": "2.1.27",
"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" "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"
} }