Console Output
01:56:19 + docker build -t rpm-build-tmp .
01:56:19 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:56:19 Install the buildx component to build images with BuildKit:
01:56:19 https://docs.docker.com/go/buildx/
01:56:19
01:56:27 Sending build context to Docker daemon 2.673GB
01:56:27
01:56:27 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
01:56:27 ---> a1331584fdeb
01:56:27 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~330~geab8bf9-1.el8.x86_64.rpm /root
01:56:30 ---> 5b63ccf9b21b
01:56:30 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~330~geab8bf9-1.el8.x86_64.rpm
01:56:30 ---> Running in 5bde6e7a67e8
01:56:40 ---> Removed intermediate container 5bde6e7a67e8
01:56:40 ---> 2b7528058bec
01:56:40 Successfully built 2b7528058bec
01:56:40 Successfully tagged rpm-build-tmp:latest