Maksym Pavlenko
Maksym Pavlenko
It would be convenient to run Podsync from serverless infrastructure, so there is no need to maintain a separate instances. Support would be very straightforward - implement corresponding interfaces and...
ref https://github.com/mxpv/podsync/issues/48
Integrate let's encrypt support for embedded https. `golang.org/x/crypto/acme/autocert` looks like a good start for this. https://stackoverflow.com/questions/37321760/how-to-set-up-lets-encrypt-for-a-go-server-application ref: https://github.com/mxpv/podsync/issues/47
I'm trying to generate c/rust source code with command line: ``` ➜ asn1tools generate_c_source --codec uper rfc5280.asn error: '
This PR refactors CRI and removes in-memory image store in favor of containerd's metadata image store. The goal is to simplify CRI code and rely more on containerd APIs instead...
I have a fairly large repository with md files spread across many directories. So I'd like to periodically check for broken links in `*.md` files. Something like `lychee --verbose --no-progress...
There is a desire to get Windows support in https://github.com/containerd/rust-extensions/issues/4. Since the shim crate mainly depends on ttrpc-rust, I think it make sense to add windows support / CI checks...
This is an umbrella issue to track sandbox API work / remaining work items. Proposal: - [x] https://github.com/containerd/containerd/issues/4131 - [x] https://github.com/containerd/containerd/issues/5742 GRPC API: - [x] https://github.com/containerd/containerd/pull/6703 Runtime: - [x] https://github.com/containerd/containerd/pull/5813...