Skip to content

Commit f6910d5

Browse files
freeze devfile-index-base at devfile/registry-support@ffc3a09 (#316)
Signed-off-by: Michael Valdron <[email protected]>
1 parent d823f5e commit f6910d5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: .ci/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ RUN bash /registry-support/build-tools/build.sh /registry /build
3131
# Set user as non-root
3232
USER 1001
3333

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
3537

3638
COPY --from=builder /build /registry

Diff for: .ci/Dockerfile.offline

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ RUN bash /registry-support/build-tools/build.sh /registry /build
4040
# Extract archived resources
4141
RUN bash /registry-support/build-tools/extract_resources.sh
4242

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
4446

4547
# Set user as non-root
4648
USER 1001

0 commit comments

Comments
 (0)