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

oci

Here are 422 public repositories matching this topic...

chanseokoh
chanseokoh commented Jul 28, 2021

Maybe new warnings after upgrading ErrorProne in #3355.

/home/runner/work/jib/jib/jib-core/src/main/java/com/google/cloud/tools/jib/image/json/JsonToImageTranslator.java:250: warning: [UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
58

59
   * Converts a map of volumes strings to a set of {@link Absolut
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

YJDoc2
YJDoc2 commented Oct 4, 2021

As per #56 , we are porting the OCI validation tests into rust. This is the tracking issue for the same.
The folder /youki_integration_test contains the currently implemented tests which are lifecyle, creation and huge_tlb

Default

List of all test, as per https://github.com/opencontainers/runtime-tools/tree/master/validation :

  • config_updates_without_affect(@WormOn)
  • create
  • [

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 Nov 19, 2021
  • Go
grype
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