mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Move the build to concourse
Closes gh-767
This commit is contained in:
11
ci/images/initializr-ci-image/Dockerfile
Normal file
11
ci/images/initializr-ci-image/Dockerfile
Normal 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/
|
||||
Reference in New Issue
Block a user