Skip to content

Commit

Permalink
Revert "Fix teamatldocker#148; use JRE 11 with Alpine 3.12.7"
Browse files Browse the repository at this point in the history
This reverts commit b0b0281.

It's not bug of Alpine Linux, but docker host need to support faccessat2.
alpinelinux/docker-alpine#156 (comment)
  • Loading branch information
benok committed Dec 15, 2021
1 parent 44dedf2 commit c88e77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk/openjdk11-openj9:x86_64-alpine-jre-11.0.10_9_openj9-0.24.0
FROM adoptopenjdk/openjdk8-openj9:alpine-jre
# this image already contains glibc

ENV JIRA_USER=jira \
Expand Down

0 comments on commit c88e77e

Please sign in to comment.