Skip to content

Console Output

02:13:09 + docker build -t rpm-build-tmp .
02:13:09 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:13:09             Install the buildx component to build images with BuildKit:
02:13:09             https://docs.docker.com/go/buildx/
02:13:09 
02:13:24 Sending build context to Docker daemon  5.857GB
02:13:24 
02:13:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:13:24  ---> b8d6c4c44a5d
02:13:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~152~g78d9a41-1.el8.x86_64.rpm /root
02:13:25  ---> 4e2e4c3ad623
02:13:25 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~152~g78d9a41-1.el8.x86_64.rpm
02:13:25  ---> Running in 4eaf95b0adc5
02:13:33 Removing intermediate container 4eaf95b0adc5
02:13:33  ---> 04b887fcdb65
02:13:33 Successfully built 04b887fcdb65
02:13:33 Successfully tagged rpm-build-tmp:latest