Console Output
02:12:01 + docker build -t rpm-build-tmp .
02:12:01 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:01 Install the buildx component to build images with BuildKit:
02:12:01 https://docs.docker.com/go/buildx/
02:12:01
02:13:09 Sending build context to Docker daemon 6.19GB
02:13:09
02:13:09 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:13:09 ---> b0b00f9a3fbe
02:13:09 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~558~gdf247b3-1.el9.x86_64.rpm /root
02:14:17 ---> a6e8c3ffe556
02:14:17 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.26.0~dev~558~gdf247b3-1.el9.x86_64.rpm
02:14:17 ---> Running in eb1a226501bd
02:14:32 ---> Removed intermediate container eb1a226501bd
02:14:32 ---> 295d5534bd15
02:14:32 Successfully built 295d5534bd15
02:14:33 Successfully tagged rpm-build-tmp:latest