1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

Remove cosign from container

This commit is contained in:
Mike Degatano
2025-12-19 14:37:23 +00:00
parent 1196343620
commit 2d1b8a2b0e
2 changed files with 0 additions and 7 deletions

View File

@@ -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

View File

@@ -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