Sha256: 622731e0b2c0085aa760d71b53f29a7bc63b3344bb7322bb3b66e8e63bcaeafd

Contents?: true

Size: 318 Bytes

Versions: 3

Compression:

Stored size: 318 Bytes

Contents

FROM ruby:2.2.3

ENV SRC_HOME /src
RUN mkdir $SRC_HOME
WORKDIR $SRC_HOME

RUN gem install bundler -v 1.13.6

COPY Gemfile* ./
COPY prometheus-client-forty_two.gemspec ./
RUN mkdir -p lib/prometheus/client/forty_two
COPY lib/prometheus/client/forty_two/version.rb lib/prometheus/client/forty_two/
RUN bundle

CMD rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
prometheus-client-forty_two-0.2.0 Dockerfile
prometheus-client-forty_two-0.1.1 Dockerfile
prometheus-client-forty_two-0.1.0 Dockerfile