Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Mar 7, 2019
1 parent 1e61c90 commit 1f201f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tasks:
- pull_request.reopened
payload:
maxRunTime: 10800
image: 'mozillamixedreality/firefoxreality'
image: 'mozillamixedreality/firefoxreality:190306'
command:
- /bin/bash
- '--login'
Expand Down Expand Up @@ -60,7 +60,7 @@ tasks:
- "secrets:get:project/firefoxreality/symbols-token"
payload:
maxRunTime: 10800
image: 'mozillamixedreality/firefoxreality'
image: 'mozillamixedreality/firefoxreality:190306'
features:
taskclusterProxy: true
command:
Expand Down Expand Up @@ -108,7 +108,7 @@ tasks:
- "secrets:get:project/firefoxreality/symbols-token"
payload:
maxRunTime: 10800
image: 'mozillamixedreality/firefoxreality'
image: 'mozillamixedreality/firefoxreality:190306'
features:
taskclusterProxy: true
command:
Expand Down
4 changes: 0 additions & 4 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,9 @@ ENV ANDROID_SDK_HOME /opt
ENV ANDROID_HOME /opt
ENV PATH ${PATH}:${ANDROID_SDK_HOME}/tools/bin:${ANDROID_SDK_HOME}/platform-tools:/opt/tools:${ANDROID_SDK_HOME}/build-tools/27.0.3

RUN echo y | sdkmanager "build-tools;26.0.0"
RUN echo y | sdkmanager "build-tools;27.0.3"
RUN echo y | sdkmanager "build-tools;28.0.3"
RUN echo y | sdkmanager "ndk-bundle"
RUN echo y | sdkmanager "cmake;3.10.2.4988404"
RUN echo y | sdkmanager "platforms;android-26"
RUN echo y | sdkmanager "platforms;android-27"
RUN echo y | sdkmanager "platforms;android-28"

WORKDIR /opt
Expand Down

0 comments on commit 1f201f4

Please sign in to comment.