Skip to content

Console Output

02:08:26 + docker build -t rpm-build-tmp .
02:08:26 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:08:26             Install the buildx component to build images with BuildKit:
02:08:26             https://docs.docker.com/go/buildx/
02:08:26 
02:09:12 Sending build context to Docker daemon  5.833GB
02:09:12 
02:09:12 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:09:12  ---> a1331584fdeb
02:09:12 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~270~gafff065-1.el8.x86_64.rpm /root
02:09:24  ---> 13be147457af
02:09:24 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~270~gafff065-1.el8.x86_64.rpm
02:09:24  ---> Running in c8671df41d5c
02:09:39 Removing intermediate container c8671df41d5c
02:09:39  ---> 63dc4d15db0a
02:09:42 Successfully built 63dc4d15db0a
02:09:42 Successfully tagged rpm-build-tmp:latest