File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# TODO: Update to official python-3.13-minimal image when available
22ARG BASE_IMAGE=quay.io/fedora/python-313-minimal:latest
33
4+ # Use a multi-stage build to create a lightweight production image
5+ FROM $BASE_IMAGE as builder
6+
47# release: take the last version and add a post if build iteration
58# candidate: increment to next minor, add 'rc' with build iteration
69# nightly: increment to next minor, add 'a' with build iteration
710# alpha: increment to next minor, add 'a' with build iteration
811# dev: increment to next minor, add 'dev' with build iteration
912ARG GUIDELLM_BUILD_TYPE=dev
1013
11- # Use a multi-stage build to create a lightweight production image
12- FROM $BASE_IMAGE as builder
13-
1414# Switch to root for installing packages
1515USER root
1616
You can’t perform that action at this time.
0 commit comments