Skip to content

Console Output

02:09:57 + docker build -t rpm-build-tmp .
02:09:57 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:57             Install the buildx component to build images with BuildKit:
02:09:57             https://docs.docker.com/go/buildx/
02:09:57 
02:09:58 Sending build context to Docker daemon  258.9MB
02:09:58 
02:09:58 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:09:58  ---> 4c8c02429e77
02:09:58 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~350~g06ac09d-1.fc40.x86_64.rpm /root
02:10:03  ---> d242d06a58cd
02:10:03 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~350~g06ac09d-1.fc40.x86_64.rpm
02:10:03  ---> Running in 499aa2fd799b
02:10:18 Removing intermediate container 499aa2fd799b
02:10:18  ---> eb6330ca27ce
02:10:18 Successfully built eb6330ca27ce
02:10:18 Successfully tagged rpm-build-tmp:latest