Docker: pin apk repositories for build deps (cmake/build-base); bump add-on to 0.5.17
This commit is contained in:
@@ -5,7 +5,11 @@ FROM ${BUILD_FROM}
|
|||||||
# OpenClaw requires Node 20+, so we install a Node 20 musl build directly.
|
# OpenClaw requires Node 20+, so we install a Node 20 musl build directly.
|
||||||
ARG NODE_VERSION=22.12.0
|
ARG NODE_VERSION=22.12.0
|
||||||
|
|
||||||
|
# NOTE: HA add-on base images sometimes ship with a limited /etc/apk/repositories.
|
||||||
|
# We explicitly enable Alpine main+community to ensure cmake/build-base are available.
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.18/main \
|
||||||
|
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.18/community \
|
||||||
bash \
|
bash \
|
||||||
git \
|
git \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: OpenClaw Assistant
|
name: OpenClaw Assistant
|
||||||
version: "0.5.16"
|
version: "0.5.17"
|
||||||
slug: openclaw_assistant
|
slug: openclaw_assistant
|
||||||
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
|
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
|
||||||
url: https://github.com/techartdev/OpenClawHomeAssistant
|
url: https://github.com/techartdev/OpenClawHomeAssistant
|
||||||
|
|||||||
Reference in New Issue
Block a user