Console Output
02:34:13 + docker build -t rpm-build-tmp .
02:34:13 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:34:13 Install the buildx component to build images with BuildKit:
02:34:13 https://docs.docker.com/go/buildx/
02:34:13
02:34:15 Sending build context to Docker daemon 259.9MB
02:34:15
02:34:15 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:34:15 ---> 4c8c02429e77
02:34:15 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~325~gd9d1322-1.fc40.x86_64.rpm /root
02:34:23 ---> 2653892b3732
02:34:23 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~325~gd9d1322-1.fc40.x86_64.rpm
02:34:23 ---> Running in faef86f19d4e
02:34:38 Removing intermediate container faef86f19d4e
02:34:38 ---> 69306dca03bf
02:34:38 Successfully built 69306dca03bf
02:34:38 Successfully tagged rpm-build-tmp:latest