Jan Šafránek

Results 222 comments of Jan Šafránek

@fsmunoz https://github.com/kubernetes/enhancements/pull/3796, merged with PRR approval for alpha

/milestone v1.28 /label lead-opted-in

@RomanBednar can you please mark the KEP as `implementable`?

Hello, is there any plan / timeline to fix Windows images to be usable on Linux? We as Kubernetes community cannot release our images based on the `mcr.microsoft.com/windows/servercore:ltsc2019@latest` tag. It's...

I might be doing something wrong, but 41f42aa4ad39d85e4d30642b8111ca6454ca2275f188f012934b9afbaf63a647 does not work for me. Dockerfile.reproduce: ``` FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:41f42aa4ad39d85e4d30642b8111ca6454ca2275f188f012934b9afbaf63a647 RUN echo hello world > file ``` Build output: ``` docker build -f...

> ``` > docker buildx build -f Dockerfile.reproduce --platform windows/amd64 . > ``` Same error as `docker build`.