Sha256: b71f2e21e5196a54351ded7cc6f251d7c43a248519adaedfce2bd6be19941cb0
Contents?: true
Size: 328 Bytes
Versions: 4
Compression:
Stored size: 328 Bytes
Contents
ARG ruby_version FROM ruby:${ruby_version} ENV BUNDLE_JOBS=4 BUNDLE_PATH=/vendor/bundle LANG=C.UTF-8 LC_ALL=C.UTF-8 RUN apt-get update && apt-get install -y less git RUN useradd --create-home --user-group --uid 1000 app RUN mkdir -p /app/tmp /vendor/bundle/$RUBY_VERSION RUN chown -R app /app /vendor WORKDIR /app USER app
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
unofficial_buildkite_client-0.5.0 | Dockerfile |
unofficial_buildkite_client-0.4.0 | Dockerfile |
unofficial_buildkite_client-0.3.0 | Dockerfile |
unofficial_buildkite_client-0.2.0 | Dockerfile |