oci
Here are 346 public repositories matching this topic...
-
Updated
Feb 5, 2021 - Java
-
Updated
Feb 24, 2020 - Go
-
Updated
Feb 5, 2021 - 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
Feb 5, 2021 - Go
-
Updated
Feb 3, 2021 - Go
-
Updated
Sep 29, 2020 - Go
-
Updated
Feb 4, 2021 - Go
`crio config` fixes
Currently, calling crio config spits out an entire config file. However, it would be prudent for us to move away from the monolithic config file, in favor of smart defaults, and drop-in files.
However, to do this, there needs to be a way for users to quickly create drop-in files, and have them not override the defaults where they don't need to.
The main advantage to this approach is it all
-
Updated
Jan 27, 2021 - Dockerfile
-
Updated
Feb 3, 2021 - Go
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.
-
Updated
Jan 20, 2021 - Go
-
Updated
Feb 4, 2021 - Go
-
Updated
Feb 4, 2021 - C
-
Updated
Dec 28, 2019 - HCL
-
Updated
Apr 16, 2019 - Go
-
Updated
Sep 25, 2017 - C
-
Updated
Feb 3, 2021 - Go
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
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)
...
Issue #14 describes the initial matchers needed. This ticket should be picked up once all those are in place, to extend further:
- pacman
- poetry
- pipenv
- yarn
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."
Currently validating checksums requires lots of knowledge on the part of the caller. We should expose optional checksum validation in our existing validation functions e.g.
IPv4.IsValid.header.UDP and header.TCP don't currently have these functions; we should add them.