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:
parent
629a5d4f30
commit
b2c3dc527f
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue