Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 75ff48f

Browse files
committed
Use specific base image instead of next
Signed-off-by: John Collier <jcollier@redhat.com>
1 parent ae00339 commit 75ff48f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ RUN git clone https://github.com/devfile/registry-support.git /registry-support
1515
# Run the registry build tools
1616
RUN /registry-support/build-tools/build.sh /registry /build
1717

18-
FROM quay.io/devfile/devfile-index-base:next
18+
FROM quay.io/devfile/devfile-index-base:no-community
1919

2020
COPY --from=builder /build /registry

0 commit comments

Comments
 (0)