Skip to content
Merged
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 base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ARG PYTHON_VERSION="v3.14.0"
ARG PYTHON_SHA256="2299dae542d395ce3883aca00d3c910307cd68e0b2f7336098c8e7b7eee9f3e9"
ARG PYTHON_PIP_VERSION="25.3"
ARG PYTHON_SETUPTOOLS_VERSION="80.9.0"
ARG PYTHON_SETUPTOOLS_VERSION="80.10.1"

# hadolint ignore=DL3003,DL4006,SC2155
RUN \
Expand Down Expand Up @@ -126,7 +126,7 @@
ARG BUILD_REPOSITORY

# Labels
LABEL \

Check warning on line 129 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build aarch64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 129 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build amd64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 129 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build amd64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 129 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build aarch64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
io.hass.name="Addon Python base for ${BUILD_ARCH}" \
io.hass.description="Home Assistant Community Add-on: ${BUILD_ARCH} Python base image" \
io.hass.arch="${BUILD_ARCH}" \
Expand Down