Skip to content

Commit 050416f

Browse files
committed
updated image metadata
1 parent ca5426e commit 050416f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

devops/build-image.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ 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+
--annotation "org.anthropic.claudecode.version=$CLAUDE_VERSION" \
25+
--annotation "org.opencontainers.image.title=claude-code" \
26+
--annotation "org.opencontainers.image.description=Claude Code on Alpine ready for rootless podman" \
27+
--annotation "org.opencontainers.image.url=https://github.com/EvanCarroll/claude-podman" \
28+
--annotation "org.opencontainers.image.source=https://github.com/EvanCarroll/claude-podman" \
29+
--annotation "org.opencontainers.image.documentation=https://github.com/EvanCarroll/claude-podman/blob/main/README.md" \
30+
--annotation "org.opencontainers.image.license=AGPL-3.0-or-later" \
31+
--annotation "org.opencontainers.image.created=$(date --iso-8601=seconds)" \
2432
"$CONTAINER"
2533

2634
buildah commit \

0 commit comments

Comments
 (0)