File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ RUN curl -sL -O https://github.com/mikefarah/yq/releases/download/v4.9.5/yq_linu
23
23
COPY . /registry
24
24
25
25
# Download the registry build tools
26
- RUN git clone https://github.com/devfile/registry-support.git /registry-support
26
+ # Freeze index/generator version at v1.1.0 until Go 1.19 is supported,
27
+ # see https://github.com/devfile/api/issues/1473
28
+ RUN git clone https://github.com/devfile/registry-support.git -b v1.1.0 /registry-support
27
29
28
30
# Run the registry build tools
29
31
RUN bash /registry-support/build-tools/build.sh /registry /build
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ RUN curl -sL -O https://github.com/mikefarah/yq/releases/download/v4.9.5/yq_linu
23
23
COPY . /registry
24
24
25
25
# Download the registry build tools
26
- RUN git clone https://github.com/devfile/registry-support.git /registry-support
26
+ # Freeze index/generator version at v1.1.0 until Go 1.19 is supported,
27
+ # see https://github.com/devfile/api/issues/1473
28
+ RUN git clone https://github.com/devfile/registry-support.git -b v1.1.0 /registry-support
27
29
28
30
# Download all the offline parent devfiles
29
31
RUN bash /registry-support/build-tools/dl_parent_devfiles.sh
You can’t perform that action at this time.
0 commit comments