Sha256: 2880a3fb17cdeac882ba049907b10180e2a3ef0aae1d0018db4319ae0d4c3e36

Contents?: true

Size: 488 Bytes

Versions: 1

Compression:

Stored size: 488 Bytes

Contents

FROM outstand/ruby-base:2.3.1-alpine
MAINTAINER Ryan Schlesinger <ryan@outstand.com>

RUN addgroup stockpile && \
    adduser -S -G stockpile stockpile

ENV CONSUL_STOCKPILE_VERSION=0.1.5

RUN apk --no-cache add --virtual build-dependencies build-base && \
    gem install consul_stockpile -v ${CONSUL_STOCKPILE_VERSION} && \
    apk del build-dependencies

COPY scripts/docker-entrypoint.sh /docker-entrypoint.sh

ENV DUMB_INIT_SETSID 0
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["help"]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
consul_stockpile-0.1.5 Dockerfile.release