-
drone-cache cache is not actually limited to caching workspace artifacts **just for drone**.
So other docker-based CI solutions can use this out of the box.
As drone-cache is just a static binar…
-
It is my assertion that the plugin architecture is adding complexity to configurator without commensurate benefit.
The loadable plugins architecture makes it easier for third parties to add featu…
-
### What happened?
According to https://goreleaser.com/cmd/goreleaser_release/, the `release` has `--prepare` flag. But the one I am using doesn't seem to have it.
Here is what I have:
```
gor…
-
I am trying to install minikube on an m1 mac and use the vmware driver option noted here: https://minikube.sigs.k8s.io/docs/drivers/vmware/
As noted in https://github.com/kubernetes/minikube/issues…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Would be nice to have this easily available for ubuntu. E.g. as a PPA, or in the long-te…
-
**Describe the bug**
`npm run build` in `webui` returns exit status 1 for unclear reasons. The only error messages involve some outdated dependencies, which should not affect the build. I'm unsure if…
-
Hi,
It will be better if the container could be tagged using the release tags,
it will be much more easy to find target versions.
-
Pulled from https://github.com/grpc-ecosystem/go-grpc-middleware/issues/275 for visibility.
-
Consider running `earthly ../..+markdown-spellcheck ` from `earthly/docs/guides`
```
alex@mah:~/gh/earthly/earthly/docs/guides$ earthly ../..+markdown-spellcheck
buildkitd | Found build…
-
Most of the solutions I've seen for doing cross-platform builds involves doing virtualization inside docker containers for each target platform. This doesn't really work for `ko`, because I'd like to …