ericb-summit
ericb-summit
Without this PR the image is 851MB. With it, it's 68MB. I'd prefer a cleaner way to pull the artifacts from the builder stage other than listing them one by...
I appreciate that this tool exists, but `upate-alternatives` / `alternatives` hardly exists everywhere (e.g. coreos, flatcar, etc...). It would be helpful if you could provide quickstart instructions on how to...
Some Dockerfile builds require ssh authentication to perform some operations. Most notably pulling dependencies from private repos. To avoid leaking the ssh credentials in the build layers, docker buildkit supports...
## Description Stock `fstrim.service`, calls `/sbin/fstrim -Av`, which fails because `/etc/fstab` as we all know doesn't exist. ## Environment and steps to reproduce Install flatcar in an environment whose controller...
For the future: Replace external call to ssh-agent with https://pkg.go.dev/golang.org/x/crypto/ssh/agent
I know bug reports of "nothing works" are generally useless, except when it actually means, nothing works. No code completion, no find definition, etc. No matter how many times I...
I realize this is not directly evm problem, but just asking if there's some way to kill 2 birds with one stone here. It looks like something changed in >...
## Current situation In June 2023 `docker-compose` standalone tool [will be phased out, in favor of the `compose` cli plugin](https://docs.docker.com/compose/compose-v2/). Docker CLI currently looks for plugins in a few places...