Update to 2.9.3

This commit is contained in:
alexbelgium
2021-11-22 12:30:49 +01:00
parent 283f1838c5
commit 04e7658576
3 changed files with 16 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## 2.9.3 (22-11-2021)
- Update to latest version from portainer/portainer
## 2.9.2 (28-10-2021) ## 2.9.2 (28-10-2021)
- Update to latest version from portainer/portainer - Update to latest version from portainer/portainer
- password: define admin password. If kept blank, will allow manual restore of previous backup put in /share - password: define admin password. If kept blank, will allow manual restore of previous backup put in /share

View File

@@ -1,7 +1,7 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0 ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
ARG BUILD_UPSTREAM="2.9.2" ARG BUILD_UPSTREAM="2.9.3"
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@@ -1,5 +1,10 @@
{ {
"arch": ["aarch64", "amd64", "armhf", "armv7"], "arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"description": "Manage your Docker environment with ease", "description": "Manage your Docker environment with ease",
"docker_api": true, "docker_api": true,
"hassio_api": true, "hassio_api": true,
@@ -8,7 +13,10 @@
"ingress_port": 1337, "ingress_port": 1337,
"ingress_stream": true, "ingress_stream": true,
"init": false, "init": false,
"map": ["share:rw", "ssl"], "map": [
"share:rw",
"ssl"
],
"name": "Portainer", "name": "Portainer",
"options": { "options": {
"ssl": false, "ssl": false,
@@ -33,8 +41,8 @@
}, },
"slug": "portainer", "slug": "portainer",
"startup": "services", "startup": "services",
"upstream": "2.9.2", "upstream": "2.9.3",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.9.2", "version": "2.9.3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
} }