Skip to content

Commit ac9860f

Browse files
authored
Merge pull request #238 from infosiftr/eclipse-temurin
Switch to Eclipse Temurin
2 parents 01825ee + 9e67d08 commit ac9860f

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed

2.2/Dockerfile

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.0/Dockerfile

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.11/Dockerfile

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.0/Dockerfile

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile.template

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM adoptopenjdk:{{ .java }}-jre-hotspot-focal
1+
FROM eclipse-temurin:{{ .java }}-jre-focal
22

33
# explicitly set user/group IDs
44
RUN set -eux; \
@@ -63,7 +63,7 @@ ENV CASSANDRA_CONF /etc/cassandra
6363
ENV PATH $CASSANDRA_HOME/bin:$PATH
6464

6565
# https://cwiki.apache.org/confluence/display/CASSANDRA2/DebianPackaging#DebianPackaging-AddingRepositoryKeys
66-
# $ docker run --rm buildpack-deps:buster-curl bash -c 'wget -qO- https://downloads.apache.org/cassandra/KEYS | gpg --batch --import &> /dev/null && gpg --batch --list-keys --with-fingerprint --with-colons' | awk -F: '$1 == "pub" && $2 == "-" { pub = 1 } pub && $1 == "fpr" { fpr = $10 } $1 == "sub" { pub = 0 } pub && fpr && $1 == "uid" && $2 == "-" { print "#", $10; print "\t" fpr " \\"; pub = 0 }'
66+
# $ docker run --rm buildpack-deps:bullseye-curl bash -c 'wget -qO- https://downloads.apache.org/cassandra/KEYS | gpg --batch --import &> /dev/null && gpg --batch --list-keys --with-fingerprint --with-colons' | awk -F: '$1 == "pub" && $2 == "-" { pub = 1 } pub && $1 == "fpr" { fpr = $10 } $1 == "sub" { pub = 0 } pub && fpr && $1 == "uid" && $2 == "-" { print "#", $10; print "\t" fpr " \\"; pub = 0 }'
6767
ENV GPG_KEYS \
6868
# Eric Evans <[email protected]>
6969
CEC86BB4A0BA9D0F90397CAEF8358FA2F2833C93 \
@@ -84,7 +84,9 @@ ENV GPG_KEYS \
8484
# Brandon Williams <[email protected]>
8585
B7842CDAF36E6A3214FAE35D5E85B9AE0B84C041 \
8686
# Ekaterina Buryanova Dimitrova (CODE SIGNING KEY) <[email protected]>
87-
3E9C876907A560ACA00964F363E9BAD215BBF5F0
87+
3E9C876907A560ACA00964F363E9BAD215BBF5F0 \
88+
# Sam Tunnicliffe (CODE SIGNING KEY) <[email protected]>
89+
F8B7FD00E05C932991A2CD6150EE103D162C5A55
8890

8991
ENV CASSANDRA_VERSION {{ .version }}
9092
ENV CASSANDRA_SHA512 {{ .sha512 }}

0 commit comments

Comments
 (0)