Console Output
02:09:00 + docker build -t rpm-build-tmp .
02:09:00 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:00 Install the buildx component to build images with BuildKit:
02:09:00 https://docs.docker.com/go/buildx/
02:09:00
02:09:32 Sending build context to Docker daemon 3.788GB
02:09:32
02:09:32 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:09:32 ---> a5edd3811867
02:09:32 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~498~g94533fe-1.fc43.x86_64.rpm /root
02:09:32 ---> 6b99959845bb
02:09:32 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~498~g94533fe-1.fc43.x86_64.rpm
02:09:32 ---> Running in 58863e4c59d6
02:09:42 ---> Removed intermediate container 58863e4c59d6
02:09:42 ---> 44f68dcf8107
02:09:42 Successfully built 44f68dcf8107
02:09:42 Successfully tagged rpm-build-tmp:latest