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:
2525 jbBackendVersion : " latest"
2626 dockerVersion : " 20.10.24"
2727 dockerComposeVersion : " 2.27.0-gitpod.0"
28+ ipfsKuboVersion : " v0.18.0"
29+ ipfsClusterVersion : " v1.0.8"
30+ schedulerExtenderVersion : " c1925d8"
2831provenance :
2932 enabled : true
3033 slsa : true
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ packages:
44 config :
55 dockerfile : leeway.Dockerfile
66 buildArgs :
7- VERSION : v1.0.8
7+ VERSION : ${ipfsClusterVersion}
88 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
66
77FROM alpine as dependencies
88
9+ ENV TRIGGER_REBUILD=0
10+
911RUN apk add -U wget
1012
1113RUN 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:
44 config :
55 dockerfile : leeway.Dockerfile
66 buildArgs :
7- VERSION : v0.17.0
7+ VERSION : ${ipfsKuboVersion}
88 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
66
77FROM alpine as dependencies
88
9+ ENV TRIGGER_REBUILD=0
10+
911RUN apk add -U wget
1012
1113RUN 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