Alastair Firth
Alastair Firth
Use case: In CI it's very common to already have the full registry. The output is also the URI. For example using skaffold this is SKAFFOLD_DEFAULT_REPO. Save us from awking...
- add a new `directory` option for asdf-install action - fix yaml for install action so it's valid should /fixes https://github.com/asdf-vm/actions/issues/83 IMO also solves https://github.com/asdf-vm/actions/issues/84 as you can just call...
probably just me (tsc noob), but perhaps worth documenting how to build this repo to encourage contributions I had to: ``` bash npm i @actions/exec npm i @actions/core npm i...
For example https://github.com/kubernetes-sigs/controller-runtime/tree/master/pkg/log/zap returns a zap Log with a custom encoder. I can call `log.Core()` on it, but `WrapCore` uses the internal `core` type rather than a `zapcore.Core` What I'd...
https://hub.docker.com/u/pindecompvab1989 User has ~1000 repos purporting to offer free copies of commercial software, among other things
**Describe the bug** haproxy probes are on port 8888, but the port is not exposed in the [container deployment](https://github.com/DandyDeveloper/charts/blob/0fe831e1c5171dd0217e1f543d40798f473a561f/charts/redis-ha/templates/redis-haproxy-deployment.yaml#L145-L167) **To Reproduce** Steps to reproduce the behavior: 1. Render the default...
- add a new `directory` option for asdf-install action - ensure this is a subdir to avoid sandbox escape - fix yaml for install action so it's valid should /fixes...