/leapfrogai-images

Chainguard-derived images for LeapfrogAI

Primary LanguageMakefile

LeapfrogAI Base Images

Pre-requisites

GitHub Runner Instructions

Publish Images must be manually triggered from the Actions tab.

Local Instructions

Build

Builds two base images, one for the builder image and one for the final production image.

# Dev/Builder Image
make build-dev

# Production Image
make build

Cleanup

To remove all artifacts created by build step:

make cleanup