diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78959c9e..02a81a21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,6 +195,7 @@ jobs: # Build tarball for docker-compose - name: Build docker-compose "quick start" run: | + sed -i s,akvorado:latest,akvorado:${GITHUB_REF_NAME#v}, docker-compose*.yml tar zcvf docker-compose-quickstart.tar.gz \ docker-compose.yml docker-compose-demo.yml .env \ orchestrator/clickhouse/data/docker-entrypoint.sh \ diff --git a/console/data/docs/01-install.md b/console/data/docs/01-install.md index 16a558ae..17ba6bf4 100644 --- a/console/data/docs/01-install.md +++ b/console/data/docs/01-install.md @@ -17,9 +17,10 @@ You can get *Akvorado* as a # docker run --rm ghcr.io/akvorado/akvorado:latest help ``` -Check the `docker-compose.yml` file for an example on how to deploy -*Akvorado* using containers. If you want to use `docker-compose`, have -a look at the [quick start procedure](00-intro#quick-start). +Check the `docker-compose.yml` file for an example on how to deploy *Akvorado* +using containers. If you want to use `docker-compose`, have a look at the [quick +start procedure](00-intro#quick-start). This documentation assumes you are +running the `docker-compose` setup. ## Pre-built binary diff --git a/console/data/docs/99-changelog.md b/console/data/docs/99-changelog.md index 6e4c5001..84963af0 100644 --- a/console/data/docs/99-changelog.md +++ b/console/data/docs/99-changelog.md @@ -18,6 +18,7 @@ after upgrading for it to pick the new schema. - ✨ *console*: add `SrcNetPrefix` and `DstNetPrefix` (as a dimension and a filter attribute) - 🌱 *console*: add `limit` and `graph-type` to `console.default-visualize-options` +- 🌱 *docker*: published `docker-compose.yml` file pins Akvorado image to the associated release ## 1.6.3 - 2022-11-26