Skip to content
#

oci

Here are 363 public repositories matching this topic...

gvisor
Marty
Marty commented Apr 8, 2021

Environment:

  • Jib version: 2.8.0
  • Build tool: Maven 3.6.1
  • OS: Windows 10

Description of the issue:
Setting environment entries to an empty string results in the following message:

Execution default-cli of goal com.google.cloud.tools:jib-maven-plugin:2.8.0:dockerBuild failed: environment map contains null values 

Expected behavior:
The ENV variable

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 Mar 18, 2021

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

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 Apr 13, 2021
  • Go
oras
cloudblock

Cloudblock automates deployment of secure ad-blocking for all of your devices - even when mobile. Step-by-step text and video guides included! Compatible clouds include AWS, Azure, Google Cloud, and Oracle Cloud. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.

  • Updated Apr 12, 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.

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