Skip to content

Console Output

02:20:07 + docker build -t rpm-build-tmp .
02:20:07 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:20:07             Install the buildx component to build images with BuildKit:
02:20:07             https://docs.docker.com/go/buildx/
02:20:07 
02:20:09 Sending build context to Docker daemon    261MB

02:20:09 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:20:09  ---> 80d44c85c12b
02:20:09 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~179~g6c76782-1.fc39.x86_64.rpm /root
02:20:17  ---> 8e5838ef883e
02:20:17 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~179~g6c76782-1.fc39.x86_64.rpm
02:20:17  ---> Running in 16421736f990
02:20:39 Removing intermediate container 16421736f990
02:20:39  ---> e3a8247f4a77
02:20:39 Successfully built e3a8247f4a77
02:20:39 Successfully tagged rpm-build-tmp:latest