Skip to content

Commit

Permalink
Update Corretto Version to 11.0.8.10 and 8.262.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cliveverghese committed Jul 14, 2020
1 parent fcfc999 commit 62ad57b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .tags
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Tags: 8, 8u252, 8u252-al2, 8-al2-full,8-al2-jdk, latest
Tags: 8, 8u262, 8u262-al2, 8-al2-full,8-al2-jdk, latest
Architectures: amd64, arm64v8
Directory: 8/jdk/al2

Tags: 11, 11.0.7, 11.0.7-al2, 11-al2-jdk, 11-al2-full
Tags: 11, 11.0.8, 11.0.8-al2, 11-al2-jdk, 11-al2-full
Architectures: amd64, arm64v8
Directory: 11/jdk/al2

Tags: 8-alpine, 8u252-alpine, 8-alpine-full, 8-alpine-jdk
Tags: 8-alpine, 8u262-alpine, 8-alpine-full, 8-alpine-jdk
Architectures: amd64
Directory: 8/jdk/alpine

Tags: 8-alpine-jre, 8u252-alpine-jre
Tags: 8-alpine-jre, 8u262-alpine-jre
Architectures: amd64
Directory: 8/jre/alpine

Tags: 11-alpine, 11.0.7-alpine, 11-alpine-full, 11-alpine-jdk
Tags: 11-alpine, 11.0.8-alpine, 11-alpine-full, 11-alpine-jdk
Architectures: amd64
Directory: 11/jdk/alpine

Tags: 11-alpine-jre, 11.0.7-alpine-jre
Tags: 11-alpine-jre, 11.0.8-alpine-jre
Architectures: amd64
Directory: 11/jre/alpine

2 changes: 1 addition & 1 deletion 11/jdk/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amazonlinux:2

ARG version=11.0.7.10-1
ARG version=11.0.8.10-1
# In addition to installing the Amazon corretto, we also install
# fontconfig. The folks who manage the docker hub's
# official image library have found that font management
Expand Down
4 changes: 2 additions & 2 deletions 11/jdk/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:latest

ARG version=11.0.7.10.1
ARG version=11.0.8.10.1

RUN wget -O /etc/apk/keys/amazoncorretto.rsa.pub https://apk.corretto.aws/amazoncorretto.rsa.pub && \
echo "https://apk.corretto.aws" >> /etc/apk/repositories && \
apk add --no-cache amazon-corretto-11=$version-r0

ENV LANG C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/default-jvm
ENV PATH=$PATH:/usr/lib/jvm/default-jvm/bin
ENV PATH=$PATH:/usr/lib/jvm/default-jvm/bin
2 changes: 1 addition & 1 deletion 11/jre/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ARG version=11.0.7.10.1
ARG version=11.0.8.10.1

RUN wget -O /etc/apk/keys/amazoncorretto.rsa.pub https://apk.corretto.aws/amazoncorretto.rsa.pub && \
echo "https://apk.corretto.aws" >> /etc/apk/repositories && \
Expand Down
2 changes: 1 addition & 1 deletion 8/jdk/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amazonlinux:2

ARG version=1.8.0_252.b09-1
ARG version=1.8.0_262.b10-1
# In addition to installing the Amazon corretto, we also install
# fontconfig. The folks who manage the docker hub's
# official image library have found that font management
Expand Down
4 changes: 2 additions & 2 deletions 8/jdk/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ARG version=8.252.09.1
ARG version=8.262.10.2

RUN wget -O /etc/apk/keys/amazoncorretto.rsa.pub https://apk.corretto.aws/amazoncorretto.rsa.pub && \
echo "https://apk.corretto.aws" >> /etc/apk/repositories && \
Expand All @@ -10,4 +10,4 @@ ENV LANG C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/default-jvm
ENV PATH=$PATH:/usr/lib/jvm/default-jvm/bin



4 changes: 2 additions & 2 deletions 8/jre/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:latest

ARG version=8.252.09.1
ARG version=8.262.10.2

RUN wget -O /etc/apk/keys/amazoncorretto.rsa.pub https://apk.corretto.aws/amazoncorretto.rsa.pub && \
echo "https://apk.corretto.aws" >> /etc/apk/repositories && \
apk add --no-cache amazon-corretto-8-jre=$version-r0

ENV LANG C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/default-jvm/jre
ENV JAVA_HOME=/usr/lib/jvm/default-jvm/jre

0 comments on commit 62ad57b

Please sign in to comment.