Commit ebd7d89
fix(ci): don't ignore docker-context/ so Dockerfile COPY works
The .dockerignore was excluding docker-context/, but the CI pipeline
creates docker-context/plugin/ after unzipping the plugin ZIP and the
Dockerfile COPYs from that path. Buildx was failing with:
failed to calculate checksum of ref ...: "/docker-context/plugin":
not found
Also removed gradle/wrapper/gradle-wrapper.jar from .dockerignore —
it's harmless in the image but there's no reason to block it.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent cee3b83 commit ebd7d89
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
0 commit comments