File tree Expand file tree Collapse file tree 7 files changed +27
-4
lines changed Expand file tree Collapse file tree 7 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ defaultArgs:
25
25
jbBackendVersion : " latest"
26
26
dockerVersion : " 20.10.24"
27
27
dockerComposeVersion : " 2.27.0-gitpod.0"
28
+ ipfsKuboVersion : " v0.18.0"
29
+ ipfsClusterVersion : " v1.0.8"
30
+ schedulerExtenderVersion : " c1925d8"
28
31
provenance :
29
32
enabled : true
30
33
slsa : true
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ packages:
4
4
config :
5
5
dockerfile : leeway.Dockerfile
6
6
buildArgs :
7
- VERSION : v1.0.8
7
+ VERSION : ${ipfsClusterVersion}
8
8
image :
9
- - ${imageRepoBase}/ipfs/ipfs-cluster:v1.0.8
9
+ - ${imageRepoBase}/ipfs/ipfs-cluster:${ipfsClusterVersion}
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG VERSION
6
6
7
7
FROM alpine as dependencies
8
8
9
+ ENV TRIGGER_REBUILD=0
10
+
9
11
RUN apk add -U wget
10
12
11
13
RUN wget -O /jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 \
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ packages:
4
4
config :
5
5
dockerfile : leeway.Dockerfile
6
6
buildArgs :
7
- VERSION : v0.17.0
7
+ VERSION : ${ipfsKuboVersion}
8
8
image :
9
- - ${imageRepoBase}/ipfs/kubo:v0.17.0
9
+ - ${imageRepoBase}/ipfs/kubo:${ipfsKuboVersion}
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG VERSION
6
6
7
7
FROM alpine as dependencies
8
8
9
+ ENV TRIGGER_REBUILD=0
10
+
9
11
RUN apk add -U wget
10
12
11
13
RUN wget -O /jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 \
Original file line number Diff line number Diff line change
1
+ packages :
2
+ - name : docker
3
+ type : docker
4
+ config :
5
+ dockerfile : leeway.Dockerfile
6
+ buildArgs :
7
+ VERSION : ${schedulerExtenderVersion}
8
+ image :
9
+ - ${imageRepoBase}/scheduler-extender:${schedulerExtenderVersion}
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
+ # Licensed under the GNU Affero General Public License (AGPL).
3
+ # See License.AGPL.txt in the project root for license information.
4
+
5
+ ARG VERSION
6
+
7
+ FROM public.ecr.aws/b4b1c2l9/application/k5t9d3j5/application/scheduler-extender:${VERSION}
You can’t perform that action at this time.
0 commit comments