-
Updated
Sep 5, 2020
container
Here are 1,944 public repositories matching this topic...
-
Updated
Sep 6, 2020 - Go
-
Updated
Aug 31, 2020 - Go
What would you like to be added/modified:
To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.
To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef
-
Updated
Aug 26, 2020 - Go
Mounting using sshfs does not follow symlinks on Mac.
If ~/www is a symlink then the mounting succeeds to create localsrv:/www, but the directory is empty.
multipass mount ~/www localsrv:/www
Is there a way to enable follow_symlinks when mounting?
- OS: OSX Catalina
- Multipass: 1.4
-
Updated
Aug 6, 2020 - Java
See google/go-containerregistry#115
Also ensure that generated docs stay up-to-date (example)
-
Updated
Sep 8, 2020 - Go
Version of Singularity:
3.0.3
Expected behavior
Some progress or update information during the creation of the SIF file.
Actual behavior
During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.
Steps to reproduce behavior
I was executing a few “larger” builds through the bui
What would you like to be added:
statefulset/cloneset/sidecarset/job need to add metric with replica, available, unavailable, complete, number of resource .....
Why is this needed:
For example, Deploy has kube-state-metric, which can provide the metric, so we can well count and monitor it in Prometheus. Kruise'
Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"
Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible
-
Updated
Aug 6, 2020 - Go
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Sep 8, 2020 - Go
-
Updated
Jun 13, 2020 - Dockerfile
-
Updated
Sep 8, 2020 - C
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 25, 2020 - Go
-
Updated
Feb 5, 2020 - PHP
-
Updated
Mar 16, 2020 - Dockerfile
MongoDB changed its license to be untenably restrictive.
It’s been more than a year when the upstream MongoDB decided to change the license of the Server code. The previous license was GNU Affero General Public License v3 (AGPLv3). However, upstream wrote a new license designed to make companies running MongoDB as a service contribute back to the community. The new license is called Server Side
Docker has this for pull: https://docs.docker.com/engine/reference/commandline/pull/
The tarball format supports multiple images/tags. We'd just want to pull every tag for crane but with gcrane we could pull all the untagged manifests as well.
Docker doesn't have it for push but I don't see a reason not to support it.
This would work well with an --oci flag to do an image layout ins
-
Updated
Sep 2, 2020 - HTML
Improve this page
Add a description, image, and links to the container topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the container topic, visit your repo's landing page and select "manage topics."
The queue-proxy's
main.gofile contains a lot of stuff currently and is hard to test. We should decompose the queue-proxy where poss