This repository was archived by the owner on May 30, 2023. It is now read-only.
app-emulation/containerd: add containerd-runc-shim-v*#623
Merged
dongsupark merged 1 commit intomainfrom Oct 7, 2020
Merged
Conversation
Add new binaries containerd-runc-shim-v[12] to the torcx tarballs for docker and containerd. The binaries are necessary for kubelet to communicate via custom CRI endpoints. The addition will cause usage of the /usr partition to grow by ~5M. ``` $ ls -l /run/torcx/unpack/docker/bin -rwxr-xr-x. 1 root root 6742592 Sep 30 13:22 containerd-shim -rwxr-xr-x. 1 root root 9095176 Sep 30 13:22 containerd-shim-runc-v1 -rwxr-xr-x. 1 root root 9111752 Sep 30 13:22 containerd-shim-runc-v2 $ ls -l /usr/share/torcx/store/docker\:19.03.torcx.tgz -rw-r--r--. 1 root root 89809888 Sep 30 14:16 /usr/share/torcx/store/docker:19.03.torcx.tgz $ df /usr Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/usr 1007760 916024 39720 96% /usr ``` Note, we do not touch other torcx profiles like docker 1.12 or 17.03, to keep the image size as small as possible.
Contributor
Author
|
CI passed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add new binaries
containerd-runc-shim-v[12]to the torcx tarballs for docker and containerd.The binaries are necessary for kubelet to communicate via custom CRI endpoints.
The addition will cause usage of the
/usrpartition to grow by ~5M.Note, we do not touch other torcx profiles like docker 1.12 or 17.03, to keep the image size as small as possible.
Testing done
CI passed