Enrico Stahn
Enrico Stahn
**Is your feature request related to a problem? Please describe.** It would be great to load the image from GitHub Packages, as I assume this will be a substantially faster...
**Is your feature request related to a problem? Please describe.** We have a list of modules and per module documentation. I would like to provide a module overview of sorts...
Adds missing attribute.
Consider enabling chartmuseum as a target instead of GitHub pages.
I would like to use this tool for release messages in helm chart repositories. Helm chart repositories are usually mono repositories (Example: https://github.com/prometheus-community/helm-charts) and therefore have multiple version with a...
If docker command execution fails due to a bad `Dockerfile` the error will always be `docker not found`. This will allow to output the actual exception instead.
### Dockerspec Version 0.4.1 ### Ruby Version 2.4 ### Platform Details Mac ### Scenario docker-compose fails to initialise one of the containers ### Steps to Reproduce Use a container that...
### Dockerspec Version 0.4.1 ### Ruby Version 2.4.0 ### Platform Details Mac ### Scenario Run dockerspec with docker-compose. ### Steps to Reproduce Dockerfile ```yml version: '2' services: static-images: image: nginx:1.10-alpine...
### Dockerspec Version 0.4.1 ### Ruby Version 2.4 ### Platform Details Mac ### Scenario Run the following, but `:all` is not executed ```ruby describe 'thumbor' do before :all do image...
### Dockerspec Version 0.4.1 ### Ruby Version 2.4 ### Platform Details Mac ### Scenario Run `docker_compose` from the same file in 2 different specs. ``` test1_spec -> docker_compose(default.yml) test2_spec ->...