Skip to content

Commit f57d4d0

Browse files
committed
fix kms builder dockerfile and adjust ppid display
1 parent 799c92c commit f57d4d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

kms/dstack-app/builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
FROM rust:1.92.0@sha256:48851a839d6a67370c9dbe0e709bedc138e3e404b161c5233aedcf2b717366e4 AS kms-builder
6-
COPY --from=build-shared pin-packages.sh /build/
6+
COPY --from=build-shared /pin-packages.sh /build/
77
COPY ./shared/*-pinned-packages.txt /build/
88
ARG DSTACK_REV
99
ARG DSTACK_SRC_URL=https://github.com/Dstack-TEE/dstack.git
@@ -27,7 +27,7 @@ RUN cd dstack && cargo build --release -p dstack-kms --target x86_64-unknown-lin
2727
RUN echo "${DSTACK_REV}" > /build/.GIT_REV
2828

2929
FROM debian:bookworm@sha256:0d8498a0e9e6a60011df39aab78534cfe940785e7c59d19dfae1eb53ea59babe
30-
COPY --from=build-shared pin-packages.sh config-qemu.sh /build/
30+
COPY --from=build-shared /pin-packages.sh /config-qemu.sh /build/
3131
COPY ./shared/qemu-pinned-packages.txt /build/
3232
WORKDIR /build
3333
ARG QEMU_REV=dbcec07c0854bf873d346a09e87e4c993ccf2633

kms/src/www/onboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h3>Attestation Info (for on-chain registration)</h3>
179179
</div>
180180
<div class="info-row" v-if="attestationInfo.ppid">
181181
<span class="info-label">PPID:</span>
182-
<span class="info-value">0x{{ attestationInfo.ppid }}</span>
182+
<span class="info-value">{{ attestationInfo.ppid }}</span>
183183
</div>
184184
<div class="info-row">
185185
<span class="info-label">Device ID:</span>

0 commit comments

Comments
 (0)