Skip to content

Console Output

02:08:03 + docker build -t rpm-build-tmp .
02:08:03 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:08:03             Install the buildx component to build images with BuildKit:
02:08:03             https://docs.docker.com/go/buildx/
02:08:03 
02:08:13 Sending build context to Docker daemon  2.741GB
02:08:13 
02:08:13 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:08:13  ---> ab8bfe16bcf7
02:08:13 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~216~g65c8d32-1.el8.x86_64.rpm /root
02:08:15  ---> b537b073f4dd
02:08:15 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.27.0~dev~216~g65c8d32-1.el8.x86_64.rpm
02:08:15  ---> Running in f2bf61bbe7d9
02:08:30  ---> Removed intermediate container f2bf61bbe7d9
02:08:30  ---> 251fc77814c1
02:08:30 Successfully built 251fc77814c1
02:08:30 Successfully tagged rpm-build-tmp:latest