From 03f3aee2195fa31ad4de923f0e5b85f2abc543dc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 18 Jul 2022 17:00:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2012.2.1=20(#121)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Dockerfile | 5 +---- example/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/example/Dockerfile b/example/Dockerfile index 9b0f980..e45e624 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -1,10 +1,7 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} -# Copy root filesystem -COPY rootfs / - # Setup base RUN apk add --no-cache \ coreutils=9.1-r0 \ diff --git a/example/build.yaml b/example/build.yaml index 9f7b211..808a222 100644 --- a/example/build.yaml +++ b/example/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:12.0.0 - amd64: ghcr.io/hassio-addons/base/amd64:12.0.0 - armhf: ghcr.io/hassio-addons/base/armhf:12.0.0 - armv7: ghcr.io/hassio-addons/base/armv7:12.0.0 - i386: ghcr.io/hassio-addons/base/i386:12.0.0 + aarch64: ghcr.io/hassio-addons/base:12.2.1 + amd64: ghcr.io/hassio-addons/base:12.2.1 + armhf: ghcr.io/hassio-addons/base:12.2.1 + armv7: ghcr.io/hassio-addons/base:12.2.1 + i386: ghcr.io/hassio-addons/base:12.2.1 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev