sfp-pro
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.
Prerequisites
Access to source.flxbl.io (Gitea server)
Docker installed on your machine
Registry credentials from your welcome email
Accessing the Images
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:
Best Practices
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
Building Docker Images
If you need to build the images yourself, you can access the source code from source.flxbl.io and follow these instructions:
Prerequisites
Docker with BuildKit support
GitHub Personal Access Token with
packages:read
permissionsNode.js (for local development)
Building the Main Image
Building the SF CLI Image
Build Arguments
The following build arguments are supported:
NODE_MAJOR
: Node.js major version (default: 22)SFP_VERSION
: Version of SFP Pro to buildGIT_COMMIT
: Git commit hash for versioningSF_COMMIT_ID
: Salesforce commit ID
Support
For issues or questions about Docker images, please contact flxbl support through your designated support channels.
Last updated