containerd-packaging
containerd-packaging copied to clipboard
Linux distro packaging for containerd
With containerd 1.7.0 released, can this be updated to track that?
This is a PoC for building RHEL packages assuming that a RHEL username/password is available in the environment. This is mostly intended for internal use by Docker, as it is...
A containerd update was released yesterday which addresses multiple Go CVEs: https://github.com/containerd/containerd/releases/tag/v1.6.30 https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg
I haven't found any information about timelines for getting the v1.7 series into the Docker repos, so opening this PR to fix #318 as well as get the latest v1.6...
It would be nice if the `nerdctl` utility was available with these packages.
how to build rpm debuginfo package ?
If I try to build for CentOS 8 (8.5 on x86_64 in my case), I get the following spew: ``` make REF=v1.6.8 CONTAINERD_DIR=../containerd docker.io/library/centos:8 ... #26 125.8 error: Missing build-id...
Follow-up to https://github.com/docker/containerd-packaging/pull/154 fixes / addresses https://github.com/docker/packaging/issues/328 See individual commits for details
The RPM does provide on runc for most platforms, but not for RHEL8. It does not work there, since there is native package that provides runc that lives in a...
Hi, we are using APTLY to mirror download.docker.com to our internal APT mirror. Recently we ran into this issue https://github.com/aptly-dev/aptly/issues/1036 The error we got: > ERROR: unable to publish: unable...