Skip to content

Console Output

02:28:32 + docker build -t rpm-build-tmp .
02:28:32 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:28:32             Install the buildx component to build images with BuildKit:
02:28:32             https://docs.docker.com/go/buildx/
02:28:32 
02:29:18 Sending build context to Docker daemon  5.828GB
02:29:18 
02:29:18 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:29:18  ---> a1331584fdeb
02:29:18 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~400~g89d6008-1.el8.x86_64.rpm /root
02:29:20  ---> 2a14d255acc1
02:29:20 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.25.0~dev~400~g89d6008-1.el8.x86_64.rpm
02:29:20  ---> Running in 5cbe82215ad8
02:29:38  ---> Removed intermediate container 5cbe82215ad8
02:29:38  ---> f54166100eef
02:29:39 Successfully built f54166100eef
02:29:39 Successfully tagged rpm-build-tmp:latest