Docker Images

sfp docker images are published from the flxbl-io Github packages registry at the link provided below

One can utilize the flxbl-io sfp images by using the

docker pull ghcr.io/flxbl-io/sfp:latest

You can also pin to a specific version of the docker image, by using the version published here To preview latest images for the docker image, visit the release candidate page and update your container image reference. For example:

default:
   image: ghcr.io/flxbl-io/sfp-rc:<version-number>

or
   image: ghcr.io/flxbl-io/sfp-rc:<sha>

Last updated