-
Notifications
You must be signed in to change notification settings - Fork 13
Add Docker one-liner for quick local evaluation #53
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedCommunity contributions are welcomeCommunity contributions are welcome
Description
Background
Potential users should be able to try Actionbase in under a minute. Currently, getting started requires cloning the repo and running Gradle—too much friction for a first look.
Task
- Build and publish
ghcr.io/kakao/actionbase:standaloneimage - Image runs: Spring server (background) + CLI (foreground)
- In-memory storage, no external dependencies
Done When
docker run -it ghcr.io/kakao/actionbase:standalone...drops user into a working CLI with server ready.
Notes
standalonepoints to lateststandalone-x.y.z- Versioning policy TBD; initial release will be standalone-0.0.1-SNAPSHOT
- Multi-platform build: linux/amd64, linux/arm64 (covers macOS, Linux, Windows via WSL2)
- Production images (
latest, versioned) to come later
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedCommunity contributions are welcomeCommunity contributions are welcome