File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Apache-2.0
44
55FROM 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/
77COPY ./shared/*-pinned-packages.txt /build/
88ARG DSTACK_REV
99ARG 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
2727RUN echo "${DSTACK_REV}" > /build/.GIT_REV
2828
2929FROM 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/
3131COPY ./shared/qemu-pinned-packages.txt /build/
3232WORKDIR /build
3333ARG QEMU_REV=dbcec07c0854bf873d346a09e87e4c993ccf2633
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments