Skip to content

Commit

Permalink
Remove variant image JDK11 as it’s deprecated
Browse files Browse the repository at this point in the history
The latest version of Android SDK Command-line Tools (ver 11.0) has been compiled by a more recent version of the Java Runtime (class file version 61.0 - Java 17), while Java 11 maps to class file version 55.0
  • Loading branch information
thyrlian committed Sep 22, 2023
1 parent 00eb367 commit f8e3f95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
run: docker build -t android-sdk ./android-sdk
- name: Display tool version information of the main Docker image (android-sdk)
run: cmd=$(cat ./android-sdk/version_inspector.sh) && docker run -i --rm android-sdk bash -c "$cmd"
- name: Build the variant Docker image (android-sdk-jdk11)
run: docker build --build-arg JDK_VERSION=11 -t android-sdk-jdk11 ./android-sdk
- name: Display tool version information of the variant Docker image (android-sdk-jdk11)
run: cmd=$(cat ./android-sdk/version_inspector.sh) && docker run -i --rm android-sdk-jdk11 bash -c "$cmd"
- name: Build the sub Docker image (android-sdk-vnc)
run: docker build -t android-sdk-vnc ./android-sdk/vnc
- name: Display tool version information of the sub Docker image (android-sdk-vnc)
Expand Down
2 changes: 0 additions & 2 deletions image_publisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ DOCKER_HUB_ACCOUNT=thyrlian
DOCKER_FILE_NAME=Dockerfile
MAIN_IMAGE_NAME=android-sdk
MAIN_IMAGE_DIR=android-sdk
VARIANT_IMAGE_NAME=android-sdk-jdk11
VARIANT_IMAGE_BUILD_ARG=JDK_VERSION=11
SUB_IMAGE_VNC_NAME=android-sdk-vnc
SUB_IMAGE_VNC_DIR=vnc
SUB_IMAGE_FIREBASE_TEST_LAB_NAME=android-sdk-firebase-test-lab
Expand Down

0 comments on commit f8e3f95

Please sign in to comment.