Skip to content

Commit 4299242

Browse files
authored
Merge pull request #91 from linuxserver/signing-update
2 parents b724c60 + 0f4611e commit 4299242

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ RUN --mount=type=bind,from=cosign-bin,source=/ko-app/cosign,target=/usr/local/bi
5050
/tmp/lychee.zip -L \
5151
"https://github.com/LycheeOrg/Lychee/releases/download/${LYCHEE_VERSION}/Lychee.zip" && \
5252
curl -o \
53-
/tmp/lychee.zip.asc -L \
54-
"https://github.com/LycheeOrg/Lychee/releases/download/${LYCHEE_VERSION}/Lychee.zip.asc" && \
55-
cosign verify-blob --key /config/lychee.pub --signature /tmp/lychee.zip.asc /tmp/lychee.zip && \
53+
/tmp/lychee.zip.sigstore.json -L \
54+
"https://github.com/LycheeOrg/Lychee/releases/download/${LYCHEE_VERSION}/Lychee.zip.sigstore.json" && \
55+
cosign verify-blob --key /config/lychee.pub --bundle /tmp/lychee.zip.sigstore.json /tmp/lychee.zip && \
5656
unzip -q /tmp/lychee.zip -d /app && \
5757
mv /app/Lychee /app/www && \
5858
echo "**** install composer dependencies ****" && \

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ RUN --mount=type=bind,from=cosign-bin,source=/ko-app/cosign,target=/usr/local/bi
5050
/tmp/lychee.zip -L \
5151
"https://github.com/LycheeOrg/Lychee/releases/download/${LYCHEE_VERSION}/Lychee.zip" && \
5252
curl -o \
53-
/tmp/lychee.zip.asc -L \
54-
"https://github.com/LycheeOrg/Lychee/releases/download/${LYCHEE_VERSION}/Lychee.zip.asc" && \
55-
cosign verify-blob --key /config/lychee.pub --signature /tmp/lychee.zip.asc /tmp/lychee.zip && \
53+
/tmp/lychee.zip.sigstore.json -L \
54+
"https://github.com/LycheeOrg/Lychee/releases/download/${LYCHEE_VERSION}/Lychee.zip.sigstore.json" && \
55+
cosign verify-blob --key /config/lychee.pub --bundle /tmp/lychee.zip.sigstore.json /tmp/lychee.zip && \
5656
unzip -q /tmp/lychee.zip -d /app && \
5757
mv /app/Lychee /app/www && \
5858
echo "**** install composer dependencies ****" && \

0 commit comments

Comments
 (0)