Michael Schuett

Results 46 comments of Michael Schuett

Same issue even with `bazel build --@io_bazel_rules_docker//transitions:enable=false` set. Changing back to v33 fixes the issue and I can see causes the toolchain to find a match.

It seems to be hanging on the test in lib/net/reverseconnection

Not today. Looks like the reverseconnection breaking with go over version 1.10 is known and go mod isn't available until 1.11.

> I have two main concerns: > > 1. this seems to require manually maintaining lists of dependencies and worse, versions/checksums Is the concern that a human would have to...

It seems reasonable that this would just blow up when this happens. It shouldn't be a hard check to add internally.

> So we hope to eventually have this, we plan on extracting the necessary tooling in github.com/GoogleContainerTools/rules_distroless but that's not ready (and I don't know when it will be). >...

> You can use: `bazel build //:myproject --action_env=MYENV=myvalue` to set the environment variable. Or you can build your own version of lib SSL, or you can include the library in...

For anyone else who runs into this installing lxc on your box will fix this.

@arpheno did you install on the machine running the docker daemon or on the actual container?

@MichaelMackus just install lxc on the actual docker container.