Skip to content

Commit 3191f00

Browse files
committed
chore: update image title label
1 parent 81ffae5 commit 3191f00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/src/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
FROM ubuntu:25.10 AS base
3636

3737
# OCI Labels for image metadata
38-
LABEL org.opencontainers.image.title="opencode-cloud"
38+
LABEL org.opencontainers.image.title="opencode-cloud-sandbox"
3939
# NOTE: This exact label format is parsed by scripts/extract-oci-description.py
4040
# (called from .github/workflows/docker-publish.yml) to populate multi-arch
4141
# manifest annotations for GHCR. If you change this line (format, quoting, or

packages/core/src/docker/image.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const LABEL_TITLE: &str = "org.opencontainers.image.title";
102102
const LABEL_SOURCE: &str = "org.opencontainers.image.source";
103103
const LABEL_URL: &str = "org.opencontainers.image.url";
104104

105-
const LABEL_TITLE_VALUE: &str = "opencode-cloud";
105+
const LABEL_TITLE_VALUE: &str = "opencode-cloud-sandbox";
106106
const LABEL_SOURCE_VALUE: &str = "https://github.com/pRizz/opencode-cloud";
107107
const LABEL_URL_VALUE: &str = "https://github.com/pRizz/opencode-cloud";
108108

0 commit comments

Comments
 (0)