Sha256: 9603149eed77b41527dea92e546eb03674818ae39ef6daaebb724ab0b89ca1f8
Contents?: true
Size: 327 Bytes
Versions: 2
Compression:
Stored size: 327 Bytes
Contents
ARG RUBY_VERSION FROM ruby:$RUBY_VERSION RUN apt-get update && apt-get install -y --no-install-recommends vim curl WORKDIR /src/conjur-api COPY Gemfile conjur-api.gemspec VERSION ./ COPY lib/conjur-api/version.rb ./lib/conjur-api/ RUN bundle COPY . ./ ENTRYPOINT ["/usr/local/bin/bundle", "exec"] CMD ["rake", "jenkins"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
conjur-api-6.0.1.pre.252 | Dockerfile |
conjur-api-6.0.1.pre.250 | Dockerfile |