containers
Here are 2,714 public repositories matching this topic...
-
Updated
Jul 5, 2021 - Go
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in blkio.bfq.io_service_bytes
and blkio.bfq.io_serviced
files.
-
Updated
Jul 5, 2021 - Shell
At the moment, we have InternalEnable, InternalDisable, and InternalAddonEnable. We should simplify and only have InternalAddonEnable and InternalAddonDisable.
-
Updated
Jul 5, 2021 - Go
-
Updated
Jul 6, 2021 - Rust
What would you like to be added:
Now it's only possible to see if pod / deployent / daemonset / statefulset is using hostNetwork by opening the object in edit mode. Would be nice if Lens showed that on object details directly.
Fix any reported vulnerability in https://deps.dev/go/github.com/dapr/dapr/v1.2.2 (or latest Dapr version) and add this check to our build pipeline.
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Implement WarmPool.RenderTerraform()
2. Feel free to provide a design supporting your feature request.
/kind feature
/area terraform
/lifecycle frozen
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Jul 1, 2021 - Go
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
A user on the #skaffold
channel was encountering a puzzling error:
Hello,
I am new to skaffold, I am facing issue while execeuting skaffold build application via skaffold in BB pipelines.
I have tried to echo variables mentioned like $TARGET , $DOCKER_REGISTRY
before execution all are properly set but still it end up in error .
Kindly provide pointers to fix it.
+ skaffold bu
From tcsetpgrp(3)
:
If tcsetpgrp() is called by a member of a background process group in its session, and the calling process is not blocking or ignoring SIGTTOU, a SIGTTOU signal is sent to all members of this background process group.
-
Updated
Jun 29, 2021 - Dockerfile
Environment:
- Jib version: 2.7.1
- Build tool: Maven
- OS: N/A
Description of the issue:
Invoking mvn jib:help
results in error
[ERROR] Could not find goal 'help' in plugin com.google.cloud.tools:jib-maven-plugin:2.7.1 among available goals _skaffold-fail-if-jib-out-of-date, _skaffold-files-v2, _skaffold-init, _skaffold-package-goals, _skaffold-sync-map, build,
-
Updated
Jul 5, 2021 - Go
-
Updated
Jul 3, 2021 - PHP
-
Updated
Jul 6, 2021 - Go
-
Updated
Feb 24, 2020 - Go
-
Updated
Jul 6, 2021 - Go
-
Updated
Jul 6, 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
Jun 25, 2021 - Go
-
Updated
Jul 6, 2021 - Go
Currently, Trivy traverses all paths and looks for all Gemfile.lock in a container image. However, the image sometimes has only Gemfile.lock and doesn't install gems listed in the Gemfile.lock. I think a gem should have *.gemspec file if it is installed. e.g. rake.gemspec
has the information about rake
.
To avoid false positives from Gemfile.lock, we are probably able to take advantage of `*
Description
Add CLI bash completion of APIs and environments. Environments is lower priority.
Additional Context
- The operator will need an endpoint to provide the list of APIs. Which env to use? Pull it from the still-being-typed command (e.g. if
--env aws
is typed already)? - Env names can be read from the CLI config
- [Cobra docs](https://github.com/spf13/cobra/blob/master
-
Updated
Jul 3, 2021 - TypeScript
-
Updated
Jul 4, 2021 - Go
Improve this page
Add a description, image, and links to the containers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the containers topic, visit your repo's landing page and select "manage topics."
Add a test to capture the working default config from current and previous releases to make sure that continues to load/validate successfully.
See example configurations that can be used in kubernetes/kubernetes#101822 (comment)
/sig scheduling
/help
/good-first-issue