jdk-24/test/hotspot/jtreg/runtime/containers/docker/Dockerfile-BasicTest-aarch64

9 lines
113 B
Plaintext
Raw Normal View History

# Use generic ubuntu Linux on AArch64
FROM aarch64/ubuntu
COPY /jdk /jdk
ENV JAVA_HOME=/jdk
CMD ["/bin/bash"]