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

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 7ae4582 commit addaf56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cadvisor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.6

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/ && \
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.6
amd64: ghcr.io/hassio-addons/base:15.0.6
armv7: ghcr.io/hassio-addons/base:15.0.6

0 comments on commit addaf56

Please sign in to comment.