Skip to content

Console Output

01:59:50 + docker build -t rpm-build-tmp .
01:59:50 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:59:50             Install the buildx component to build images with BuildKit:
01:59:50             https://docs.docker.com/go/buildx/
01:59:50 
02:00:05 Sending build context to Docker daemon  5.835GB
02:00:05 
02:00:05 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:00:05  ---> a1331584fdeb
02:00:05 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~339~gc43eca2-1.el8.x86_64.rpm /root
02:00:06  ---> da8f97a4aa88
02:00:06 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~339~gc43eca2-1.el8.x86_64.rpm
02:00:06  ---> Running in e45a0f9b9572
02:00:14 Removing intermediate container e45a0f9b9572
02:00:14  ---> d54e60421bd4
02:00:14 Successfully built d54e60421bd4
02:00:14 Successfully tagged rpm-build-tmp:latest