dockerfile scratch

This commit is contained in:
mr
2026-02-09 09:01:42 +01:00
parent cc578c2839
commit abb212a392
2 changed files with 14 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ RUN mkdir -p /app/extracted && tar -zxvf oc-catalog.tar.gz -C /app/extracted
#----------------------------------------------------------------------------------------------
FROM golang:alpine
FROM scratch
WORKDIR /app
COPY --from=builder /app/extracted/oc-catalog /usr/bin/