-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Create .bundle and set group when running container #7684
Conversation
If this is not set, `make website` fails due to permission errors in the docker container Fixes hashicorp#5589. Side note: it takes **a lot** to build and run the application. I believe several stuff could be improved here, starting with the fact that the `netlify` image is about 4gb which seems completely unnecessary.
@marcosnils Thanks! I'll let @tyrannosaurus-becks comment on the PR itself since I'm on Mac and don't get the error, but I did want to mention that we too are not content with the large image size and poor performance of this build. Improving the local docs development experience is definitely something we're investigating. |
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.
I can confirm this works for Linux on my Ubuntu-based machine. @kalafut can you confirm it still works on your Mac?
@tyrannosaurus-becks Yep, works fine! |
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.
Thank you @marcosnils !
Anytime! Happy to make the 🌎 better one PR at the time 😃 |
* master: (41 commits) changelog++ cli: fix json output for namespace list command (#7705) Update CHANGELOG.md Vault Agent Template (#7652) hostutil: disable host info collection on openbsd (#7699) Shamir seals now come in two varieties: legacy and new-style. (#7694) Update Title for AWS Marketplace (#7683) Bump go builder version Fix kv mod import and vendoring Fixing a typo with the sample payload (#7688) Update CHANGELOG.md Enable generated items for more auth methods (#7513) Update OIDC provider doc Update OIDC provider doc (#7693) Create .bundle and set group when running container (#7684) updates vendored api/client.go (#7692) Update circle config logical: remove unneeded error check in handleLogicalInternal (#7691) Update Go version Docs: add examples for when a seal rewrap is useful (#7689) ...
If this is not set,
make website
fails due to permission errors in the docker containerFixes #5589.
Side note: it takes a lot to build and run the application. I believe several stuff could be improved here, starting with the fact that the
netlify
image is about 4gb which seems completely unnecessary.