summaryrefslogtreecommitdiffhomepage
path: root/android/docker
AgeCommit message (Collapse)AuthorFilesLines
2025-01-08Add gradle rust pluginJonatan Rhodin1-1/+1
2024-12-18Bump Linux build container to mullvadvpn-app-build:124ce3fefLinus Färnstrand1-1/+1
Includes: * Rust upgraded to 1.83 * Added package libarchive-tools
2024-12-17Update android container and support gradle rust pluginJonatan Rhodin1-6/+12
2024-10-03Bump android container to be based off of Linux 2301dbd5bMullvad build server1-1/+1
2024-09-24Update android containerDavid Göransson1-7/+7
2024-09-18Add cbindgen to android build containerAlbin1-0/+7
2024-08-23Bump Android container base image to mullvadvpn-app-build:0186b645cLinus Färnstrand1-1/+1
2024-06-26Remove `--no-docker` flag in `build-apk.sh`Markus Pettersson1-1/+1
Align `build-apk.sh` with `build.sh`
2024-03-22Update Android dockerfile to use newer base imageMullvad build server1-1/+1
2024-01-03Update base linux image and go patchJonatan Rhodin2-36/+46
2023-10-11Base Android container off of new linux container (4986f0398)Linus Färnstrand1-1/+1
2023-08-02Bump linux base image used in android imageAlbin1-1/+1
2023-08-02Bump container jdk to 17Albin1-3/+4
Also updates `ca-certificates-java` since the jdk installation would fail otherwise.
2023-03-24Change build container CARGO_TARGET_DIR to allow cargo cleanLinus Färnstrand1-3/+4
2023-03-14Bump NDK min sdk to 26Albin1-1/+1
2023-03-14Bump NDK version to r25cAlbin1-8/+8
2023-03-14Bump linux base image used in android imageAlbin1-1/+1
This means building with Debian 11. It also means building with rust 1.68 which relies on an upgraded NDK, which is part of a following commit.
2023-03-14Use ARG instead of ENV in Android dockerfileLinus Färnstrand1-3/+3
2023-03-13Bump container build toolsAlbin1-1/+1
2023-03-13Add tidy to container imageAlbin1-0/+1
2023-02-09Fix comment in dockerfile explaining how to build itLinus Färnstrand1-1/+1
2022-12-12Update Android container build instructionsAlbin1-96/+0
2022-12-12Remove unused jdk pgp pub keyAlbin1-53/+0
2022-12-05Update Android container to java 11Albin1-20/+20
2022-12-01Fix image tag typoAlbin1-1/+1
2022-11-30Update Android build container to use new linux containerMullvad build server1-1/+1
2022-10-24Cleanup redundant cross-compilation Android configAlbin2-25/+20
2022-10-24Improve go monotonic patch documentationAlbin1-1/+6
2022-10-24Clarify example run commandAlbin1-1/+1
2022-10-24Set base image digest in android imageAlbin1-2/+1
2022-10-24Add LABELs to the android imageAlbin1-1/+8
2022-10-24Change image name to mullvadvpn-app-build-androidAlbin1-2/+2
2022-10-24Cleanup and document android imageAlbin1-17/+25
2022-10-24Base android docker image on the new desktop imageAlbin1-63/+62
2022-08-15Add missing escape character to Docker readmeDavid Lönnhager1-1/+1
2022-08-15Fix rustup hashDavid Lönnhager1-1/+1
2022-08-15Bump go patch versionDavid Lönnhager1-2/+2
2022-08-15Bump docker golang to 1.18.1Albin1-2/+2
2022-08-15Improve golang download scriptsAlbin1-6/+8
Separates golang version and checksum to variables to make it easier to update in the scripts that didn't do this already.
2022-08-15Unify golang download urlsAlbin1-1/+1
2021-08-18Fix dockerfileEmīls1-8/+1
Change the dockerfile to stop depending on a specific rust version and remove the dependency on nodejs. This makes the docker image buildable for now, but the dependency on the hash of the rustup installation script will break often anyway.
2021-05-27Create a Docker image for building the Android appJanito Vaqueiro Ferreira Filho5-0/+413