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 @@ -31,6 +31,8 @@ RUN bash /registry-support/build-tools/build.sh /registry /build
31
31
# Set user as non-root
32
32
USER 1001
33
33
34
- FROM quay.io/devfile/devfile-index-base:next
34
+ # Freeze at devfile/registry-support commit ffc3a09 until Go 1.19 is supported,
35
+ # see https://github.com/devfile/api/issues/1473
36
+ FROM quay.io/devfile/devfile-index-base:ffc3a09964b840b3d421dcf5d8d2afbf69322f64
35
37
36
38
COPY --from=builder /build /registry
Original file line number Diff line number Diff line change @@ -40,7 +40,9 @@ RUN bash /registry-support/build-tools/build.sh /registry /build
40
40
# Extract archived resources
41
41
RUN bash /registry-support/build-tools/extract_resources.sh
42
42
43
- FROM quay.io/devfile/devfile-index-base:next
43
+ # Freeze at devfile/registry-support commit ffc3a09 until Go 1.19 is supported,
44
+ # see https://github.com/devfile/api/issues/1473
45
+ FROM quay.io/devfile/devfile-index-base:ffc3a09964b840b3d421dcf5d8d2afbf69322f64
44
46
45
47
# Set user as non-root
46
48
USER 1001
You can’t perform that action at this time.
0 commit comments