dockerfile scratch

This commit is contained in:
mr
2026-02-09 09:02:14 +01:00
parent 9bfcf910ed
commit 6dbee462b4

View File

@@ -32,7 +32,7 @@ RUN bee pack
RUN mkdir -p /app/extracted && tar -zxvf oc-datacenter.tar.gz -C /app/extracted
#----------------------------------------------------------------------------------------------
FROM golang:alpine
FROM scratch
ENV KUBERNETES_SERVICE_HOST=$KUBERNETES_HOST