Skip to content

Commit

Permalink
Upgrade add-on base image to 4.0.0 (#90)
Browse files Browse the repository at this point in the history
* Upgrade add-on base image to 4.0.0

* Remove now obsolete supervisor API access

* Oops :)
  • Loading branch information
frenck authored Jan 22, 2021
1 parent 6814a94 commit 0bb17af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/debian-base:3.2.3
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down Expand Up @@ -28,7 +28,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "amd64" ]; then \
apt-get install -y --no-install-recommends \
libasound2=1.1.8-1 \
libcups2=2.2.10-6+deb10u3 \
libcups2=2.2.10-6+deb10u4 \
libdbus-1-3=1.12.20-0+deb10u1 \
libglib2.0-0=2.58.3-2+deb10u2 \
libgtk-3-0=3.24.5-1 \
Expand Down
6 changes: 3 additions & 3 deletions grafana/build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_from": {
"aarch64": "hassioaddons/debian-base-aarch64:3.2.3",
"amd64": "hassioaddons/debian-base-amd64:3.2.3",
"armv7": "hassioaddons/debian-base-armv7:3.2.3"
"aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.0.0",
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.0.0",
"armv7": "ghcr.io/hassio-addons/debian-base/armv7:4.0.0"
}
}
1 change: 0 additions & 1 deletion grafana/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"panel_icon": "mdi:chart-timeline",
"panel_title": "Grafana",
"arch": ["aarch64", "amd64", "armv7"],
"hassio_api": true,
"map": ["ssl"],
"options": {
"plugins": [],
Expand Down

0 comments on commit 0bb17af

Please sign in to comment.