Nick Kubala

Results 10 issues of Nick Kubala

cc @dlorenc @sharifelgamal unsure if these are applicable to Debian, but creating this bug to track here. my original comment: > I'm imagining something like installing and running a list...

For some files, it looks like the file analyzer is incorrectly computing the sizes of the files. ``` ➜ docker run -it --entrypoint=/bin/bash gcr.io/kaniko-test/kaniko-dockerfile_test_user_run testuser@255b1e956c6e:/$ ls -la /var/log ... -rw-r--r--...

bug

We should retrieve and prepare all image layers in parallel, this should speed things up a bit.

enhancement

Something in the release script is wonky, causing the `*.sha256` checksum files to get deleted right before copying everything to the release GCS bucket - I had to create these...

chore

We should add support for testing containers inside https://github.com/google/gvisor. Would be a great addition for testing containers built inside gVisor with https://github.com/GoogleContainerTools/kaniko

enhancement
help wanted

Currently, a new driver is created for each individual test as a way to run tests in isolation. This is fine for the docker driver, but for the tar driver...

enhancement

For example, `FileExistenceTests` and `FileContentTests` have almost the exact same high level implementation. We should refactor these to implement a shared `BaseTest` type, with `CommandTests` extending that to have a...

enhancement
help wanted

We should be able to infer the output directory for the binary when building with bazel, so we don't have to keep changing the hardcoded name whenever we make a...

good first issue

we don't currently expose any way to enable buildkit builds on GCB, but since we provide the ability to specify a custom docker image, there's no reason why they can't...

kind/feature-request
area/build
build/gcb
priority/p3

we should put together a small quickstart and best practice guide for running skaffold through the provided docker image. we could give quick examples for running locally in the docker...

help wanted
priority/p3
kind/documentation
area/docs