Sha256: 4756982f083219438f082cdce0d070ca3798f32abd2ff7cacec583a25350f82c
Contents?: true
Size: 345 Bytes
Versions: 3
Compression:
Stored size: 345 Bytes
Contents
FROM @@image@@ RUN mkdir -p /src/opt/conjur/project WORKDIR /src/opt/conjur/project COPY Gemfile ./ COPY Gemfile.lock ./ COPY *.gemspec ./ COPY lib/conjur/version.rb ./lib/conjur/ RUN bundle --deployment --without "test development" RUN mkdir -p .bundle RUN cp /usr/local/bundle/config .bundle/config COPY . . ADD debify.sh / WORKDIR /src
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
conjur-cli-4.30.1 | ci/Dockerfile.fpm |
conjur-cli-4.30.0 | ci/Dockerfile.fpm |
conjur-cli-4.29.0 | ci/Dockerfile.fpm |