oci
Here are 387 public repositories matching this topic...
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
-
Updated
Aug 23, 2021 - Go
-
Updated
Feb 24, 2020 - Go
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
-
Updated
Aug 20, 2021 - Go
-
Updated
Aug 23, 2021 - Go
-
Updated
Apr 9, 2021 - Go
-
Updated
Aug 21, 2021 - Go
right now, there are like 5 different places that need updating if we add a new config/cli field:
pkg/config/config.go to add it to the structure
pkg/config/template.go to add it to the man page template
internal/criocli/criocli.go to add the cli flag
docs/* and completions/* to add completions and documentation
Ideally, we could have just one (or maybe two) places we add a structure, and t
-
Updated
Aug 8, 2021 - Dockerfile
-
Updated
May 7, 2021 - Go
-
Updated
Aug 23, 2021 - Go
Overview
Support read-only root directory.
https://github.com/opencontainers/runtime-spec/blob/master/config.md#process
Goal
Pass the root_read_only integration test in runtime-tools.
If you comment in this part and the test passes, you are all set.
https://github.com/con
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 15, 2021 - C
Matches for CVE-2018-20839 against systemd packages are not resulting in matches where systemd is listed as the source RPM (such as with systemd-pam). Instead there are warnings showing ignoring multiple SourceRPMs for ... which seems to point to source RPM extraction having issues, which indicates that there are missed matches. A couple of questions:
- why not support more than one
-
Updated
Dec 28, 2019 - HCL
-
Updated
Apr 16, 2019 - Go
To repro the issue use an image that is not fully qualified as seen below.
1 ❯ oras push test:test .
panic: runtime error: slice bounds out of range
goroutine 1 [running]:
github.com/deislabs/oras/vendor/github.com/containerd/containerd/reference.Spec.Hostname(0xc000022bb0, 0x9, 0x0, 0x0, 0x147b544, 0xc0001db788)
...
-
Updated
Aug 18, 2021 - Go
-
Updated
Sep 25, 2017 - C
In a use case of inserting primarily binary or already compressed objects, having a flag to just disable compression seems feasible.
This would leave the mediaType as just application/vnd.oci.image.layer.v1.tar
-
Updated
Jul 22, 2021 - HCL
Improve this page
Add a description, image, and links to the oci topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oci topic, visit your repo's landing page and select "manage topics."
From
tcsetpgrp(3):