From 61c619294777581d7f51407c5a35c532cc83ffe4 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Wed, 30 Aug 2023 10:50:52 +0200 Subject: [PATCH] feat: some feature Signed-off-by: Moritz Wiesinger --- runtimes/python-runtime/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/runtimes/python-runtime/Dockerfile b/runtimes/python-runtime/Dockerfile index e91dd0df66..d969a449ad 100644 --- a/runtimes/python-runtime/Dockerfile +++ b/runtimes/python-runtime/Dockerfile @@ -1,5 +1,6 @@ FROM python:3.11-alpine AS production + LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \ org.opencontainers.image.title="Keptn Python Runtime" \