goss
goss copied to clipboard
Quick and Easy server testing/validation
With the latest packer (1.5.1), I started to get the following error with goss: ``` Failed to initialize build 'amazon-ebs': error initializing provisioner 'goss': Incompatible API version with plugin. Plugin...
Adds the docker resource to goss. First draft: ``` docker: "alpine:3.7": # Image, Title or Name as title? exist: true running: true image: "alpine:3.7" name: "alpine_name" count: 1 ``` Fixes...
> Hi, > > I've two ideas. > > 1. I'd like to define multiple commands in goss.yml and I expect they are being run in the same order as...
> For several processes on my RHEL 7.3 server, goss seems to misrecord the statuses of processes... > > As a test, I pipe every process in ps into a...
see https://github.com/aelsabbahy/goss/issues/423#issue-413287649