feat(bonsai): invalidation sélective du cache via CACHEBUST

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 06:52:10 +02:00
parent e19aeadc63
commit bba8216cea
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
FROM eclipse-temurin:25-jdk AS builder
RUN apt-get update && apt-get install -y git openssh-client && rm -rf /var/lib/apt/lists/*
ARG CACHEBUST
RUN --mount=type=secret,id=ssh_key \
--mount=type=cache,target=/root/.gradle \
mkdir -p /root/.ssh && \