Skip to content

Commit 4fe7cc6

Browse files
gautamg795Convex, Inc.
authored andcommitted
add opencontainers revision label to backend dockerfile (#34047)
Add image docker label for revision GitOrigin-RevId: 05747891f00573894ead39010b4cbc636b55fa95
1 parent 3091f84 commit 4fe7cc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

self-hosted/Dockerfile.backend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ RUN if [[ -z "$debug" ]]; then strip ./convex-local-backend; strip ./generate_ke
8989
# Uses Ubuntu Noble (24.04) as the base image
9090
FROM ubuntu:noble
9191
LABEL org.opencontainers.repository=https://github.com/get-convex/convex-backend
92+
LABEL org.opencontainers.image.revision=${VERGEN_GIT_SHA}
9293

9394
WORKDIR /convex
9495

0 commit comments

Comments
 (0)