cloudflare/containers v0.3.3
cloudflare/containers
Captured source
source ↗published Apr 21, 2026seen 1wcaptured 2dhttp 200method plain
v0.3.3
Repository: cloudflare/containers
Tag: v0.3.3
Published: 2026-04-21T16:03:11Z
Prerelease: no
Release notes:
Patch Changes
- 7901d0b: Attach custom labels to your containers to help with observability and attribution. Set a
labelsproperty on yourContainersubclass, or passlabelsin thestartOptionsargument tostart()/startAndWaitForPorts(), and tag containers by tenant, environment, feature flag, canary cohort, or any other dimension you want to track. In local development, labels are visible on the underlying Docker container viadocker inspect.
class MyContainer extends Container {
labels = { tenant: 'acme', env: 'prod' };
}Notability
notability 3.0/10Routine patch release of a known project.