diff --git a/32-emulator/Dockerfile b/32-emulator/Dockerfile index bf7f1e8..907484f 100644 --- a/32-emulator/Dockerfile +++ b/32-emulator/Dockerfile @@ -109,6 +109,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/32-jdk17/Dockerfile b/32-jdk17/Dockerfile index 10ed83d..67b1c2e 100644 --- a/32-jdk17/Dockerfile +++ b/32-jdk17/Dockerfile @@ -88,6 +88,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/32-ndk/Dockerfile b/32-ndk/Dockerfile index 29872dd..e044d5e 100644 --- a/32-ndk/Dockerfile +++ b/32-ndk/Dockerfile @@ -94,6 +94,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/32-stf-client/Dockerfile b/32-stf-client/Dockerfile index f39b0f2..d1e1334 100644 --- a/32-stf-client/Dockerfile +++ b/32-stf-client/Dockerfile @@ -107,6 +107,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/32/Dockerfile b/32/Dockerfile index 8f7bd85..559b43e 100644 --- a/32/Dockerfile +++ b/32/Dockerfile @@ -88,6 +88,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/33-emulator/Dockerfile b/33-emulator/Dockerfile index 89bba11..8eff61e 100644 --- a/33-emulator/Dockerfile +++ b/33-emulator/Dockerfile @@ -109,6 +109,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/33-jdk17/Dockerfile b/33-jdk17/Dockerfile index 6286627..43a28b1 100644 --- a/33-jdk17/Dockerfile +++ b/33-jdk17/Dockerfile @@ -88,6 +88,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/33-ndk/Dockerfile b/33-ndk/Dockerfile index 4e21a02..44cb0d2 100644 --- a/33-ndk/Dockerfile +++ b/33-ndk/Dockerfile @@ -94,6 +94,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/33-stf-client/Dockerfile b/33-stf-client/Dockerfile index 7d20812..331b733 100644 --- a/33-stf-client/Dockerfile +++ b/33-stf-client/Dockerfile @@ -107,6 +107,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/33/Dockerfile b/33/Dockerfile index d0bd7d8..35fec09 100644 --- a/33/Dockerfile +++ b/33/Dockerfile @@ -88,6 +88,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/34-emulator/Dockerfile b/34-emulator/Dockerfile index ed5c32a..19a56f9 100644 --- a/34-emulator/Dockerfile +++ b/34-emulator/Dockerfile @@ -109,6 +109,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/34-jdk11/Dockerfile b/34-jdk11/Dockerfile index 7dcc2fa..a1a60e8 100644 --- a/34-jdk11/Dockerfile +++ b/34-jdk11/Dockerfile @@ -88,6 +88,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/34-ndk/Dockerfile b/34-ndk/Dockerfile index e70b3f5..36cab7b 100644 --- a/34-ndk/Dockerfile +++ b/34-ndk/Dockerfile @@ -94,6 +94,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/34-stf-client/Dockerfile b/34-stf-client/Dockerfile index f176c3e..817a641 100644 --- a/34-stf-client/Dockerfile +++ b/34-stf-client/Dockerfile @@ -107,6 +107,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/34/Dockerfile b/34/Dockerfile index 6fd6966..e5a6fc6 100644 --- a/34/Dockerfile +++ b/34/Dockerfile @@ -88,6 +88,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] #### diff --git a/Dockerfile.template b/Dockerfile.template index ef0b7cd..6f50c1e 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -134,6 +134,6 @@ RUN apt-get update \ && echo "source /etc/profile.d/rvm.sh" >> /etc/bash.bashrc \ && source /usr/local/rvm/scripts/rvm \ && gem install bundler -v '~> 1.0' --force --no-document --default -SHELL [ "/bin/bash", "-lc" ] -CMD [ "/bin/bash", "-lc" ] +SHELL [ "/bin/bash", "-o", "pipefail", "-lc" ] +CMD [ "/bin/bash", "-l" ] ####