Console Output
02:10:24 + docker build -t rpm-build-tmp .
02:10:24 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:24 Install the buildx component to build images with BuildKit:
02:10:24 https://docs.docker.com/go/buildx/
02:10:24
02:10:25 Sending build context to Docker daemon 299.7MB
02:10:25
02:10:25 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:10:25 ---> a5edd3811867
02:10:25 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~8~gf6de017-1.fc43.x86_64.rpm /root
02:10:28 ---> abf87b7a4912
02:10:28 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~8~gf6de017-1.fc43.x86_64.rpm
02:10:28 ---> Running in 4189766274ee
02:10:41 ---> Removed intermediate container 4189766274ee
02:10:41 ---> 6c487b77ed9a
02:10:41 Successfully built 6c487b77ed9a
02:10:41 Successfully tagged rpm-build-tmp:latest