containers
Here are 3,086 public repositories matching this topic...
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Jan 24, 2022 - 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
A docker-powered PaaS that helps you build and manage the lifecycle of applications
-
Updated
Jan 24, 2022 - 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
Complete container management platform
-
Updated
Jan 24, 2022 - Go
Secure and fast microVMs for serverless computing.
-
Updated
Jan 24, 2022 - Rust
What would you like to be added:
In the manual scaling window for deployments,
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Describe the feature
Unix Domain Sockets is only enabled on Unix. It needs to be enabled on Windows too
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
It should be more clear for users (and people trying to offer support by looking at logs!) which kube-context and cluster is being used.
$ skaffold dev
Listing files to watch...
- skaffold-example
Generating tags...
- skaffold-example -> skaffold-example:v1.34.0-60-gef8185519
Checking cache...
- skaffold-example: Not found. Building
Starting build...
Building [skaffold-example]...
Now that we have the checklocks analyzer, we should annotate values that are lock-protected with an appropriate checklocks attribute.
Various Dockerfiles I use on the desktop and on servers.
-
Updated
Dec 14, 2021 - Dockerfile
Top-like interface for container metrics
-
Updated
Jan 6, 2022 - Go
Visual Docker Container Management on Mac & Windows
-
Updated
Jun 11, 2021 - JavaScript
You might have a compose file that doesn't reference the exact version of the container image you want to minified (e.g., the target service might reference the latest tag and you want to minify v1.2.3 for your target image).
The --target-compose-svc-image command parameter (for build and profile commands) should provide a way to use the desired image version without having to rewrite
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
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way
-
Updated
Jan 24, 2022 - Go
eBPF-based Networking, Security, and Observability
-
Updated
Jan 24, 2022 - Go
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
-
Updated
Dec 28, 2021 - PHP
An open and reliable container runtime
-
Updated
Jan 24, 2022 - Go
Container scanning schemas below 14.0.0 have been deprecated.
blob/main/contrib/gitlab.tpl:3 is using a deprecated version:
"version": "2.3",
The latest version of the schema is [14.1.0](https://gitlab.com/gitlab-org/gitla
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.
[Project ended] rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
-
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
Vulnerability Static Analysis for Containers
-
Updated
Jan 24, 2022 - Go
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
-
Updated
Nov 18, 2021 - TypeScript
Conformance test suite for OpenShift
-
Updated
Jan 24, 2022 - Go
Go from Docker Compose to Kubernetes
-
Updated
Jan 20, 2022 - 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