1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Revert "Prefer BUNDLE_PATH__SYSTEM=true"

This reverts commit e040029c82.
This commit is contained in:
David Rodríguez 2019-07-12 11:16:20 +02:00
parent b7e190bed1
commit 4e90a92eb2
No known key found for this signature in database
GPG key ID: 1008A258BB37309C
20 changed files with 20 additions and 20 deletions

View file

@ -124,7 +124,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -124,7 +124,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -83,7 +83,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -109,7 +109,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -83,7 +83,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -108,7 +108,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -124,7 +124,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -124,7 +124,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -83,7 +83,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -108,7 +108,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -120,7 +120,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -120,7 +120,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -79,7 +79,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -104,7 +104,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -120,7 +120,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -79,7 +79,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -105,7 +105,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -124,7 +124,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -83,7 +83,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438

View file

@ -109,7 +109,7 @@ RUN set -eux; \
# install things globally, for great justice # install things globally, for great justice
# and don't create ".bundle" in all our apps # and don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_PATH__SYSTEM=true \ ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_SILENCE_ROOT_WARNING=1 \ BUNDLE_SILENCE_ROOT_WARNING=1 \
BUNDLE_APP_CONFIG="$GEM_HOME" BUNDLE_APP_CONFIG="$GEM_HOME"
# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438 # path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438