Console Output
02:08:07 + docker build -t rpm-build-tmp .
02:08:07 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:08:07 Install the buildx component to build images with BuildKit:
02:08:07 https://docs.docker.com/go/buildx/
02:08:07
02:08:17 Sending build context to Docker daemon 2.583GB
02:08:17
02:08:17 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:08:17 ---> a1331584fdeb
02:08:17 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~67~gaa3064e-1.el8.x86_64.rpm /root
02:08:19 ---> e91a236aa4fd
02:08:19 Step 3/3 : RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.27.0~dev~67~gaa3064e-1.el8.x86_64.rpm
02:08:19 ---> Running in a417adddc4cd
02:08:34 ---> Removed intermediate container a417adddc4cd
02:08:34 ---> a2478bdb8674
02:08:34 Successfully built a2478bdb8674
02:08:34 Successfully tagged rpm-build-tmp:latest