Add docker-lib from github
This commit is contained in:
parent
e28915bd4b
commit
747b71ba69
|
|
@ -23,7 +23,7 @@ RUN curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_V
|
||||||
mv entrykit /bin/entrykit && \
|
mv entrykit /bin/entrykit && \
|
||||||
entrykit --symlink
|
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 [ \
|
ENTRYPOINT [ \
|
||||||
"switch", \
|
"switch", \
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ RUN curl -L https://github.com/progrium/entrykit/releases/download/v${ENTRYKIT_V
|
||||||
mv entrykit /bin/entrykit && \
|
mv entrykit /bin/entrykit && \
|
||||||
entrykit --symlink
|
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 [ \
|
ENTRYPOINT [ \
|
||||||
"switch", \
|
"switch", \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue