Sha256: c0f18404c0fb30ddd9b2671a85a90abae2542e5ab77738dde2d14bfd0ca26e51

Contents?: true

Size: 343 Bytes

Versions: 11

Compression:

Stored size: 343 Bytes

Contents

FROM sczizzo/trusty-tool:latest
MAINTAINER Sean Clemmer <sczizzo@gmail.com>
ENV DEBIAN_FRONTEND=noninteractive

COPY . /build

RUN cd /build \
 && touch .docker \
 && bundle update \
 && bundle exec rake report \
 && mkdir -p /reports/test \
 && mv doc /reports \
 && mv coverage /reports \
 && mv test/reports/* /reports/test

VOLUME /reports

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
kitchen_hooks-2.1.1 tasks/test/Dockerfile
kitchen_hooks-2.1.0 tasks/test/Dockerfile
kitchen_hooks-2.0.2 tasks/test/Dockerfile
kitchen_hooks-2.0.1 tasks/test/Dockerfile
kitchen_hooks-2.0.0 tasks/test/Dockerfile
kitchen_hooks-1.8.11 tasks/test/Dockerfile
kitchen_hooks-1.8.10 tasks/test/Dockerfile
kitchen_hooks-1.8.9 tasks/test/Dockerfile
kitchen_hooks-1.8.8 tasks/test/Dockerfile
kitchen_hooks-1.8.7 tasks/test/Dockerfile
kitchen_hooks-1.8.6 tasks/test/Dockerfile