Remove usbutils from machine builds (#91942)
parent
f9ac1f3839
commit
3aa82e122c
|
@ -2,5 +2,4 @@ ARG BUILD_VERSION
|
||||||
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
libva-intel-driver \
|
libva-intel-driver
|
||||||
usbutils
|
|
||||||
|
|
|
@ -5,5 +5,4 @@ FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
||||||
# changes in generic-x86-64 as well.
|
# changes in generic-x86-64 as well.
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
libva-intel-driver \
|
libva-intel-driver
|
||||||
usbutils
|
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
usbutils \
|
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
|
||||||
pybluez \
|
pybluez \
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
--use-deprecated=legacy-resolver
|
--use-deprecated=legacy-resolver
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
|
||||||
usbutils
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
|
||||||
usbutils
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
|
||||||
usbutils
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
|
||||||
usbutils
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
|
||||||
usbutils
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/armhf-homeassistant:$BUILD_VERSION
|
FROM homeassistant/armhf-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
|
||||||
usbutils
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
|
||||||
usbutils
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/i386-homeassistant:$BUILD_VERSION
|
FROM homeassistant/i386-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
|
||||||
usbutils
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
|
||||||
usbutils
|
|
||||||
|
|
|
@ -3,8 +3,7 @@ FROM homeassistant/armhf-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs
|
||||||
usbutils
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Set symlinks for raspberry pi camera binaries.
|
# Set symlinks for raspberry pi camera binaries.
|
||||||
|
|
|
@ -3,8 +3,7 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs
|
||||||
usbutils
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Set symlinks for raspberry pi binaries.
|
# Set symlinks for raspberry pi binaries.
|
||||||
|
|
|
@ -4,7 +4,6 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs \
|
||||||
usbutils \
|
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
|
|
|
@ -4,7 +4,6 @@ FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs \
|
||||||
usbutils \
|
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
|
|
|
@ -4,7 +4,6 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs \
|
||||||
usbutils \
|
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
|
|
|
@ -4,7 +4,6 @@ FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs \
|
||||||
usbutils \
|
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add usbutils \
|
RUN pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
|
||||||
pybluez \
|
pybluez \
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
--use-deprecated=legacy-resolver
|
--use-deprecated=legacy-resolver
|
||||||
|
|
|
@ -3,8 +3,7 @@ FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
raspberrypi \
|
raspberrypi \
|
||||||
raspberrypi-libs \
|
raspberrypi-libs
|
||||||
usbutils
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# Set symlinks for raspberry pi binaries.
|
# Set symlinks for raspberry pi binaries.
|
||||||
|
|
Loading…
Reference in New Issue