Skip to content

Console Output

02:44:29 + docker build -t rpm-build-tmp .
02:44:29 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:44:29             Install the buildx component to build images with BuildKit:
02:44:29             https://docs.docker.com/go/buildx/
02:44:29 
02:46:36 Sending build context to Docker daemon  3.614GB
02:46:36 
02:46:36 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:46:36  ---> 4c8c02429e77
02:46:36 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~412~g3ea017f-1.fc40.x86_64.rpm /root
02:49:12  ---> 9215ac0a5b53
02:49:12 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~412~g3ea017f-1.fc40.x86_64.rpm
02:49:12  ---> Running in 28f12a6edcc5
02:49:44  ---> Removed intermediate container 28f12a6edcc5
02:49:44  ---> 148f4342020c
02:49:44 Successfully built 148f4342020c
02:49:44 Successfully tagged rpm-build-tmp:latest