Skip to content

Commit 7e6e7ff

Browse files
Signed-off-by: Michael Valdron <[email protected]>
1 parent 6ef4175 commit 7e6e7ff

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.ci/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ RUN curl -sL -O https://github.com/mikefarah/yq/releases/download/v4.9.5/yq_linu
2323
COPY . /registry
2424

2525
# 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
2729

2830
# Run the registry build tools
2931
RUN bash /registry-support/build-tools/build.sh /registry /build

.ci/Dockerfile.offline

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ RUN curl -sL -O https://github.com/mikefarah/yq/releases/download/v4.9.5/yq_linu
2323
COPY . /registry
2424

2525
# 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
2729

2830
# Download all the offline parent devfiles
2931
RUN bash /registry-support/build-tools/dl_parent_devfiles.sh

0 commit comments

Comments
 (0)