Build Gear
Information on how to build your project as git-system-follower Gear
OCI artifact
Recommended option when you build your Gear as an OCI artifact
Package file structure:
Command to publish your Gear:
Docker image with artifact
Package file structure:
<your repository>
├─ git-system-follower-package/
│ └─ <package files>
├─ Dockerfile
└─ <your other files>
Dockerfile
file
This simply requires you to put the gear in the image
Command to build & publish your Gear: