Skip to content

Console Output

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

02:09:50 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:09:50  ---> 80d44c85c12b
02:09:50 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~170~gf500cdb-1.fc39.x86_64.rpm /root
02:10:12  ---> ee9f1fd0a772
02:10:12 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~170~gf500cdb-1.fc39.x86_64.rpm
02:10:12  ---> Running in 80e59e0b1a58
02:10:59 Removing intermediate container 80e59e0b1a58
02:10:59  ---> 46d119fff8fd
02:10:59 Successfully built 46d119fff8fd
02:10:59 Successfully tagged rpm-build-tmp:latest