Skip to content

Commit 4767efc

Browse files
authored
Merge pull request #1008 from raptorsun/image-label
LCORE-858: image: add labels required by Konflux for releasing
2 parents 828421b + 7caf63e commit 4767efc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Containerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,15 @@ ENV PATH="/app-root/.venv/bin:$PATH"
9292
EXPOSE 8080
9393
ENTRYPOINT ["python3.12", "src/lightspeed_stack.py"]
9494

95-
LABEL vendor="Red Hat, Inc."
95+
LABEL vendor="Red Hat, Inc." \
96+
name="lightspeed-core/lightspeed-stack-rhel9" \
97+
com.redhat.component="lightspeed-core/lightspeed-stack" \
98+
cpe="cpe:/a:redhat:lightspeed_core:0.4::el9" \
99+
io.k8s.display-name="Lightspeed Stack" \
100+
summary="A service that provides a REST API for the Lightspeed Core Stack." \
101+
description="Lightspeed Core Stack (LCS) is an AI-powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases." \
102+
io.k8s.description="Lightspeed Core Stack (LCS) is an AI-powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases." \
103+
io.openshift.tags="lightspeed-core,lightspeed-stack,lightspeed"
96104

97105
# no-root user is checked in Konflux
98106
USER 1001

0 commit comments

Comments
 (0)