C2(upgrade-grafana): plan document grafana tarball path lesson

Discovered during build: the Grafana OSS tarball extracts to
grafana-<version>, not grafana-v<version>. The Dockerfile mv
command must match this naming.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-23 17:33:05 -08:00
commit b2c3dc527f

View file

@ -23,6 +23,10 @@ Grafana currently uses the upstream `docker.io/grafana/grafana:11.4.0` image via
3. Tag and push to `forge.ops.eblu.me/eblume/grafana:<version>`
4. Add to `mise run container-list` inventory
## Lessons
- **Tarball directory name:** The Grafana OSS tarball extracts to `grafana-<version>` (e.g. `grafana-12.3.3`), *not* `grafana-v<version>`. The `mv` command in the Dockerfile must match this.
## Reference
- Follow [[build-container-image]] for the standard container build workflow