Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add enclave bypass Dockerfile, nginx config and scripts #156

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

DJAndries
Copy link
Collaborator

No description provided.

@DJAndries DJAndries requested a review from a team as a code owner August 1, 2023 03:47
Comment on lines +19 to +20
RUN amazon-linux-extras install aws-nitro-enclaves-cli nginx1 -y && \
yum install aws-nitro-enclaves-cli-devel wget curl strace awscli -y && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aws-nitro-enclaves-cli pulls in docker so that doesn't need a separate install.

Seems like you don't use wget, curl, or strace though?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they are nice utilities to have inside the image. nitro-shim installs the same packages

@rillian rillian merged commit 6010493 into main Aug 1, 2023
2 checks passed
@rillian rillian deleted the add-enclave-bypass branch August 1, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants