Skip to content

FireBlinkLTD/fbl-docker-image

Repository files navigation

fireblink/fbl-plugins Docker Image

CircleCI Known Vulnerabilities

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.

Kubernetes Tools

kubectl and helm 3 are included to support @fbl-plugins/k8s-kubectl and @fbl-plugins/k8s-helm plugins.

Docker Compose Example

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