Skip to content

Console Output

02:17:46 + docker build -t rpm-build-tmp .
02:17:46 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:17:46             Install the buildx component to build images with BuildKit:
02:17:46             https://docs.docker.com/go/buildx/
02:17:46 
02:18:24 Sending build context to Docker daemon  3.581GB

02:18:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:18:24  ---> 6f15ad1489cd
02:18:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~171~gd54c72f-1.fc40.x86_64.rpm /root
02:19:21  ---> 08671cc56395
02:19:21 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~171~gd54c72f-1.fc40.x86_64.rpm
02:19:21  ---> Running in 5a6497885670
02:19:36 Removing intermediate container 5a6497885670
02:19:36  ---> e80616f7e9bd
02:19:36 Successfully built e80616f7e9bd
02:19:36 Successfully tagged rpm-build-tmp:latest