Enrico Stahn
Enrico Stahn
### Dockerspec Version 0.4.1 ### Ruby Version ruby 2.4.0p0 ### Platform Details Mac ### Scenario Testing a docker container exposing port 9000 with Infrataster. ### Steps to Reproduce ```ruby describe...
**Is your feature request related to a problem? Please describe.** We're implementing JSON:API across our API's. It would be great to use spot and to define in which format this...
Should have some backoff logic for failues.
# Problem We have seen various issues in our logs looking like this: ``` Error: ER_HOST_IS_BLOCKED: Host '10.10.5.115' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' ```...
All objects should include `"additionalProperties": false,` to properly validate, e.g. the following should fail but doesn't with the current schemas: ``` resources: limits: foobar: 123 cpu: 100m memory: 128Mi requests:...
Implement [goreleaser](https://github.com/goreleaser/goreleaser) including docker image and brew support.
_I know this project is 💀 but we use it on some legacy repositories hence I'm reporting this._ When we use `captain build` in a branch, it creates a tag...
We're currently exposing our AWS account number through the YAML file. It would be helpful to inject this via env variables: **Actual:** ``` apache: build: Dockerfile image: 123456789.dkr.ecr.ap-southeast-2.amazonaws.com/foobar/apache ``` **Expected:**...
Golang 1.11 supports to place the src directory into a non-$GOPATH directory, e.g. `~/project` in CircleCI. The generated `c.out` files will look something like that: ``` mode: set github.com/hipages/php-fpm_exporter/phpfpm/phpfpm.go:117.45,121.2 3...
``` $ python -V Python 2.7.13 $ jiracli Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/jiracli", line 6, in from jiracli import main ImportError: cannot import name main ```