Skip to content

Console Output

02:00:47 + docker build -t rpm-build-tmp .
02:00:47 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:00:47             Install the buildx component to build images with BuildKit:
02:00:47             https://docs.docker.com/go/buildx/
02:00:47 
02:01:02 Sending build context to Docker daemon  5.859GB
02:01:02 
02:01:02 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:01:02  ---> b8d6c4c44a5d
02:01:02 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~147~gd750806-1.el8.x86_64.rpm /root
02:01:02  ---> 0fbe01b5bf5e
02:01:02 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~147~gd750806-1.el8.x86_64.rpm
02:01:02  ---> Running in a3b54b0632fb
02:01:10 Removing intermediate container a3b54b0632fb
02:01:10  ---> b05dee407f0d
02:01:10 Successfully built b05dee407f0d
02:01:10 Successfully tagged rpm-build-tmp:latest