Skip to content

Console Output

02:02:21 + docker build -t rpm-build-tmp .
02:02:21 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:02:21             Install the buildx component to build images with BuildKit:
02:02:21             https://docs.docker.com/go/buildx/
02:02:21 
02:02:31 Sending build context to Docker daemon  2.593GB
02:02:31 
02:02:31 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:02:31  ---> a1331584fdeb
02:02:31 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~370~g0f93219-1.el8.x86_64.rpm /root
02:02:33  ---> 4fdb1efd94db
02:02:33 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~370~g0f93219-1.el8.x86_64.rpm
02:02:33  ---> Running in 9140a7451bea
02:02:47  ---> Removed intermediate container 9140a7451bea
02:02:47  ---> 64b1b3766781
02:02:47 Successfully built 64b1b3766781
02:02:47 Successfully tagged rpm-build-tmp:latest