From e0146c79d155bb549cd49f59206ec99f43491289 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:01:22 +0000 Subject: [PATCH] chore(deps): update own-app-lightspeed-rag-content to 928bf81 Image created from 'https://github.com/openshift/lightspeed-rag-content?rev=1e72b69000b430ac923043fbbe8d51161f3e44b2' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2e6b132e6..b86a9c455 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # vim: set filetype=dockerfile -ARG LIGHTSPEED_RAG_CONTENT_IMAGE=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/own-app-lightspeed-rag-content@sha256:d78b0dc9eb2f15cad9b3a79c886cbeba9c385798b91ae5f8e4a13e1168238298 +ARG LIGHTSPEED_RAG_CONTENT_IMAGE=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/own-app-lightspeed-rag-content@sha256:928bf8180b05d65328250adfa61bb6695432817d8897cecf6955416059226f6b ARG BUILDER_BASE_IMAGE=registry.redhat.io/rhel9/python-312@sha256:46f883684d02cef2a7abb0c4124f18308ad920018d76c5c56f130dae02bfed05 ARG RUNTIME_BASE_IMAGE=registry.redhat.io/rhel9/python-312-minimal@sha256:804b928fd278fa03c2edf0352378eca73c8efcf665c6e0180e074340b9f22a50 FROM --platform=linux/amd64 ${LIGHTSPEED_RAG_CONTENT_IMAGE} AS lightspeed-rag-content