Important
This public source code archive is provided for the benefit of the community. TensorWorks no longer provides ongoing maintenance or commercial support for Scalable Pixel Streaming.
- A packaged UE Application for Linux with the Pixel Streaming Plugin enabled
- A container registry
- Go 1.16 or higher.
To authenticate to the destination container registry
image-builder auth --username <registry username> --password <registry password> --registry <Domain Name># Note: Docker Hub registry url is: https://index.docker.io/v1/
image-builder auth --username registry-user --password Hjdfksd+jkd0-094 --registry ghcr.ioThe create command will add your compiled UE Application to the Base UE Pixel Streaming container
image-builder create --package <Path to Linux Compiled UE Pixel Streaming Application> --tag <container Registry>/<image>:<tag># Example: image-builder create --package "/path/to/MyPackagedProject/Linux" --tag "index.docker.io/yourdockerusername/myproject:v1"
image-builder create --package /home/localuser/My_psProject --tag registry.container.cloud/psProject:v1image-builder create --package C:\users\localuser\My_psProject --tag registry.container.cloud/psProject:v1Copyright © 2021 - 2026, TensorWorks Pty Ltd. Licensed under the MIT License, see the file LICENSE for details.