update protainer version to 2.16.0 and hassio base image
This commit is contained in:
@@ -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
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ RUN \
|
|||||||
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \
|
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \
|
||||||
\
|
\
|
||||||
&& curl -L -s \
|
&& 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/
|
| tar zxvf - -C /opt/
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
@@ -40,7 +40,7 @@ LABEL \
|
|||||||
org.opencontainers.image.title="${BUILD_NAME}" \
|
org.opencontainers.image.title="${BUILD_NAME}" \
|
||||||
org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
|
org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
|
||||||
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
|
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.licenses="MIT" \
|
||||||
org.opencontainers.image.url="https://addons.community" \
|
org.opencontainers.image.url="https://addons.community" \
|
||||||
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
|
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "ghcr.io/hassio-addons/base/aarch64:12.2.2",
|
"aarch64": "ghcr.io/hassio-addons/base/aarch64:12.2.4",
|
||||||
"amd64": "ghcr.io/hassio-addons/base/amd64:12.2.2",
|
"amd64": "ghcr.io/hassio-addons/base/amd64:12.2.4",
|
||||||
"armhf": "ghcr.io/hassio-addons/base/armhf:12.2.2",
|
"armhf": "ghcr.io/hassio-addons/base/armhf:12.2.4",
|
||||||
"armv7": "ghcr.io/hassio-addons/base/armv7:12.2.2"
|
"armv7": "ghcr.io/hassio-addons/base/armv7:12.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Portainer",
|
"name": "Portainer",
|
||||||
"version": "3.1.0",
|
"version": "3.2.0",
|
||||||
"slug": "portainer",
|
"slug": "portainer",
|
||||||
"description": "Manage your Docker environment with ease.",
|
"description": "Manage your Docker environment with ease.",
|
||||||
"url": "https://git.nstoerzbach.de/nico.stoerzbach/hassio-repository",
|
"url": "https://git.nstoerzbach.de/nico.stoerzbach/hassio-repository",
|
||||||
|
|||||||
Reference in New Issue
Block a user