Console Output
02:10:53 + docker build -t rpm-build-tmp .
02:10:53 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:53 Install the buildx component to build images with BuildKit:
02:10:53 https://docs.docker.com/go/buildx/
02:10:53
02:10:56 Sending build context to Docker daemon 302MB
02:10:56
02:10:56 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:10:56 ---> 320757bff468
02:10:56 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~328~g69c7963-1.fc41.x86_64.rpm /root
02:11:01 ---> 93fd9db9f825
02:11:01 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~328~g69c7963-1.fc41.x86_64.rpm
02:11:01 ---> Running in 0fc476b626a0
02:11:19 ---> Removed intermediate container 0fc476b626a0
02:11:19 ---> 4f45d2a87016
02:11:19 Successfully built 4f45d2a87016
02:11:19 Successfully tagged rpm-build-tmp:latest