# Docker Images

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

{% embed url="<https://github.com/orgs/flxbl-io/packages>" %}

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](https://github.com/flxbl-io/sfp/pkgs/container/sfp)\
\
To preview latest images for the docker image, visit the [release candidate page](https://github.com/flxbl-io/sfp/pkgs/container/sfp-rc) and update your container image reference.\
\
For example:

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

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