Skip to content

Commit

Permalink
freeze devfile-index-base at devfile/registry-support@ffc3a09 (#316)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron authored Mar 8, 2024
1 parent d823f5e commit f6910d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit f6910d5

Please sign in to comment.