From 4fe7cc64441e7ae319685078967f27408a282211 Mon Sep 17 00:00:00 2001 From: Gautam Gupta Date: Tue, 4 Feb 2025 11:44:58 -0800 Subject: [PATCH] add opencontainers revision label to backend dockerfile (#34047) Add image docker label for revision GitOrigin-RevId: 05747891f00573894ead39010b4cbc636b55fa95 --- self-hosted/Dockerfile.backend | 1 + 1 file changed, 1 insertion(+) diff --git a/self-hosted/Dockerfile.backend b/self-hosted/Dockerfile.backend index 2baa6fce..6fdfe523 100644 --- a/self-hosted/Dockerfile.backend +++ b/self-hosted/Dockerfile.backend @@ -89,6 +89,7 @@ RUN if [[ -z "$debug" ]]; then strip ./convex-local-backend; strip ./generate_ke # Uses Ubuntu Noble (24.04) as the base image FROM ubuntu:noble LABEL org.opencontainers.repository=https://github.com/get-convex/convex-backend +LABEL org.opencontainers.image.revision=${VERGEN_GIT_SHA} WORKDIR /convex