containers
Here are 2,995 public repositories matching this topic...
-
Updated
Dec 2, 2021 - Go
Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there
-
Updated
Nov 29, 2021 - Shell
Add basic CI
We already have some scripts in the scripts directory. It would be good to run them for every PR.
This is also a great task for beginners.
## Python/Regex fix
-
Updated
Dec 2, 2021 - Go
-
Updated
Dec 1, 2021 - Rust
What would you like to be added:
A button or link from the list of instances of
Kubernetes cluster cert expires after a year. After the expiration the cert need to be updated. There needs to a way of notifying the user of this expiration through logging. One way could be using Kubernetes events to log the warning at the expiration event. Please refer to the epic for this for more context : dapr/cli#807
Feel free to chime in with more ideas around
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
kubectl apply -f doesn't check file extensions and we shouldn't either.
https://github.com/GoogleContainerTools/skaffold/blob/9f56bbd6b90128c984d6fb6191dec948fc25822c/pkg/skaffold/kubernetes/util.go#L55-L63
Expected behavior
The following should work:
skaffold render --output m && skaffold apply m
Actual behavior
m is not a valid Kubernetes manifest
-
Updated
Nov 25, 2021 - Dockerfile
-
Updated
Oct 24, 2021 - Go
Now that we have the checklocks analyzer, we should annotate values that are lock-protected with an appropriate checklocks attribute.
-
Updated
Dec 2, 2021 - Go
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
Dec 2, 2021 - Go
-
Updated
Nov 8, 2021 - PHP
-
Updated
Dec 2, 2021 - Go
-
Updated
Dec 2, 2021 - Go
Remove PodSecurityPolicy in the helm manifest
helm install trivy . --namespace trivy --create-namespace
W1018 19:47:44.637292 21571 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
W1018 19:47:44.745250 21571 warnings.go:70] policy/v1beta1 PodSecurityPolicy is de
Hi
I assumed kaniko would work with an on-premise blob store using Azurite Blob Storage, but it looks like it's tied to the Cloud Azure Blob Storage domain name
Would it be difficult to support this? It should be the same API.
-
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
Dec 1, 2021 - Go
-
Updated
Dec 2, 2021 - Go
-
Updated
Nov 18, 2021 - TypeScript
-
Updated
Nov 20, 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."
What would you like to be added?
The changes to support snapshot tests for Generic Ephemeral Volumes kubernetes/kubernetes#105659 generated some duplicated code in the file
test/e2e/storage/testsuites/snapshottable.goas commented here: kubernetes/kubernetes#105659 (comment), it'd be great to create functions that are reused in b