From b843e9c3aba333c456543bb585c7853d22505b6b Mon Sep 17 00:00:00 2001 From: geistling <34081638+geistling@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:28:24 -0500 Subject: [PATCH] tag dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index caa3623aa..9160c3d91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ # to build for a development environment, run the following command: # docker build --build-arg build_env=dev -t coldfront --ssh default . --network=host +LABEL org.opencontainers.image.source=https://github.com/fasrc/coldfront +LABEL org.opencontainers.image.description="fasrc coldfront application" FROM python:3.10