Sha256: 4819ab5046cf58bfc628ae365af3807c0c0821106489fee55c074aa62900d813
Contents?: true
Size: 435 Bytes
Versions: 4
Compression:
Stored size: 435 Bytes
Contents
FROM ruby:3.1-alpine RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hub RUN apk add --update --no-cache git openssh bash RUN gem update --system RUN mkdir -p home WORKDIR home ADD release-image / ENV BUNDLE_GEMFILE=/release/Gemfile RUN bundle install RUN git config --global user.email "beth@bethesque.com" RUN git config --global user.name "Beth Skurrie via Github Actions" ENTRYPOINT [/entrypoint.sh]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-client-1.66.1 | Dockerfile |
pact_broker-client-1.66.0 | Dockerfile |
pact_broker-client-1.65.0 | Dockerfile |
pact_broker-client-1.64.0 | Dockerfile |