Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeze devfile-index-base at ffc3a09 #316

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN bash /registry-support/build-tools/build.sh /registry /build
# Set user as non-root
USER 1001

FROM quay.io/devfile/devfile-index-base:next
# Freeze at devfile/registry-support commit ffc3a09 until Go 1.19 is supported,
# see https://github.com/devfile/api/issues/1473
FROM quay.io/devfile/devfile-index-base:ffc3a09964b840b3d421dcf5d8d2afbf69322f64

COPY --from=builder /build /registry
4 changes: 3 additions & 1 deletion .ci/Dockerfile.offline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ RUN bash /registry-support/build-tools/build.sh /registry /build
# Extract archived resources
RUN bash /registry-support/build-tools/extract_resources.sh

FROM quay.io/devfile/devfile-index-base:next
# Freeze at devfile/registry-support commit ffc3a09 until Go 1.19 is supported,
# see https://github.com/devfile/api/issues/1473
FROM quay.io/devfile/devfile-index-base:ffc3a09964b840b3d421dcf5d8d2afbf69322f64

# Set user as non-root
USER 1001
Expand Down
Loading