dockerfile scratch

This commit is contained in:
mr
2026-02-09 09:01:09 +01:00
parent 28c08d0873
commit b8b0743af5

View File

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