Skip to content
Snippets Groups Projects
Commit cc4b946e authored by Esun Kim's avatar Esun Kim
Browse files

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

parent 1ff545e0
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 RUN sed -i '/deb http:\/\/http.debian.net\/debian jessie-updates main/d' /etc/apt/sources.list
<%include file="../../apt_get_basic.include"/> <%include file="../../apt_get_basic.include"/>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM 32bit/debian:jessie FROM i386/debian:jessie
RUN apt-get update && apt-get install -y curl RUN apt-get update && apt-get install -y curl
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM 32bit/debian:jessie FROM i386/debian:jessie
RUN apt-get update && apt-get install -y python python-pip RUN apt-get update && apt-get install -y python python-pip
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM 32bit/debian:jessie FROM i386/debian:jessie
RUN apt-get update && apt-get install -y python python-pip RUN apt-get update && apt-get install -y python python-pip
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM 32bit/debian:jessie FROM i386/debian:jessie
RUN apt-get update && apt-get install -y ruby-full RUN apt-get update && apt-get install -y ruby-full
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 RUN sed -i '/deb http:\/\/http.debian.net\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages. # Install Git and basic packages.
......
...@@ -30,7 +30,7 @@ sudo pip install tabulate ...@@ -30,7 +30,7 @@ sudo pip install tabulate
export PATH="$HOME/.rbenv/bin:$PATH" export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)" eval "$(rbenv init -)"
gem list bundler 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 # Allow SSH to Kokoro performance workers without explicit key verification
gsutil cp gs://grpc-testing-secrets/grpc_kokoro_performance_ssh_keys/id_rsa ~/.ssh gsutil cp gs://grpc-testing-secrets/grpc_kokoro_performance_ssh_keys/id_rsa ~/.ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment