Skip to content

Commit

Permalink
Adding gramine-manifest-check before signing container
Browse files Browse the repository at this point in the history
  Adding gramine-manifest-check before signing container.

Signed-off-by: Davis Benny <[email protected]>
  • Loading branch information
DukeDavis12 committed Nov 5, 2024
1 parent e57a501 commit 1143bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/Dockerfile.common.sign.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ COPY gsc-signer-key.pem /gramine/app_files/gsc-signer-key.pem

ARG passphrase

RUN {% block path %}{% endblock %} gramine-manifest-check /gramine/app_files/entrypoint.manifest

RUN {% block path %}{% endblock %} gramine-sgx-sign \
--key /gramine/app_files/gsc-signer-key.pem \
--manifest /gramine/app_files/entrypoint.manifest \
Expand Down

0 comments on commit 1143bb6

Please sign in to comment.