Move the build to concourse

Closes gh-767
This commit is contained in:
Madhura Bhave
2018-08-03 15:18:49 -07:00
parent 490778552a
commit beefea77cf
5 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
FROM ubuntu:bionic-20181018
ENV JAVA_HOME /opt/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
RUN apt-get update && \
apt-get install -y curl
RUN mkdir -p /opt/openjdk && \
cd /opt/openjdk && \
curl https://java-buildpack.cloudfoundry.org/openjdk/bionic/x86_64/openjdk-1.8.0_192.tar.gz | tar xz
ADD https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh /opt/