Skip to content

new checksum file for 1.12.0 release #12

merged 5 commits into from Sep 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Update Dockerfile
chubing committed Sep 2, 2022
commit f0814d148b8eaf2618178585723aba1edcf9788c
2 changes: 1 addition & 1 deletion Dockerfile
@@ -19,7 +19,7 @@ ENV VERSION=${version} \
#Corretto download page: https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html
ARG CORRETTO_URL_PERM=https://corretto.aws/downloads/latest/amazon-corretto-11-x64-linux-jdk.rpm
ARG CORRETTO_RPM=amazon-corretto-11-x64-linux-jdk.rpm
COPY container_files/corretto-signing-key.pub .
COPY containerfiles/corretto-signing-key.pub .
RUN curl -O -L $CORRETTO_URL_PERM \
&& rpm --import corretto-signing-key.pub \
&& rpm -K $CORRETTO_RPM \