docs: Add comprehensive buildkit drivers documentation with Kubernetes focus#695
Draft
docs: Add comprehensive buildkit drivers documentation with Kubernetes focus#695
Conversation
…etes driver Co-authored-by: sozercan <852750+sozercan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] docs: document buildkit drivers specifically kubernetes driver
docs: Add comprehensive buildkit drivers documentation with Kubernetes focus
Jul 18, 2025
sozercan
reviewed
Jul 18, 2025
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 |
Member
There was a problem hiding this comment.
add links to each of these drivers
Contributor
Author
There was a problem hiding this comment.
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>
sozercan
reviewed
Jul 18, 2025
website/package-lock.json
Outdated
Member
There was a problem hiding this comment.
undo changes here and yarn.lock
Contributor
Author
There was a problem hiding this comment.
Reverted package-lock.json and yarn.lock changes. 70b9c7e
Co-authored-by: sozercan <852750+sozercan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.