Baseline
OCI service images
Web services, APIs, workers, and sandbox blueprints use immutable OCI references and digests. Existing registries and images remain useful instead of becoming provider-specific deployment definitions.
Deployments
GlobalStacks gives service deployments a portable OCI foundation while preserving first-class paths for static bundles, binaries, mobile outputs, installers, archives, and other target-specific artifacts.
Baseline
Web services, APIs, workers, and sandbox blueprints use immutable OCI references and digests. Existing registries and images remain useful instead of becoming provider-specific deployment definitions.
First class
Static bundles, executables, mobile archives, installers, browser extensions, packages, firmware, and other declared outputs use Artifact Stores rather than being disguised as container layers.
Target aware
A target can consume the artifact shape it actually supports. Runtime-specific handling stays behind typed capabilities, scoped delivery grants, and explicit release metadata.
Strategic advantage
OCI gives GlobalStacks and its adopters a widely supported runtime contract. Typed non-image artifacts keep that common denominator from becoming an artificial limitation.
Bring digest-pinned OCI images and connected registries into the common path before adding target-specific behavior.
Adapt placement and materialization without teaching Products, Environments, Releases, and operators a new deployment vocabulary for every provider.
Use object-backed artifacts when the output is naturally a bundle, binary, installer, archive, or device image.
Keep release identity stable while the target adapter changes how an approved artifact reaches Proxmox, bare metal, a managed region, or a specialized runtime.
One release vocabulary
Produce an OCI image or a declared non-image artifact.
Resolve immutable digest, media type, artifact kind, and ownership.
Keep images in an OCI registry and file artifacts in a mapped Artifact Store.
Bind the exact artifact to a Product environment and deployment record.
Let the selected runtime or provider adapter perform its typed target operation.
Track health, logs, rollout state, and the artifact identity that is actually running.
A concrete example
The validated GlobalStacks deployment path asks Proxmox to import an OCI image through file-based template storage, creates an LXC container with its runtime root filesystem on ZFS, and supplies environment-specific configuration separately. The image remains portable; the adapter owns the Proxmox mechanics.
Designed for extension
OCI-backed blueprints and typed object-backed artifacts are platform foundations today. Target-specific rollout depth varies by runtime; broader trusted-delivery policy and additional deployment adapters continue to expand on the same model.