Skip to content

Commit

Permalink
production target for building image (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswnl authored Oct 31, 2024
1 parent 7a5e21b commit 1eea016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
ARG LIGHTSPEED_RAG_CONTENT_IMAGE=quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:24699b4ebe31dfb09ba706e44140db48772b37590a1839e2c9f5de2005c8c385
ARG RAG_CONTENTS_SUB_FOLDER=vector_db/ocp_product_docs

FROM ${LIGHTSPEED_RAG_CONTENT_IMAGE} as lightspeed-rag-content
FROM ${LIGHTSPEED_RAG_CONTENT_IMAGE} AS lightspeed-rag-content

FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal AS production

ARG APP_ROOT=/app-root

Expand Down

0 comments on commit 1eea016

Please sign in to comment.