Skip to content

Add Docker one-liner for quick local evaluation #53

@em3s

Description

@em3s

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:standalone image
  • 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

  • standalone points to latest standalone-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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedCommunity contributions are welcome

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions