Skip to content

Commit

Permalink
Merge pull request #575 from rackerlabs/nova-flavors-20250106
Browse files Browse the repository at this point in the history
fix: fixes dockerfile logic to use builder stage as input for prod build stage
  • Loading branch information
cardoe authored Jan 6, 2025
2 parents 4ea648d + 49333fb commit 1a6ae0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/nova-flavors/Dockerfile.nova-flavors
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /app
RUN cd /app && /opt/poetry/bin/poetry build -f wheel && /opt/poetry/bin/poetry export --without-hashes -f requirements.txt -o dist/requirements.txt

######################## PROD ########################
FROM ghcr.io/rackerlabs/understack/argo-python3.12.2-alpine3.19 AS prod
FROM builder AS prod

ENV FLAVORS_DIR="/flavors"
ENV NOVA_FLAVOR_MONITOR_LOGLEVEL="info"
Expand Down

0 comments on commit 1a6ae0f

Please sign in to comment.