Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more JDK versions to the devcontainers #14008

Merged
merged 2 commits into from Apr 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion .devcontainer/alpine/Dockerfile
Expand Up @@ -3,4 +3,6 @@ RUN apk -U upgrade && apk add \
autoconf automake linux-headers libtool make tar libaio-dev openssl-dev apr-dev gcc \
mandoc man-pages autoconf-doc automake-doc libtool-doc make-doc tar-doc gcc-doc \
perf perf-bash-completion htop htop-doc strace strace-doc ripgrep ripgrep-doc \
openjdk21-jdk openjdk21-doc openjdk21-src maven
openjdk8-jdk openjdk8-doc openjdk8-src openjdk11-jdk openjdk11-doc openjdk11-src \
openjdk17-jdk openjdk17-doc openjdk1-src openjdk21-jdk openjdk21-doc openjdk21-src \
maven
4 changes: 2 additions & 2 deletions .devcontainer/ubuntu/Dockerfile
@@ -1,5 +1,5 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu
RUN apt-get update && apt-get install -y \
autotools-dev autoconf automake libtool make tar libaio-dev libssl-dev libapr1-dev lksctp-tools gcc \
htop strace \
openjdk-21-jdk-headless openjdk-21-source
htop strace openjdk-8-jdk-headless openjdk-8-source openjdk-11-jdk-headless openjdk-11-source \
openjdk-17-jdk-headless openjdk-17-source openjdk-21-jdk-headless openjdk-21-source