Fix Cosign Image build (#95328)

This commit is contained in:
Pascal Vizeli 2023-06-27 09:29:45 +02:00 committed by GitHub
parent c2f7e5840b
commit c3d02d68b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 104 additions and 40 deletions

View file

@ -1,5 +1,8 @@
ARG BUILD_VERSION
FROM homeassistant/armhf-homeassistant:$BUILD_VERSION
ARG \
BUILD_FROM \
BUILD_VERSION
FROM $BUILD_FROM:$BUILD_VERSION
RUN apk --no-cache add \
raspberrypi \