Building
The build command packages a project into an image, which can be pushed to a registry.
bashlonglink build [--tag dev] [--registry localhost:15000] [--push]
Metadata
pyproject.toml[project]name = "orders"version = "1.2.0"description = "Order workflow service"[tool.longlink]environment = "src.envs:Env"
| Metadata | Image label |
|---|---|
description | org.opencontainers.image.description |
environment | longlink.environments |