Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cadvisor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gcr.io/cadvisor/cadvisor:v0.47.2 as cadvisor
FROM ghcr.io/hassio-addons/base:14.3.1
FROM ghcr.io/hassio-addons/base:15.0.7

RUN apk --no-cache add libc6-compat device-mapper findutils ndctl zfs && \

Check failure on line 4 in cadvisor/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Hadolint

DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check failure on line 4 in cadvisor/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Hadolint

DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
apk --no-cache add thin-provisioning-tools --repository http://dl-3.alpinelinux.org/alpine/edge/main/ && \
echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf && \
rm -rf /var/cache/apk/*
Expand Down
6 changes: 3 additions & 3 deletions cadvisor/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:14.3.1
amd64: ghcr.io/hassio-addons/base:14.3.1
armv7: ghcr.io/hassio-addons/base:14.3.1
aarch64: ghcr.io/hassio-addons/base:15.0.7
amd64: ghcr.io/hassio-addons/base:15.0.7
armv7: ghcr.io/hassio-addons/base:15.0.7
Loading