From 55c1c31b739e7761a572b1040fd034946bdec8a4 Mon Sep 17 00:00:00 2001 From: Jean-Paul van Ravensberg <14926452+DevSecNinja@users.noreply.github.com> Date: Thu, 29 Aug 2024 07:34:00 -0100 Subject: [PATCH] feat: oci labels on sh containers (#4269) --- prod.Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prod.Dockerfile b/prod.Dockerfile index aa2e24a80..9b8464a65 100644 --- a/prod.Dockerfile +++ b/prod.Dockerfile @@ -95,6 +95,11 @@ ENV PORT=8080 ENV APP_PORT=${PORT} ENV DB_URL=${DATABASE_URL} +# Open Containers Initiative (OCI) labels - useful for bots like Renovate +LABEL org.opencontainers.image.source="https://github.com/hoppscotch/hoppscotch" \ + org.opencontainers.image.url="https://docs.hoppscotch.io" \ + org.opencontainers.image.licenses="MIT" + # Run this separately to use the cache from backend RUN apk add caddy