SFP-Pro provides Docker images through our self-hosted Gitea registry at source.flxbl.io. These pre-built images are maintained and updated regularly with the latest features and security patches.
Access to source.flxbl.io (Gitea server)
Docker installed on your machine
Registry credentials from your welcome email
Login to the Gitea registry:
Pull the desired image:
The version numbers can be found at https://source.flxbl.io/flxbl/-/packages/container/sfp-pro/
(Optional) Tag for your registry:
Use specific version tags in production
Cache images in your private registry for better performance
Implement proper access controls in your registry
Document image versions used in your pipelines
If you need to build the images yourself, you can access the source code from source.flxbl.io and follow these instructions:
Docker with BuildKit support
GitHub Personal Access Token with packages:read
permissions
Node.js (for local development)
The following build arguments are supported:
NODE_MAJOR
: Node.js major version (default: 22)
SFP_VERSION
: Version of SFP Pro to build
GIT_COMMIT
: Git commit hash for versioning
SF_COMMIT_ID
: Salesforce commit ID
For issues or questions about Docker images, please contact flxbl support through your designated support channels.