Results 81 comments of Mauricio Scheffer

I just got this on Windows too. Fix: run as admin.

Hey, Oracle can import VMDK and QCOW2, have you tried that route as a workaround?

Some testcontainers also annoyingly try to copy before starting e.g. - https://github.com/testcontainers/testcontainers-java/blob/main/modules/kafka/src/main/java/org/testcontainers/containers/KafkaContainer.java#L199 - https://github.com/testcontainers/testcontainers-dotnet/blob/e3be24f8256c21be4525e8abae623695c8bb7fb2/src/Testcontainers.Kafka/KafkaBuilder.cs#L87 - https://github.com/testcontainers/testcontainers-dotnet/blob/e3be24f8256c21be4525e8abae623695c8bb7fb2/src/Testcontainers.Redpanda/RedpandaBuilder.cs#L64 I'll try rewriting them to use `withFileSystemBind` instead but I wonder if kubedock could...

Thanks, `--pre-archive` seems to be exactly what I need. Unfortunately it doesn't seem to work for the `confluentinc/cp-kafka:7.5.1` image... In the kubedock logs I see: ``` 1220 10:55:38.422757 69123 copy.go:30]...

Got it to not crash by setting `ENV LD_LIBRARY_PATH ""`. However when calling nix I get https://github.com/DeterminateSystems/nix-installer/issues/777

This works: ``` FROM kasmweb/core-ubuntu-jammy:1.14.0 USER root RUN echo 'ALL ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers USER 1000 ENV LD_LIBRARY_PATH "" RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix/tag/v0.15.1 | sh...

If nothing has been done about this explicitly then most likely this is still an issue. This doesn't really need steps to reproduce, it's not a specific bug. It just...

I got confirmation from AWS support that CodeBuild uses go-git and therefore their service is affected by this issue. We have a repo with 20K commits that takes 100-150 seconds...

I'm getting the same error... `clinfo` output: ``` Number of platforms 1 Platform Name NVIDIA CUDA Platform Vendor NVIDIA Corporation Platform Version OpenCL 3.0 CUDA 12.2.128 Platform Profile FULL_PROFILE Platform...