dockerspec icon indicating copy to clipboard operation
dockerspec copied to clipboard

A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.

Results 10 dockerspec issues
Sort by recently updated
recently updated
newest added

### Dockerspec Version 0.5.0 ### Ruby Version 2.3 ### Platform Details macOS ``` $ docker --version Docker version 17.09.0-ce, build afdb6d4 ``` ### Scenario How does one specify build ARGs...

Priority: Medium
Type: Feature Request

### Dockerspec Version 0.5.0 ### Ruby Version 2.5.3 ### Platform Details MacOS ### Scenario ### Steps to Reproduce `handler.rb` ```ruby require 'json' def hello(event:, context:) { statusCode: 200, body: JSON.generate('Hello...

### Dockerspec Version 0.4.1 ### Ruby Version ruby 2.3.4p301 (2017-03-30 revision 58214) [x86_64-linux] ### Platform Details Alpine Linux v3.4 ### Scenario Try to build and test a Dockerfile with an...

Priority: Medium
Type: Feature Request
Type: Question

### Dockerspec Version Dockerspec (0.4.1) ### Ruby Version Ruby 2.4.0 ### Platform Details CentOS Linux release 7.3.1611 ### Scenario Hello, I would like execute scripts for test in containers with...

Priority: Medium
Type: Feature Request

### Dockerspec Version 0.4.1 ### Ruby Version ruby 2.3.4p301 (2017-03-30 revision 58214) [x86_64-linux] ### Platform Details Alpine Linux v3.4 ### Scenario Try to build and test a Dockerfile with Node...

Priority: Low
Type: Feature Request
Type: Question

### 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...

Priority: Low
Status: Pending Contributor Response
Type: Feature Request

### 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...

Status: On Hold
Priority: Medium
Type: Bug

### 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...

Priority: Low
Type: Bug

### 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 ->...

Priority: Low
Type: Bug

### 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...

Priority: Medium
Type: Bug