From c7729a04320575305d285d2ba9ce2649320e0b32 Mon Sep 17 00:00:00 2001 From: lstellway Date: Thu, 7 Sep 2023 12:46:45 -0700 Subject: [PATCH] Adds image labels to connect package with repository --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index fb34f48..44bf954 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ # Build image FROM golang:1.19-alpine as build +LABEL org.opencontainers.image.source=https://github.com/writefreely/writefreely +LABEL org.opencontainers.image.description="WriteFreely is a clean, minimalist publishing platform made for writers. Start a blog, share knowledge within your organization, or build a community around the shared act of writing." + RUN apk add --update nodejs npm make g++ git RUN npm install -g less less-plugin-clean-css