diff --git a/Tiltfile b/Tiltfile index 446b3970..5a293c92 100644 --- a/Tiltfile +++ b/Tiltfile @@ -35,8 +35,7 @@ allow_k8s_contexts(["kind-kind"]) docker_build_sub( "localhost:63628/oncall/engine:dev", context="./engine", - cache_from="grafana/oncall:latest", - # only=["./engine", "./grafana-plugin"], + cache_from=["grafana/oncall:latest"], ignore=["./grafana-plugin/test-results/", "./grafana-plugin/dist/", "./grafana-plugin/e2e-tests/"], child_context=".", target="dev", diff --git a/engine/Dockerfile b/engine/Dockerfile index 7dc8f917..e1b90cc5 100644 --- a/engine/Dockerfile +++ b/engine/Dockerfile @@ -17,7 +17,6 @@ RUN apk add bash \ WORKDIR /etc/app COPY ./requirements.txt ./ -COPY ./pip/cache /root/.cache/pip/wheels/ RUN pip install -r requirements.txt # we intentionally have two COPY commands, this is to have the requirements.txt in a separate build step diff --git a/engine/pip/cache/grpcio-1.57.0-cp311-cp311-linux_aarch64.whl b/engine/pip/cache/grpcio-1.57.0-cp311-cp311-linux_aarch64.whl deleted file mode 100644 index 25ae98df..00000000 Binary files a/engine/pip/cache/grpcio-1.57.0-cp311-cp311-linux_aarch64.whl and /dev/null differ