Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 22 #219

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/verify-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Test Corretto ${{ matrix.version }} ${{ matrix.package }} package on ${{ matrix.platform }}
run: ./bin/test-image.sh "${{ matrix.version }}/${{ matrix.package }}/${{ matrix.platform }}/Dockerfile" ${{ matrix.version }} ${{ matrix.package }}

verify-corretto-22-plus:
name: Verify Corretto 22+ JDK Images
verify-corretto-23-plus:
name: Verify Corretto 23+ JDK Images
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: [ 22, 23 ]
version: [ 23 ]
package: [ jdk ]
platform: [ debian ]
steps:
Expand All @@ -48,13 +48,13 @@ jobs:
- name: Test Corretto ${{ matrix.version }} ${{ matrix.package }} package on ${{ matrix.platform }}
run: ./bin/test-image.sh "${{ matrix.version }}/${{ matrix.package }}/${{ matrix.platform }}/Dockerfile" ${{ matrix.version }} ${{ matrix.package }}

verify-corretto-slim-22-plus:
name: Verify Corretto 22+ Slim Images
verify-corretto-slim-23-plus:
name: Verify Corretto 23+ Slim Images
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: [ 22, 23 ]
version: [ 23 ]
package: [ slim ]
platform: [ alpine, debian ]
steps:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 11, 17, 21, 22, 23 ]
version: [ 11, 17, 21, 23 ]
package: [ jdk, headful, headless ]
platform: [ al2023 ]
steps:
Expand All @@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 8, 11, 17, 21, 22, 23 ]
version: [ 8, 11, 17, 21, 23 ]
os_version: ["3.17", "3.18", "3.19", "3.20"]
steps:
- name: Checkout code
Expand Down
24 changes: 0 additions & 24 deletions 22/headful/al2023/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions 22/headless/al2023/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions 22/jdk/al2023/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions 22/jdk/alpine/3.17/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions 22/jdk/alpine/3.18/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions 22/jdk/alpine/3.19/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions 22/jdk/alpine/3.20/Dockerfile

This file was deleted.

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

This file was deleted.

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

This file was deleted.

37 changes: 0 additions & 37 deletions 22/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 @@ -106,7 +106,6 @@ 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_21_GENERIC_LINUX=$(cat versions.json | jq -r '.["21"]' )
CORRETTO_22_GENERIC_LINUX=$(cat versions.json | jq -r '.["22"]' )
CORRETTO_23_GENERIC_LINUX=$(cat versions.json | jq -r '.["23"]' )

if [ ! -z "${CORRETTO_11_GENERIC_LINUX}" ]; then
Expand All @@ -121,10 +120,6 @@ if [ ! -z "${CORRETTO_21_GENERIC_LINUX}" ]; then
update_generic_linux ${CORRETTO_21_GENERIC_LINUX} 21
fi

if [ ! -z "${CORRETTO_22_GENERIC_LINUX}" ]; then
update_generic_linux ${CORRETTO_22_GENERIC_LINUX} 22
fi

if [ ! -z "${CORRETTO_23_GENERIC_LINUX}" ]; then
update_generic_linux ${CORRETTO_23_GENERIC_LINUX} 23
fi
Expand Down Expand Up @@ -154,5 +149,4 @@ verify_update 8 ${jdk_version}
verify_update 11 ${CORRETTO_11_GENERIC_LINUX}
verify_update 17 ${CORRETTO_17_GENERIC_LINUX}
verify_update 21 ${CORRETTO_21_GENERIC_LINUX}
verify_update 22 ${CORRETTO_22_GENERIC_LINUX}
verify_update 23 ${CORRETTO_23_GENERIC_LINUX}
22 changes: 0 additions & 22 deletions test/test-image-corretto22-jdk.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions test/test-image-corretto22-jre.yaml

This file was deleted.

Loading
Loading