mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-20 10:28:45 +00:00
Remove cosign from container
This commit is contained in:
@@ -7,9 +7,6 @@ ENV \
|
|||||||
CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 \
|
CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 \
|
||||||
UV_SYSTEM_PYTHON=true
|
UV_SYSTEM_PYTHON=true
|
||||||
|
|
||||||
ARG \
|
|
||||||
COSIGN_VERSION
|
|
||||||
|
|
||||||
# Install base
|
# Install base
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
RUN \
|
RUN \
|
||||||
@@ -25,8 +22,6 @@ RUN \
|
|||||||
openssl \
|
openssl \
|
||||||
yaml \
|
yaml \
|
||||||
\
|
\
|
||||||
&& curl -Lso /usr/bin/cosign "https://github.com/home-assistant/cosign/releases/download/${COSIGN_VERSION}/cosign_${BUILD_ARCH}" \
|
|
||||||
&& chmod a+x /usr/bin/cosign \
|
|
||||||
&& pip3 install uv==0.9.18
|
&& pip3 install uv==0.9.18
|
||||||
|
|
||||||
# Install requirements
|
# Install requirements
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ build_from:
|
|||||||
cosign:
|
cosign:
|
||||||
base_identity: https://github.com/home-assistant/docker-base/.*
|
base_identity: https://github.com/home-assistant/docker-base/.*
|
||||||
identity: https://github.com/home-assistant/supervisor/.*
|
identity: https://github.com/home-assistant/supervisor/.*
|
||||||
args:
|
|
||||||
COSIGN_VERSION: 2.5.3
|
|
||||||
labels:
|
labels:
|
||||||
io.hass.type: supervisor
|
io.hass.type: supervisor
|
||||||
org.opencontainers.image.title: Home Assistant Supervisor
|
org.opencontainers.image.title: Home Assistant Supervisor
|
||||||
|
|||||||
Reference in New Issue
Block a user