berney
berney
I've tried ` go build -ldflags '-extldflags "-fno-PIC -static"' -buildmode pie -tags 'osusergo netgo static_build'` and ` go build -ldflags '-extldflags "-fPIC -static"' -buildmode pie -tags 'osusergo netgo static_build'`. Both...
Fixed a typo in the readme, the URL for skydoc was missing an 'o'.
The `docker.sock` hunting often hangs or takes a very long time depending on the runtime and what sockets are in the container/host. This PR makes it optional, default off (this...
I know the repos in gentoobb namespace's purpose are to server as examples, but I've noticed unnecessary dependencies, which are triggering my OCD. I'm learning S6 (especially in Docker) and...
I want to know the correct value to set in the `org.opencontainers.image.licenses` label when the license is not in the SPDX License List. I have an image that I want...
**Description** **Steps to reproduce the issue:** ``` git clone https://github.com/linuxkit/linuxkit.git scoop install make make ``` **Describe the results you received:** The `make` failed when trying to remove temporary tarballs. ```...
Fix linker errors due to missing symbols by defaulting to building Win32 libraries.
On a fresh Windows 2012 R2 Server, I have configured it to use a WSUS server. I manually checked the number of updates to install, there was 40 (IIRC), I...
``` [i] GPP enumeration starting. This can take a bit... 2019/09/10 07:17:09 exit status 1 ``` This is causing an error which doesn't seem to be handled well. It would...
Function `download_portage_snapshot()` has a subtle bug when `$PORTAGE_DATE` equals `latest` (the default), it sets `dl_name` to be `$_TODAY`. It should do this for every file, but it always sets dl_name...