Sha256: bda49b2405a9423107bcae103cb98d71c8cef982ac60296c82f4e8132776f103

Contents?: true

Size: 600 Bytes

Versions: 6

Compression:

Stored size: 600 Bytes

Contents

FROM ghcr.io/scientist-softserv/dev-ops/samvera:e9200061 as hyku-base
USER root
RUN apk add --no-cache sqlite
USER app

RUN sh -l -c " \
  git config --global --add safe.directory /app/samvera/hyrax-webapp && \
  bundle config set --global force_ruby_platform ruby"

COPY --chown=1001:101 $APP_PATH/Gemfile* /app/samvera/hyrax-webapp/
COPY --chown=1001:101 $APP_PATH/*.gemspec /app/samvera/hyrax-webapp/
COPY --chown=1001:101 $APP_PATH/lib/iiif_print/version.rb /app/samvera/hyrax-webapp/lib/iiif_print/
RUN bundle install --jobs "$(nproc)"

COPY --chown=1001:101 $APP_PATH /app/samvera/hyrax-webapp

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iiif_print-3.0.1 Dockerfile
iiif_print-3.0.0 Dockerfile
iiif_print-2.0.1 Dockerfile
iiif_print-2.0.0 Dockerfile
iiif_print-1.1.0 Dockerfile
iiif_print-1.0.0 Dockerfile