Browse Source

Add docker-lib from github

pull/11510/head
Madhura Bhave 8 years ago
parent
commit
747b71ba69
  1. 2
      ci/images/spring-boot-ci-image/Dockerfile
  2. 2
      ci/images/spring-boot-jdk9-ci-image/Dockerfile

2
ci/images/spring-boot-ci-image/Dockerfile

@ -23,7 +23,7 @@ RUN curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_V @@ -23,7 +23,7 @@ RUN curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_V
mv entrykit /bin/entrykit && \
entrykit --symlink
COPY ../docker-lib.sh /docker-lib.sh
ADD https://github.com/spring-projects/spring-boot/blob/master/ci/images/docker-lib.sh /docker-lib.sh
ENTRYPOINT [ \
"switch", \

2
ci/images/spring-boot-jdk9-ci-image/Dockerfile

@ -23,7 +23,7 @@ RUN curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_V @@ -23,7 +23,7 @@ RUN curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_V
mv entrykit /bin/entrykit && \
entrykit --symlink
COPY ../docker-lib.sh /docker-lib.sh
ADD https://github.com/spring-projects/spring-boot/blob/master/ci/images/docker-lib.sh /docker-lib.sh
ENTRYPOINT [ \
"switch", \

Loading…
Cancel
Save