mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
spelling: debian packages
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,7 @@ func (c *buildContext) Build() (err error) {
|
||||
func (c *buildContext) buildImage(bits kube.Bits) error {
|
||||
// create build container
|
||||
// NOTE: we are using docker run + docker commit so we can install
|
||||
// debians without permanently copying them into the image.
|
||||
// debian packages without permanently copying them into the image.
|
||||
// if docker gets proper squash support, we can rm them instead
|
||||
// This also allows the KubeBit implementations to perform programmatic
|
||||
// install in the image
|
||||
|
||||
Reference in New Issue
Block a user