Commit Graph

36 Commits

Author SHA1 Message Date
Henrik Grimler
9d695d6f4b scripts(setup-ubuntu.sh): install openjdk-17 from ppa repo
This is necessary if we are to build openjdk-17 after update of docker
image to ubuntu 22.04.
2022-07-30 14:34:07 +02:00
Leonid Pliushch
c532fff051 chore(scripts/Dockerfile): update comments about build/push 2022-07-23 13:35:31 +03:00
Leonid Pliushch
314c6a8aff enhance(scripts/Dockerfile): upgrade ubuntu version
Ubuntu 21.10 reached its end of life.
2022-07-23 13:35:31 +03:00
Leonid Pliushch
2205ad383e fix(scripts/Dockerfile): add missing "&&" 2022-07-23 00:28:39 +03:00
Leonid Pliushch
c4041bcf45 enhance(scripts/Dockerfile): set builder user id to 1001
This will speed up builds on GitHub Actions since runner user id is 1001.
2022-07-23 00:25:51 +03:00
Henrik Grimler
348c980d53 Dockerfile: remove unused parts of sdk and ndk in setup-android-sdk instead
Dockerfile setup script doesn't know exactly which ndk/sdk version we
are using, so can't cd to the right folder now that the version is
part of the folder name.
2022-04-25 22:04:41 +02:00
Henrik Grimler
ad4ca4acc4 Dockerfile: copy termux_download.sh to docker image as well
Since it is now used by setup-android-sdk.sh.
2022-04-25 21:50:50 +02:00
Henrik Grimler
c31ee772c2 Update docker image to Ubuntu 21.10
A ./build-all.sh -i finishes successfully.  (There seem to be some
issue with the build-all script where some packages are not built
though)
2022-02-08 11:48:43 +01:00
Lucy Phipps
bbdaa639f7 update docker image to Ubuntu 21.04 2022-02-08 11:48:36 +01:00
Lucy Phipps
0255ee9793 fix Dockerfile and setup-ubuntu.sh 2021-10-05 16:40:30 +01:00
Fredrik Fornwall
36ef3dcba8 Update docker image to Ubuntu 20.04 2020-05-06 09:27:49 +02:00
Leonid Pliushch
57e645f227 Revert "docker image: try to fix issue with Android SDK & Java 11"
This reverts commit f860eeba3a784d32ec65cf72d4a3d46578c3ffba.
2020-03-08 21:42:47 +02:00
Leonid Pliushch
1cfcd0dd26 docker image: try to fix issue with Android SDK & Java 11 2020-03-08 21:34:23 +02:00
Leonid Pliushch
b20be8a115 docker image: install locales and configure en_US.UTF-8 as default 2020-01-04 00:19:59 +02:00
Fredrik Fornwall
eb53d8d447 Dockerfile: Update from ubuntu 19.04 to 19.10 2019-11-21 00:36:24 +01:00
Leonid Pliushch
783069ef67 Revert "Shrink docker image (#3362)"
Breaks patching of headers.

This reverts commit 53c281c5e4d947fdf0b0b0f32f60ce826c8dfb26.
2019-11-10 17:15:33 +02:00
Wetitpig
83796081a9 Shrink docker image (#3362)
* Docker rm Android NDK Version 16-19

* Docker remove vulkan and shaderc too

* Docker remove duplicate files

* Separate Docker clean script

* Docker remove templates

* Docker bz2 large notices

* Docker try symlinks

* Docker preserve some SDK Libraries

* Docker rm fonts and resources from platforms

* Docker source properties.sh
2019-11-10 16:41:19 +02:00
Fredrik Fornwall
499687c9fe Update docker image to ubuntu 19.04 and llvm 8 2019-04-27 22:48:18 +02:00
Wetitpig
5bbab4a259 Switch User in Docker 2019-02-24 21:08:38 +02:00
Wetitpig
72eaf12358 Dockerfile to tabs 2019-02-15 18:01:09 +02:00
Wetitpig
4e9a1891ba 3 COPY to 1 2019-02-15 17:27:41 +02:00
Fredrik Fornwall
dac82cc5d4 Dockerfile: Update from ubuntu 18.04 to 18.10 2018-11-27 00:25:40 +01:00
Fredrik Fornwall
0eb957e0e4 Dockerfile: Clean up for ndk r18 2018-09-27 01:06:34 +02:00
Fredrik Fornwall
b3f68a9b5c Update build tools version to 28.0.2
Also extract setting ndk and build tools version to
scripts/properties.sh to avoid duplication.
2018-08-15 16:52:18 +02:00
Fredrik Fornwall
9ccc908e26 Update to ubuntu 18.04 in docker image 2018-05-02 23:01:29 +02:00