-
Updated
Dec 31, 2020
container
Here are 2,148 public repositories matching this topic...
-
Updated
Jan 19, 2021 - Go
-
Updated
Jan 17, 2021 - 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
All of our instances are reported as launched on ubuntu-core-18 now, due to strict confinement and base: core18. We should try and find a way to reach out to get the actual host OS.
ko publish ./...
ko publish ./cmd/...
2020/12/19 09:39:01 failed to publish images: found 7 local packages, expected 1
ko resolve is capable of building and deploying multiple images, and ko publish is seemingly capable of identifying multiple import paths to build, but we run afoul of https://github.com/google/ko/blob/722ad3c37b2e01219aa053ba11b6b0d6d065b5d7/pkg/commands/publisher.go#L39 in `ko
-
Updated
Jan 7, 2021 - Go
[BUG] 官方文档有误
-
Updated
Jan 20, 2021 - Java
-
Updated
Jan 22, 2021 - 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
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
Dec 13, 2020 - TypeScript
-
Updated
Dec 18, 2020 - Go
-
Updated
Jan 22, 2021 - Go
-
Updated
Jun 13, 2020 - Dockerfile
-
Updated
Jan 22, 2021 - C
-
Updated
Dec 31, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Go
-
Updated
Dec 30, 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
-
Updated
Feb 5, 2020 - PHP
Docker enables folks to use custom certs for their registries via this directory (and possibly environment variables). We should figure out how tools can support this, perhaps through support directly in the library, or perhaps through documentation on how to properly set up the http.RoundTripper passed into remote.Foo calls.
crane and ko would be good examples for how we add support f
-
Updated
Jan 15, 2021 - 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."

/area test-and-release
/kind good-first-issue
Describe the feature
When debugging end to end tests locally, it's frequently helpful to keep resources around after the test run finishes to debug things. Currently this requires finding the call to EnsureTearDown and commenting