Sha256: 111686b60278151bef1447c5c965265e5283f3e7f0e44b549e4b946c4a8c9d80

Contents?: true

Size: 792 Bytes

Versions: 9

Compression:

Stored size: 792 Bytes

Contents

FROM darthjee/ruby_gems:0.1.0 as base
FROM darthjee/scripts:0.0.2 as scripts

######################################

FROM base as builder

COPY --chown=app ./ /home/app/app/
COPY --chown=app:app --from=scripts /home/scripts/ ./

ENV HOME_DIR /home/app
RUN /bin/bash bundle_builder.sh

#######################
#FINAL IMAGE
FROM base

USER root

COPY --chown=app:app --from=builder /home/app/bundle/gems /usr/local/bundle/gems
COPY --chown=app:app --from=builder /home/app/bundle/cache /usr/local/bundle/cache
COPY --chown=app:app --from=builder /home/app/bundle/specifications /usr/local/bundle/specifications
COPY --chown=app:app --from=builder /home/app/bundle/bin /usr/local/bundle/bin
COPY --chown=app:app --from=builder /home/app/bundle/extensions /usr/local/bundle/extensions

USER app

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
danica-2.7.5 Dockerfile
arstotzka-1.4.1 Dockerfile
sinclair-1.4.1 Dockerfile
arstotzka-1.4.0 Dockerfile
sinclair-1.4.0 Dockerfile
sinclair-1.3.4 Dockerfile
sinclair-1.3.3 Dockerfile
sinclair-1.3.2 Dockerfile
sinclair-1.3.1 Dockerfile