The Wayback Machine - https://web.archive.org/web/20201215095715/https://github.com/topics/oci
Skip to content
#

oci

Here are 332 public repositories matching this topic...

gvisor
fristonio
fristonio commented Aug 22, 2019

There are a lot of places in libcontainer/cgroups/fs where the usage of writeFile function can be optimised. For example here https://github.com/opencontainers/runc/blob/master/libcontainer/cgroups/fs/blkio.go#L44-L51
the function call to writeFile is made for each entry in the slice BlkioWeightDevice, which in turn opens and closes file for each entry. This can be optimised by joining al

haircommander
haircommander commented Dec 8, 2020

cri-o/cri-o#4409 changed the function names of the completions, but didn't update the script that generated the completions. I should have reviewed more thoroughly, and we should have checked the pipeline results. oops 😄

We need to update internal/criocli/completions.go to be able to handle two different set of names (and the other small nits in that PR)

succ

teaguecole
teaguecole commented Nov 11, 2019

make tidy currently runs directly on your host relying on the tools and their respective versions. While there is make tidy-in-docker, it is not documented. Let's either replace make tidy in the documentation with make-tidy-docker or change the functionality of make tidy to be containerized.

Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/

  • Updated Dec 15, 2020
  • Go
umoci
oras

Improve this page

Add a description, image, and links to the oci topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the oci topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.