Skip to content

Releases: RedMadRobot/android-docker-images

2024.02.24

24 Feb 13:07
dada54c
Compare
Choose a tag to compare

android-sdk

  • ❗ Add image for Android SDK 34
  • ❗ SDK 30 and 31 images archived and will not be updated anymore
  • Update build-tools 34.0.0-rc334.0.0
  • Update commadlinetools 9.014.0
  • Update NDK 25.1.893739326.2.11394342
  • Publish images for linux/arm64 platform
  • Add sha256sum check for downloaded commandlinetools
  • Declare environment variable ANDROID_USER_HOME = $HOME/.android
  • Do not set DEBIAN_FRONTEND variable
  • Remove sdkmanager cache from images
  • Do not install i386 libraries for 64-bit machines

ruby

  • ❗ Environment variable FL_GMAIL_USERNAME removed from the image
  • ❗ Ruby 2.7 and 3.0 images archived and will not be updated anymore
  • ❗ Base image changed from bullseye (Debian 11) to bookworm (Debian 12).
  • Add ruby 3.3 image

New Contributors

Full Changelog: 2023.04.19...2024.02.24

2023.04.19

19 Apr 19:37
2793fd6
Compare
Choose a tag to compare

Warning

This update contains breaking changes.
Unfortunately, there was no any mechanism to specify version strictly until now. Starting from this release, every image has tag with the date when it was published.
To keep builds reproducible and to not get unexpected breaking changes further it is recommended to use tags with date suffix -YYYYMMDD:
android-sdk:33android-sdk:33-20230419

If you need quick fix to keep old image, you can use images with suffix -jdk11:

  • [sdk][sdk]-jdk11
  • [sdk]-ndk[sdk]-jdk11-ndk

android-sdk

Note

Remember to align buildToolsVersion in your project with the version used in the image after update

android {
    buildToolsVersion = "34.0.0-rc3"
}
  • ❗ Update to JDK 17, old images with JDK 11 are deprecated. See "Deprecated tags" spoilers if you want to continue use it
  • ❗ Update build-tools 30.0.334.0.0-rc3 to support Android 14
  • Update platform-tools to 34.0.1
  • Update commadlinetools 8.09.0
  • Remove $ANDROID_HOME/tools/bin from PATH since it was used by sdk-tools package which is deprecated
  • Remove extra packages from sdkmanager:
    • extras;android;m2repository
    • extras;google;m2repository
    • extras;google;google_play_services

ruby

  • Add ruby 3.2 image
  • Remove redundant environment variables

Full Changelog: 2023.01.16...2023.04.19