Skip to content

Commit c93c490

Browse files
committed
updated image metadata
1 parent ca5426e commit c93c490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devops/build-image.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ 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.opencontainers.image.description=Claude Code on Alpine" \
25+
--label "org.opencontainers.image.url=https://github.com/EvanCarroll/claude-podman" \
26+
--label "org.opencontainers.image.documentation=https://github.com/EvanCarroll/claude-podman/blob/main/README.md" \
27+
--label "org.opencontainers.image.created=$(date --iso-8601=seconds)" \
2428
"$CONTAINER"
2529

2630
buildah commit \

0 commit comments

Comments
 (0)