Skip to content

Commit

Permalink
Deprecation of old images (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvr committed Nov 1, 2021
1 parent 5ca4fb9 commit 0a2d9fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 141 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
android-api: [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, Sv2]
android-api: [28, 29, 30, 31, Sv2]
jdk: [8, 11, 17]

steps:
Expand Down Expand Up @@ -130,13 +130,6 @@ jobs:
echo "TAGS=$TAGS" >> $GITHUB_ENV
case ${{ matrix.android-api }} in
21) BUILD_TOOLS_VERSION="21.1.2" ;;
22) BUILD_TOOLS_VERSION="22.0.1" ;;
23) BUILD_TOOLS_VERSION="23.0.3" ;;
24) BUILD_TOOLS_VERSION="24.0.3" ;;
25) BUILD_TOOLS_VERSION="25.0.3" ;;
26) BUILD_TOOLS_VERSION="26.0.3" ;;
27) BUILD_TOOLS_VERSION="27.0.3" ;;
28) BUILD_TOOLS_VERSION="28.0.3" ;;
29) BUILD_TOOLS_VERSION="29.0.3" ;;
30) BUILD_TOOLS_VERSION="30.0.3" ;;
Expand Down
133 changes: 0 additions & 133 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ implementation("org.glassfish.jaxb:jaxb-runtime:2.3.3")
| API level | JDK8 | JDK11 | JDK17 |
|-------------------|----------------------------------------------------------|------------------------------------|------------------------------------|
| Base Image | `jdk8`, `latest`, `latest-jdk8` | `jdk11`, `latest-jdk11` | `jdk17`, `latest-jdk17` |
| Android 5.0 (21) | `android-21`, `android-21-jdk8` | `android-21-jdk11` | `android-21-jdk17` |
| Android 5.1 (22) | `android-22`, `android-22-jdk8` | `android-22-jdk11` | `android-22-jdk17` |
| Android 6.0 (23) | `android-23`, `android-23-jdk8` | `android-23-jdk11` | `android-23-jdk17` |
| Android 7.0 (24) | `android-24`, `android-24-jdk8` | `android-24-jdk11` | `android-24-jdk17` |
| Android 7.1 (25) | `android-25`, `android-25-jdk8` | `android-25-jdk11` | `android-25-jdk17` |
| Android 8.0 (26) | `android-26`, `android-26-jdk8` | `android-26-jdk11` | `android-26-jdk17` |
| Android 8.1 (27) | `android-27`, `android-27-jdk8` | `android-27-jdk11` | `android-27-jdk17` |
| Android 9.0 (28) | `android-28`, `android-28-jdk8` | `android-28-jdk11` | `android-28-jdk17` |
| Android 10 (29) | `android-29`, `android-29-jdk8` | `android-29-jdk11` | `android-29-jdk17` |
| Android 11 (30) | `android-30`, `android-30-jdk8`, `latest`, `latest-jdk8` | `android-30-jdk11`, `latest-jdk11` | `android-30-jdk17`, `latest-jdk17` |
Expand Down Expand Up @@ -122,132 +115,6 @@ RUN apk add --no-cache <list-of-packages>

</details>

<details>
<summary>See content of Android 21 image</summary>

![Docker Android 21 JDK8 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-21-jdk8?label=Docker%20JDK8%20Size&style=for-the-badge)

![Docker Android 21 JDK11 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-21-jdk11?label=Docker%20JDK11%20Size&style=for-the-badge)

![Docker Android 21 JDK17 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-21-jdk17?label=Docker%20JDK11%20Size&style=for-the-badge)

| Path | Version | Description | Location |
|-----------------------------|---------|-------------------------------------|------------------------------|
| build-tools;21.1.2 | 21.1.2 | Android SDK Build-Tools | build-tools/21.1.2/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 31.0.3 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-21 | 2 | Android SDK Platform 21 | platforms/android-21/ |
</details>

<details>
<summary>See content of Android 22 image</summary>

![Docker Android 22 JDK8 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-22-jdk8?label=Docker%20JDK8%20Size&style=for-the-badge)

![Docker Android 22 JDK11 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-22-jdk11?label=Docker%20JDK11%20Size&style=for-the-badge)

![Docker Android 22 JDK17 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-22-jdk17?label=Docker%20JDK17%20Size&style=for-the-badge)

| Path | Version | Description | Location |
|-----------------------------|---------|-------------------------------------|------------------------------|
| build-tools;22.0.1 | 22.0.1 | Android SDK Build-Tools | build-tools/22.0.1/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 31.0.3 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-22 | 2 | Android SDK Platform 22 | platforms/android-22/ |
</details>

<details>
<summary>See content of Android 23 image</summary>

![Docker Android 23 JDK8 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-23-jdk8?label=Docker%20JDK8%20Size&style=for-the-badge)

![Docker Android 23 JDK11 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-23-jdk11?label=Docker%20JDK11%20Size&style=for-the-badge)

![Docker Android 23 JDK17 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-23-jdk17?label=Docker%20JDK17%20Size&style=for-the-badge)

| Path | Version | Description | Location |
|-----------------------------|---------|-------------------------------------|------------------------------|
| build-tools;23.0.3 | 23.0.3 | Android SDK Build-Tools | build-tools/23.0.3/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 31.0.3 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-23 | 3 | Android SDK Platform 23 | platforms/android-23/ |
</details>

<details>
<summary>See content of Android 24 image</summary>

![Docker Android 24 JDK8 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-24-jdk8?label=Docker%20JDK8%20Size&style=for-the-badge)

![Docker Android 24 JDK11 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-24-jdk11?label=Docker%20JDK11%20Size&style=for-the-badge)

![Docker Android 24 JDK17 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-24-jdk17?label=Docker%20JDK17%20Size&style=for-the-badge)

| Path | Version | Description | Location |
|-----------------------------|---------|-------------------------------------|------------------------------|
| build-tools;24.0.3 | 24.0.3 | Android SDK Build-Tools | build-tools/24.0.3/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 31.0.3 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-24 | 2 | Android SDK Platform 24 | platforms/android-24/ |
</details>

<details>
<summary>See content of Android 25 image</summary>

![Docker Android 25 JDK8 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-25-jdk8?label=Docker%20JDK8%20Size&style=for-the-badge)

![Docker Android 25 JDK11 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-25-jdk11?label=Docker%20JDK11%20Size&style=for-the-badge)

![Docker Android 25 JDK17 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-25-jdk17?label=Docker%20JDK17%20Size&style=for-the-badge)

| Path | Version | Description | Location |
|-----------------------------|---------|-------------------------------------|------------------------------|
| build-tools;25.0.3 | 25.0.3 | Android SDK Build-Tools | build-tools/25.0.3/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 31.0.3 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-25 | 3 | Android SDK Platform 25 | platforms/android-25/ |
</details>

<details>
<summary>See content of Android 26 image</summary>

![Docker Android 26 JDK8 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-26-jdk8?label=Docker%20JDK8%20Size&style=for-the-badge)

![Docker Android 26 JDK11 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-26-jdk11?label=Docker%20JDK11%20Size&style=for-the-badge)

![Docker Android 26 JDK17 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-26-jdk17?label=Docker%20JDK17%20Size&style=for-the-badge)

| Path | Version | Description | Location |
|-----------------------------|---------|-------------------------------------|------------------------------|
| build-tools;26.0.3 | 26.0.3 | Android SDK Build-Tools | build-tools/26.0.3/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 31.0.3 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-26 | 2 | Android SDK Platform 26 | platforms/android-26/ |
</details>

<details>
<summary>See content of Android 27 image</summary>

![Docker Android 27 JDK8 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-27-jdk8?label=Docker%20JDK8%20Size&style=for-the-badge)

![Docker Android 27 JDK11 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-27-jdk11?label=Docker%20JDK11%20Size&style=for-the-badge)

![Docker Android 27 JDK17 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-27-jdk17?label=Docker%20JDK17%20Size&style=for-the-badge)

| Path | Version | Description | Location |
|-----------------------------|---------|-------------------------------------|------------------------------|
| build-tools;27.0.3 | 27.0.3 | Android SDK Build-Tools | build-tools/27.0.3/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 31.0.3 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-27 | 3 | Android SDK Platform 27 | platforms/android-27/ |
</details>

<details>
<summary>See content of Android 28 image</summary>

Expand Down

0 comments on commit 0a2d9fc

Please sign in to comment.