We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b00808 + 5ba250d commit d5a6484Copy full SHA for d5a6484
ci/Dockerfile
@@ -1,7 +1,11 @@
1
ARG base_image=openjdk:8-jre
2
+ARG script_image=springio/concourse-release-scripts:0.3.4
3
+
4
+FROM ${script_image}
5
6
FROM ${base_image}
7
-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/
9
10
RUN apt-get update && apt-get install --no-install-recommends -y \
11
ca-certificates \
@@ -11,4 +15,4 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
15
&& rm -rf /var/lib/apt/lists/*
12
16
13
17
RUN curl -fL https://getcli.jfrog.io | sh && \
14
- mv jfrog /usr/local/bin/
18
+ mv jfrog /usr/local/bin/
0 commit comments