update protainer version to 2.16.0 and hassio base image

This commit is contained in:
2022-11-01 16:18:13 +01:00
parent 7cf16ee403
commit 81d3fd429b
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.2.4
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@@ -14,7 +14,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \
\
&& curl -L -s \
"https://github.com/portainer/portainer/releases/download/2.14.2/portainer-2.14.2-linux-${ARCH}.tar.gz" \
"https://github.com/portainer/portainer/releases/download/2.16.0/portainer-2.16.0-linux-${ARCH}.tar.gz" \
| tar zxvf - -C /opt/
# Copy root filesystem
@@ -40,7 +40,7 @@ LABEL \
org.opencontainers.image.title="${BUILD_NAME}" \
org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
org.opencontainers.image.authors="Franck Nijhof <frenck@addons.community>" \
org.opencontainers.image.authors="Nico Störzbach <nico@nstoerzbach.de>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://addons.community" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \

View File

@@ -1,8 +1,8 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:12.2.2",
"amd64": "ghcr.io/hassio-addons/base/amd64:12.2.2",
"armhf": "ghcr.io/hassio-addons/base/armhf:12.2.2",
"armv7": "ghcr.io/hassio-addons/base/armv7:12.2.2"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:12.2.4",
"amd64": "ghcr.io/hassio-addons/base/amd64:12.2.4",
"armhf": "ghcr.io/hassio-addons/base/armhf:12.2.4",
"armv7": "ghcr.io/hassio-addons/base/armv7:12.2.4"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "Portainer",
"version": "3.1.0",
"version": "3.2.0",
"slug": "portainer",
"description": "Manage your Docker environment with ease.",
"url": "https://git.nstoerzbach.de/nico.stoerzbach/hassio-repository",