Complex Docker image with FBL and all officially supported plugins.
3.6K
Fat image with FBL and all officially supported plugins.
Links:
Docker image builds are fully automated. Whenever new version of one of the plugins or fbl itself released package.json is updated automatically and new tag gets created.
Make sure to always use version tag instead of latest. That tag is mostly designed for testing purposes and is not suitable for production usage.
You may find what fbl, plugins and what versions are included in the build by looking into GitHub releases with associated tag version.
kubectl and helm 3 are included to support @fbl-plugins/k8s-kubectl and @fbl-plugins/k8s-helm plugins.
version: '3'
services:
fbl:
# For demo purposes `latest` tag is used, however it is highly advised to use fixed version
image: fireblink/fbl-plugins:latest
volumes:
- ./path/to/fbl/scripts:/usr/fbl
command: fbl /usr/fbl/flow.yml --verbose
Content type
Image
Digest
Size
495.4 MB
Last updated
over 5 years ago
docker pull fireblink/fbl-plugins