feat: oci labels on sh containers (#4269)

This commit is contained in:
Jean-Paul van Ravensberg 2024-08-29 07:34:00 -01:00 committed by GitHub
parent 1105fb8274
commit 55c1c31b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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