Nathan Sullivan

Results 29 issues of Nathan Sullivan

To avoid conflicts when importing in other projects (dependency hell between `docker/docker` vs `docker/engine`). On an external project, I'd get errors like this without this PR: ``` $ go get...

As per suggestion in README cc @vdemeester LMK if you can think of other things that require tweaking before a merge :)

Fix ability to use `go test ./...`, by changing the file suffix for the schema template (which is actually part of a different package) Some tests fail (mostly in `integration`),...

Used `go get` to pull down a fresh github.com/docker/libcompose, as well as github.com/docker/docker, managed to get the below: ``` ruby-2.2.0 [nathan@ns-desktop-mint chewbacca (master)]$ go build # github.com/tedconf/chewbacca /usr/local/go/pkg/tool/linux_amd64/link: running gcc...

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html Can't see a good way to force using Version 1 in things like `awscli` right now, would be nice to have some minimum viable functionality for Version 2 in...

https://github.com/replicatedhq/kots-field-labs/blob/main/instruqt/distributing-with-replicated/03-creating-a-release/assignment.md#creating-your-release Noticed when going through the lab it makes mention of `(it will be 2 if you haven't explored releasing a bit more).`, whereas for a first time user of...

I have some long running scripts that maintain SSH connections, by virtue that Rye boxes keep the SSH connection open persistently from initial use through to script completion (unless you...

TLS connections timing out - docker registry v1 deprecated.

Hi there, Has anyone come across this so far...? ``` root@dev1:/tmp/work_dir/freeswitch/src/mod/endpoints/mod_wsbridge# make CC mod_wsbridge_la-mod_wsbridge.lo mod_wsbridge.c: In function 'wsbridge_callback_ws': mod_wsbridge.c:682:5: error: 'strncpy' output truncated before terminating nul copying as many bytes...