Skip to content

Commit f032cb8

Browse files
committed
fix(showcase): add OCI source labels to pocketbase Dockerfile
GHCR auto-links container packages to their source repository when the image includes org.opencontainers.image.source. Without this label the package's repository field stays null on the API, which triggers the daily drift audit alert even though Actions access is configured.
1 parent fe7bcdb commit f032cb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

showcase/pocketbase/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ RUN set -eux; \
3333
/pb/pocketbase --version
3434

3535
FROM alpine:3.19
36+
LABEL org.opencontainers.image.source="https://github.com/CopilotKit/CopilotKit"
37+
LABEL org.opencontainers.image.description="PocketBase for CopilotKit showcase platform"
3638
# `su-exec` is alpine's minimal privilege-drop helper (~30 KB static
3739
# binary). Used by entrypoint.sh to run PocketBase as `pocketbase` while
3840
# still being able to chown /pb_data at container start — see the

0 commit comments

Comments
 (0)