Aaron Prindle

Results 163 comments of Aaron Prindle
trafficstars

Can you also provide the package_json and/or additional source files required to repro this? Thanks

Possibly related: https://github.com/GoogleContainerTools/kaniko/issues/552#issuecomment-519607762

In attempting to reproduce this using the given Dockerfile as is, I was seeing symlink related issues using Kaniko `v1.17.0`. ``` aprindle@aprindle-ssd ~/kaniko [main]./run_in_docker.sh /workspace/Dockerfile /usr/local/google/home/aprindle/kaniko-ctx-dir gcr.io/aprindle-test-cluster/kaniko-test:latest false |& tee...

kaniko does not use this directory in the setup you provided so it would be safe to use directly. It would "use" it if you specified "--context=/workspace" but that isn't...

A potential fix for this issue would be to change the kaniko image to not have a WORKDIR specified (or make it /kaniko or something like that), currently I am...

Analysis on tektoncd/chains usage as a client library externally. The below methods are those that are relied on for client library external usage to be considered/hopefully-kept-available when limiting client libraries:...

@stevvooe could you clarify what `ufs` is and how I might obtain it? I have searched for the tool but have been unable to find it. Thanks.

As of 1/22/2024 it might also make sense to look into leveraging [dagger](https://github.com/dagger/dagger) - eg: possibly creating a Tekton frontend over `dagger`. `dagger` is a framework for CI/CD pipelines built...

@vdemeester exactly! The idea would be to translate a set of Tekton Resources -> dagger graph for local execution. This video shows something similar to the concept I was suggesting...