Andy Doan
Andy Doan
This adds a button to close the active channel. Signed-off-by: Andy Doan [email protected]
**Description** We've encountered users of our system that like to separate the downloading of an update from the applying of an update. I would like to add an optional flag...
I'm running https://github.com/docker/app/releases/download/v0.9.0-beta1/docker-app-linux.tar.gz and observing an odd issue. I feel like I've got to be doing something wrong, but I'm not seeing it. Running `docker app push` fails with my...
I apologize if this is an issue that should raised on the cnab-spec. I'd be happy to open it there if needed. One of the things that makes docker-compose so...
This allows users in a single node configuration to optionally pull down the service images defined in an app bundle with: docker app pull --service-images [your app] Fixes: fixes #789...
I'm going to try and dig into this, but before I get too far I thought I'd describe the issue in case someone happens to already know the root issue....
I hit something strange today that seems to be caused by: https://github.com/compose-spec/compose-go/blob/b5ef325e9175ca7eb38290cc4ce1b5073c9c7b75/loader/loader.go#L209 I have a simple compose file: ~~~ version: "3" services: x-kiosk: image: busybox:latest command: "sleep 10m" ~~~ When...
I tried running alpine3.9 on raspberrypi3-64 today and see that python3 and pip3 both segfault and core-dump when I try and run them. ~~~ $ docker run --rm -it alpine:3.9...
This is an RFC to get your thoughts on adding an LDAP authentication backend to Shout. I've tried to break this up into small changes to make it easy to...
Running `make check` on aarch will result in: ``` sh -c './wait4ports -q -t 1 -s 1 tcp://127.0.0.1:65535 ; status=$? ; [ $status -eq 255 ] || [ $status -eq...