Replace 32bit/debian:jessie with i386/debian:jessie

pull/20084/head
Esun Kim 5 years ago
parent 1ff545e004
commit cc4b946e3c
  1. 2
      templates/tools/dockerfile/test/cxx_jessie_x86/Dockerfile.template
  2. 2
      tools/dockerfile/distribtest/csharp_jessie_x86/Dockerfile
  3. 2
      tools/dockerfile/distribtest/node_jessie_x86/Dockerfile
  4. 2
      tools/dockerfile/distribtest/python_dev_jessie_x86/Dockerfile
  5. 2
      tools/dockerfile/distribtest/python_jessie_x86/Dockerfile
  6. 2
      tools/dockerfile/distribtest/ruby_jessie_x86/Dockerfile
  7. 2
      tools/dockerfile/test/cxx_jessie_x86/Dockerfile
  8. 2
      tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM 32bit/debian:jessie
FROM i386/debian:jessie
RUN sed -i '/deb http:\/\/http.debian.net\/debian jessie-updates main/d' /etc/apt/sources.list
<%include file="../../apt_get_basic.include"/>

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM 32bit/debian:jessie
FROM i386/debian:jessie
RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM 32bit/debian:jessie
FROM i386/debian:jessie
RUN apt-get update && apt-get install -y curl

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM 32bit/debian:jessie
FROM i386/debian:jessie
RUN apt-get update && apt-get install -y python python-pip

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM 32bit/debian:jessie
FROM i386/debian:jessie
RUN apt-get update && apt-get install -y python python-pip

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM 32bit/debian:jessie
FROM i386/debian:jessie
RUN apt-get update && apt-get install -y ruby-full

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM 32bit/debian:jessie
FROM i386/debian:jessie
RUN sed -i '/deb http:\/\/http.debian.net\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -30,7 +30,7 @@ sudo pip install tabulate
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
gem list bundler
gem install bundler --no-ri --no-rdoc
gem install bundler --no-document
# Allow SSH to Kokoro performance workers without explicit key verification
gsutil cp gs://grpc-testing-secrets/grpc_kokoro_performance_ssh_keys/id_rsa ~/.ssh

Loading…
Cancel
Save