Skip to content

Commit 5ba250d

Browse files
author
David O'Sullivan
committed
updates Dockerfile with new script source
1 parent 4b00808 commit 5ba250d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ci/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
ARG base_image=openjdk:8-jre
2+
ARG script_image=springio/concourse-release-scripts:0.3.4
3+
4+
FROM ${script_image}
5+
26
FROM ${base_image}
37

4-
ADD https://repo.spring.io/libs-release/io/spring/concourse/releasescripts/concourse-release-scripts/0.3.2/concourse-release-scripts-0.3.2.jar /opt/concourse-release-scripts.jar
8+
COPY --from=0 /concourse-release-scripts.jar /opt/
59

610
RUN apt-get update && apt-get install --no-install-recommends -y \
711
ca-certificates \
@@ -11,4 +15,4 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
1115
&& rm -rf /var/lib/apt/lists/*
1216

1317
RUN curl -fL https://getcli.jfrog.io | sh && \
14-
mv jfrog /usr/local/bin/
18+
mv jfrog /usr/local/bin/

0 commit comments

Comments
 (0)