Skip to content

Commit

Permalink
Deprecate 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rgithubli committed Oct 18, 2023
1 parent fce3a18 commit dbce215
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 276 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/verify-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 8, 11, 17, 20, 21 ]
version: [ 8, 11, 17, 21 ]
package: [ jdk ]
platform: [ al2-generic, debian ]
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 17, 20, 21 ]
version: [ 17, 21 ]
package: [ slim ]
platform: [ al2, alpine, debian ]
steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 20 ]
version: [ 21 ]
package: [ jdk ]
platform: [ al2023-generic ]
steps:
Expand All @@ -84,7 +84,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 8, 11, 17, 20, 21 ]
version: [ 8, 11, 17, 21 ]
os_version: ["3.15", "3.16", "3.17", "3.18"]
steps:
- name: Checkout code
Expand Down
32 changes: 0 additions & 32 deletions 20/jdk/al2-generic/Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions 20/jdk/al2023-generic/Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions 20/jdk/debian/Dockerfile

This file was deleted.

67 changes: 0 additions & 67 deletions 20/slim/al2/Dockerfile

This file was deleted.

29 changes: 0 additions & 29 deletions 20/slim/alpine/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions 20/slim/debian/Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions bin/update-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ done
CORRETTO_8_GENERIC_LINUX=$(cat versions.json | jq -r '.["8"]' )
CORRETTO_11_GENERIC_LINUX=$(cat versions.json | jq -r '.["11"]' )
CORRETTO_17_GENERIC_LINUX=$(cat versions.json | jq -r '.["17"]' )
CORRETTO_20_GENERIC_LINUX=$(cat versions.json | jq -r '.["20"]' )
CORRETTO_21_GENERIC_LINUX=$(cat versions.json | jq -r '.["21"]' )

if [ ! -z "${CORRETTO_11_GENERIC_LINUX}" ]; then
Expand All @@ -114,10 +113,6 @@ if [ ! -z "${CORRETTO_17_GENERIC_LINUX}" ]; then
update_generic_linux ${CORRETTO_17_GENERIC_LINUX} 17
fi

if [ ! -z "${CORRETTO_20_GENERIC_LINUX}" ]; then
update_generic_linux ${CORRETTO_20_GENERIC_LINUX} 20
fi

if [ ! -z "${CORRETTO_21_GENERIC_LINUX}" ]; then
update_generic_linux ${CORRETTO_21_GENERIC_LINUX} 21
fi
Expand Down Expand Up @@ -146,5 +141,4 @@ python3 bin/apply-template.py
verify_update 8 ${jdk_version}
verify_update 11 ${CORRETTO_11_GENERIC_LINUX}
verify_update 17 ${CORRETTO_17_GENERIC_LINUX}
verify_update 20 ${CORRETTO_20_GENERIC_LINUX}
verify_update 21 ${CORRETTO_21_GENERIC_LINUX}
22 changes: 0 additions & 22 deletions test/test-image-corretto20-jdk.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions test/test-image-corretto20-slim.yaml

This file was deleted.

1 change: 0 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"8" : "8.392.08.1",
"11" : "11.0.21.9.1",
"17" : "17.0.9.8.1",
"20" : "20.0.2.10.1",
"21" : "21.0.1.12.1"
}

0 comments on commit dbce215

Please sign in to comment.