Skip to content

Console Output

02:10:51 + docker build -t rpm-build-tmp .
02:10:51 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:51             Install the buildx component to build images with BuildKit:
02:10:51             https://docs.docker.com/go/buildx/
02:10:51 
02:13:58 Sending build context to Docker daemon  3.639GB
02:13:58 
02:13:58 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:13:58  ---> 320757bff468
02:13:58 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~453~g95351c6-1.fc41.x86_64.rpm /root
02:16:04  ---> feb80246cecb
02:16:04 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~453~g95351c6-1.fc41.x86_64.rpm
02:16:04  ---> Running in 3ee477f18b01
02:17:26  ---> Removed intermediate container 3ee477f18b01
02:17:26  ---> 0e376f7bfcf8
02:17:26 Successfully built 0e376f7bfcf8
02:17:26 Successfully tagged rpm-build-tmp:latest