Till!

Results 219 comments of Till!

I just looked at the action, it seems it doesn't actually install yamllint? I am a bit confused.

Good thinking! The only problem I can see is that this builds the image each time.

@xquery hey 👋🏼 — is this still a thing? If it is, I'd take a stab at it but unsure where the `Dockerfile` is in this repository? :D

We move workloads into a slice to avoid them breaking the system. Been doing it for a couple years atp, never got to having crashes of Flatcar/OS components.

@jepio We do this for docker currently, so we configure `cgroup-parent` in `/etc/docker/daemon.json`. The slice itself looks similar to this: ``` # https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html [Slice] CPUAccounting=yes CPUQuota={{ cpu_quota_percent }}% MemoryAccounting=yes #...

How would I go from the sdk release yesterday to the relevant changes in kratos? I think that's what I am asking. Or how do I know if there are...

@aeneasr Still being done?

> Could we default to `DOCKER_HOST` conditionally? > > * With `ssh` never default. > * With `tcp` default only when host in not localhost (`localhost`, `127.0.0.1`, `::1`) and `DOCKER_CERT_PATH`,`DOCKER_TLS_VERIFY`...

> I mean for `ssh` the DOCKER_HOST should not be used ever. For `TCP` it should be used as long as the hostname != localhost and TLS is not employed....

So as a summary, these are the cases you would like to address — where a value from `DOCKER_HOST` is _ignored_: - OS != "linux" and `DOCKER_HOST=unix://...` - `DOCKER_HOST=tcp://localhost` (any...