berney
berney
I've rebased this PR.
@uk-bolly Does this mean this can be closed now? Should there be a documentation update to show this example?
I did a clean build with no binary packages and this problem went away. So it appears it is an artifact of the binary packages I had cached. Closing this...
In the a docker-bake.hcl file, we would set the tags like this: ```hcl # docker-bake.hcl target "webapp-dev" { dockerfile = "Dockerfile.webapp" tags = ["docker.io/username/webapp:latest"] } ``` Where `tags` takes an...
@aelsabbahy I've got this working on Linux for shell and exec style commands. I've made it draft as I'm unsure of a few things. If you have the time I'd...
I'm looking into the ci/build.sh and test failures with the unmarshal errors.
Fixed, so passes tests in CI now. For me locally it fails: ``` INFO: Starting build wheezy cd integration-tests/ && ./test.sh wheezy amd64 + os=wheezy + arch=amd64 + vars_inline='{inline: bar,...
> However, it does mean that command is a string or an array of strings.. which no other resource does, and it can't be used with goss add .., not...
@aelsabbahy I've implemented the `interface{}` idea. This fixes the problem I had with `genny` and the `resource/resource_list.go`. The `interface{}` means that any type can be passed, such as string, or...
I'm going to raise a PR because this is blocking what I am trying to use goss for. Would you be open to that, and if so, which would you...