[package.docker]
port = 8080
tags = ["ghcr.io/example/my-app:1.0.0", "ghcr.io/example/my-app:latest"]
Check | Expected result |
|---|---|
Build | cargo check or the relevant fission command finishes without target-specific configuration errors. |
Behavior | The screen, package, server route, or test flow described by the recipe is visible and responds to input. |
Failure path | At least one denied, missing, invalid, or empty case renders a useful message instead of silently doing nothing. |
Next link | The reference page linked from the recipe explains the exact fields, commands, or types used here. |
[package.docker]
adapter = "axum"
port = 8080
tags = ["ghcr.io/example/my-docs:1.0.0"]
fission readiness package --project-dir . --target ssr --format docker-image
fission package --project-dir . --target ssr --format docker-image --release
fission package --project-dir . --target static-site --format docker-image --release
[distribution.docker_registry.production]
tags = ["ghcr.io/example/my-app:1.0.0", "ghcr.io/example/my-app:latest"]
docker login ghcr.io
fission publish \
--project-dir . \
--provider docker-registry \
--artifact target/fission/release/ssr/docker-image/artifact-manifest.json \
--site production