mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 12:29:10 +02:00
Update to 2.5.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 2.5.0 (18-05-2021)
|
||||||
|
- Update to latest version from portainer/portainer
|
||||||
- ssl
|
- ssl
|
||||||
- ingress with nginx
|
- ingress with nginx
|
||||||
- password setting through addon option
|
- password setting through addon option
|
||||||
|
|||||||
@@ -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.1.1"
|
ARG BUILD_UPSTREAM="2.5.0"
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Portainer",
|
"name": "Portainer",
|
||||||
"version": "2.1.1-dev4",
|
"version": "2.5.0",
|
||||||
"upstream": "2.1.1",
|
"upstream": "2.5.0",
|
||||||
"slug": "portainer",
|
"slug": "portainer",
|
||||||
"description": "Manage your Docker environment with ease",
|
"description": "Manage your Docker environment with ease",
|
||||||
"url": "https://github.com/hassio-addons/addon-portainer",
|
"url": "https://github.com/hassio-addons/addon-portainer",
|
||||||
@@ -11,9 +11,16 @@
|
|||||||
"startup": "services",
|
"startup": "services",
|
||||||
"panel_icon": "mdi:docker",
|
"panel_icon": "mdi:docker",
|
||||||
"homeassistant": "0.92.0b2",
|
"homeassistant": "0.92.0b2",
|
||||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armhf",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": ["ssl"],
|
"map": [
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"9000/tcp": 9000,
|
"9000/tcp": 9000,
|
||||||
"8000/tcp": null
|
"8000/tcp": null
|
||||||
|
|||||||
Reference in New Issue
Block a user