Updates are applied by pulling new code and restarting the containers. Depending on what changed, you may also need to rebuild the Docker images before bringing the stack back up.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/grizzlyware/netbox-ripe-updater/llms.txt
Use this file to discover all available pages before exploring further.
This project follows Semantic Versioning. Major version bumps indicate breaking changes — check the GitHub releases page for the changelog before upgrading across a major version boundary.
Update procedure
Pull the latest code or check out a specific release
To update to the latest commit on the current branch:To upgrade to a specific release tag instead:Replace
<tag_name> with the release you want, for example v1.2.0. Available tags are listed on the GitHub releases page.Rebuild the Docker images
Rebuild the images to pick up any changes to the This step is required whenever the
Dockerfile or Python source code:Dockerfile or files inside ./ripe-updater/ have changed. If only configuration files (.env, .env.updater, templates) changed, you can skip the rebuild.