-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bootstrap Container Version v0.1.0 #1
Bootstrap Container Version v0.1.0 #1
Conversation
1d315a1
to
3df5a79
Compare
Dockerfile
Outdated
RUN chmod +x /usr/local/bin/bootstrap-script.sh | ||
|
||
# Set the wrapper script as the entry point | ||
ENTRYPOINT ["/usr/local/bin/bootstrap-script.sh"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: looks like we should include a newline here.
README.md
Outdated
|
||
## Security | ||
### Sample toml configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
### Sample toml configuration | |
### Sample TOML configuration |
README.md
Outdated
|
||
This project is licensed under the Apache-2.0 License. | ||
### Example runthrough |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another nit:
### Example runthrough | |
### Example Walkthrough |
3df5a79
to
1ec322d
Compare
1ec322d
to
5a5739c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description of Changes:
Code to create Bootstrap container to run on a Bottlerocket host.
Testing Done:
Some user data used for testing can be seen below:
Output from testing:
Related PR's
Closes issue #2010
Terms of Contribution
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.