Skip to content

Commit 222c514

Browse files
committed
updated image metadata
1 parent ca5426e commit 222c514

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

devops/build-image.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ buildah config \
2121
--env "SHELL=/usr/bin/zsh" \
2222
--cmd "" \
2323
--entrypoint '[ "/usr/local/bin/node", "--no-warnings", "--enable-source-maps", "/usr/local/bin/claude" ]' \
24+
--label "org.anthropic.claudecode.version=$CLAUDE_VERSION" \
25+
--label "org.opencontainers.image.title=claude-code" \
26+
--label "org.opencontainers.image.description=Claude Code on Alpine ready for rootless podman" \
27+
--label "org.opencontainers.image.url=https://github.com/EvanCarroll/claude-podman" \
28+
--label "org.opencontainers.image.documentation=https://github.com/EvanCarroll/claude-podman/blob/main/README.md" \
29+
--label "org.opencontainers.image.created=$(date --iso-8601=seconds)" \
2430
"$CONTAINER"
2531

2632
buildah commit \

0 commit comments

Comments
 (0)