Skip to content

Commit 7ab0344

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#99687
Changes made in line no 109 from WORKDIR /opt/openenclave/share/openenclave/samples/remote_attestation To WORKDIR /opt/openenclave/share/openenclave/samples/attestation
1 parent e764407 commit 7ab0344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/confidential-computing/confidential-nodes-aks-addon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN apt-get update && apt-get install -y \
106106
libsgx-quote-ex \
107107
az-dcap-client \
108108
open-enclave
109-
WORKDIR /opt/openenclave/share/openenclave/samples/remote_attestation
109+
WORKDIR /opt/openenclave/share/openenclave/samples/attestation
110110
RUN . /opt/openenclave/share/openenclave/openenclaverc \
111111
&& make build
112112
# this sets the flag for out of proc attestation mode, alternatively you can set this flag on the deployment files

0 commit comments

Comments
 (0)