Andrew Hibbert

Results 29 comments of Andrew Hibbert

If you run `docker buildx install` `docker build` will alias to `docker buildx build`. You'd then need to pass in flag of platform like this: ``` docker / buildOptions :=...

Sorry ignore this I've ended up using https://github.com/sbt/sbt-native-packager, see https://github.com/sbt/sbt-native-packager/pull/1527. There is an example in https://github.com/sbt/sbt-native-packager/blob/master/test-project-docker/build.sbt

I've tested this with a plain ubuntu:focal image which is what myoung/docker uses, this does some ulimit in the init.d script ``` #!/bin/sh set -e ### BEGIN INIT INFO #...

These are the lines that cause the problem: ``` # Having non-zero limits causes performance problems due to accounting overhead # in the kernel. We recommend using cgroups to do...

Is this just for drift or for all disruptions (delete, replace etc)?

I have also raised this in aws/karpenter#2544

``` -> $ kyverno test -v10 . I0312 15:28:02.915413 1125 manager.go:215] "msg"="unable to cache OpenAPISchema" "definitionName"="io.k8s.api.authentication.v1.TokenRequest" "reason"="gvk not found by the given definition name io.k8s.api.authentication.v1.TokenRequest, [v1/TokenRequest]" I0312 15:28:02.915472 1125 manager.go:215]...

That is required because there can be multiple `requiredDuringSchedulingIgnoredDuringExecution` and `preferredDuringSchedulingIgnoredDuringExecution`