This commit is contained in:
@@ -20,6 +20,6 @@ RUN cargo auditable build --release && /app/target/release/crdgen > /crds.yaml
|
|||||||
FROM scratch AS manifests
|
FROM scratch AS manifests
|
||||||
COPY --from=builder /crds.yaml /
|
COPY --from=builder /crds.yaml /
|
||||||
|
|
||||||
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime
|
FROM gcr.io/distroless/cc-debian13:nonroot AS runtime
|
||||||
COPY --from=builder /app/target/release/lldap-controller /lldap-controller
|
COPY --from=builder /app/target/release/lldap-controller /lldap-controller
|
||||||
CMD ["/lldap-controller"]
|
CMD ["/lldap-controller"]
|
||||||
|
|||||||
Reference in New Issue
Block a user