Skip to content

Commit

Permalink
Fix: Fix compose command for downloading gvmd data manually
Browse files Browse the repository at this point in the history
The greenbone-feed-sync application must be run within a
greenbone-feed-sync container. Otherwise it wont be available.
  • Loading branch information
bjoernricks authored and greenbonebot committed Mar 19, 2024
1 parent d97b99b commit bb7343a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/22.4/container/manual-feed-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ policies, port lists and report formats.
caption: Downloading data objects processed by gvmd
---
docker compose -f $DOWNLOAD_DIR/docker-compose.yml -p greenbone-community-edition \
run --rm gvmd greenbone-feed-sync --type gvmd-data
run --rm greenbone-feed-sync greenbone-feed-sync --type gvmd-data
```
2 changes: 2 additions & 0 deletions src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Calendar Versioning](https://calver.org).
* Add section about getting the log messages for the Community Containers
* Extend history about current release changes and semver usage
* Improved troubleshooting for *Failed to find port_list*
* Fix command for downloading gvmd-data manual manually when using the
containers
* Update gvm-libs to 22.8.0
* Update gvmd to 23.2.0
* Update pg-gvm to 22.6.4
Expand Down

0 comments on commit bb7343a

Please sign in to comment.