ci: Added openj9 JDK11 branch

This commit is contained in:
Geoff Bourne
2021-01-12 17:15:18 -06:00
parent 84bc92975c
commit bd8c630f45

View File

@@ -1,8 +1,7 @@
FROM adoptopenjdk/openjdk8-openj9:alpine
FROM adoptopenjdk/openjdk11-openj9:alpine
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
# upgrade all packages since alpine jre8 base image tops out at 8u212
RUN apk -U --no-cache upgrade
RUN apk add --no-cache -U \