Brice Burgess
Brice Burgess
@ncw OK. If time allows I'll learn go and submit a PR :) Will keep an eye on the project in the meantime! Thanks.
IMO we should be prefering `host.docker.internal` instead of the gateway address when available -- this supports running gradle from within a container (that has bound to the hosts docker socket)...
yes, there is a common need for this and if it were supported natively instead of requiring a wrapper, the better!
@bfirsh hey I finally got around to documenting the runtime labels in dex; https://github.com/dockerland/dex/blob/master/docs/v1-runtime.md#runtime-labels These were my ideas around providing convenience around common behavior (e.g. toggling X11 support) as well...
I also experienced this and tried both passing an ordered (by IP) map to dynamic as well as unordered. It's broken the same and I've had to revert to using...
so as an update -- this only happens if the domain contains uppercase characters. E.g. our example of `AAA.qa-1.blueacorn.net'` works when it is replaced with `aaa.qa-1.blueacorn.net`. I'll see if I...
@paulvi done -- would you consider Moonrise or RainbowDrops the "colorscheme"?
@benkehoe yes, if we were able to figure out how to escape the dot in the aws cli all would be good! so certainly worth a report there... re: our...
✅ great idea re: pre-baking the AWS_CONFIG_FILE. we're not yet using images (everything is executing in the default github action runner), but can workaround the need to execute `aws configure`...
Related? I tried using `index` in notifications template and it blows things up, e.g. ```yaml kind: Application metadata: name: foo annotations: foo.io/vcs-url: https://github.com/acme/foo spec: sources: - repoURL: https://github.com/acme/foo-config --- kind:...