-
Notifications
You must be signed in to change notification settings - Fork 50
docs: Add comprehensive buildkit drivers documentation with Kubernetes focus #695
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
base: main
Are you sure you want to change the base?
Conversation
…etes driver Co-authored-by: sozercan <852750+sozercan@users.noreply.github.com>
website/docs/buildkit-drivers.md
Outdated
|
|
||
| Buildkit drivers are different backends that execute the build operations. Each driver has different capabilities and is suitable for different use cases: | ||
|
|
||
| - **docker**: The default driver that runs builds in the Docker daemon |
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.
add links to each of these drivers
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.
Added links to all four buildkit drivers (docker, docker-container, kubernetes, remote) pointing to their respective Docker documentation pages. eb7528b
Co-authored-by: sozercan <852750+sozercan@users.noreply.github.com>
website/package-lock.json
Outdated
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.
undo changes here and yarn.lock
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.
Reverted package-lock.json and yarn.lock changes. 70b9c7e
Co-authored-by: sozercan <852750+sozercan@users.noreply.github.com>
Adds comprehensive documentation for Docker buildkit drivers, with specific focus on the Kubernetes driver for users who want to build Dalec packages inside Kubernetes environments.
Changes Made
New Documentation
/website/docs/buildkit-drivers.md- Complete guide covering buildkit driversContent Coverage
Buildkit Drivers Overview:
Kubernetes Driver (Primary Focus):
Practical Examples:
Additional Features:
Validation
This provides users with the guidance they need to leverage Dalec's capabilities in Kubernetes environments, addressing scalability, security, and resource management concerns.
Fixes #694.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.