Skip to content

Commit 9ad4840

Browse files
committed
1 parent ac9860f commit 9ad4840

File tree

5 files changed

+0
-290
lines changed

5 files changed

+0
-290
lines changed

2.2/Dockerfile

Lines changed: 0 additions & 182 deletions
This file was deleted.

2.2/docker-entrypoint.sh

Lines changed: 0 additions & 94 deletions
This file was deleted.

generate-stackbrew-library.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
set -eu
33

44
declare -A aliases=(
5-
[2.2]='2'
65
[3.11]='3'
76
[4.0]='4 latest'
87
)
@@ -85,13 +84,6 @@ for version; do
8584
parent="$(awk 'toupper($1) == "FROM" { print $2 }' "$version/Dockerfile")"
8685
arches="${parentRepoToArches[$parent]}"
8786

88-
if [ "$version" = '2.2' ]; then
89-
# https://github.com/docker-library/cassandra/pull/116#issuecomment-326650640
90-
# Exception (java.lang.RuntimeException) encountered during startup: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
91-
# java.lang.RuntimeException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
92-
arches="$(sed -r -e 's/ arm64v8 / /g' <<<" $arches ")"
93-
fi
94-
9587
# s390x is not actually supported
9688
# https://github.com/docker-library/cassandra/pull/116#issuecomment-326654542
9789
# https://github.com/docker-library/cassandra/issues/193

versions.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"2.2": {
3-
"java": "8",
4-
"sha512": "174688cb51ea7f683ace0de158a3ab080b2799c2001c501ede68253d2990d03737396cc7743eee6d65523bbd21f6b10948279691de1a313dc2f4d0d26cf5315b",
5-
"version": "2.2.19"
6-
},
72
"3.0": {
83
"java": "8",
94
"sha512": "a425485a995a8dba998303e368af3cabc322a824f9e42c9e30c4890a0fe186a6bfa19d18b00f2e0336c3c100c6461f191a3e78e201cc91e99f8b80d8df803fdc",

versions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set -Eeuo pipefail
33

44
defaultJavaVersion='11'
55
declare -A javaVersions=(
6-
[2.2]='8'
76
[3.0]='8'
87
[3.11]='8'
98
)

0 commit comments

Comments
 (0)