Sha256: a1e4628e290bc0cef0cd227419121c96e820933bd7caadabaa7aea2b04f5acc6

Contents?: true

Size: 437 Bytes

Versions: 2

Compression:

Stored size: 437 Bytes

Contents

FROM ruby:3.3.5-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

2 entries across 2 versions & 1 rubygems

Version Path
pact_broker-client-1.77.0 Dockerfile
pact_broker-client-1.76.2 Dockerfile