Skip to content

Console Output

04:08:41 + docker build -t rpm-build-tmp .
04:08:41 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
04:08:41             Install the buildx component to build images with BuildKit:
04:08:41             https://docs.docker.com/go/buildx/
04:08:41 
04:11:47 Sending build context to Docker daemon  3.624GB
04:11:47 
04:11:47 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
04:11:47  ---> 320757bff468
04:11:47 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~497~gd5a267a-1.fc41.x86_64.rpm /root
04:12:43  ---> c767f1499c59
04:12:43 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~497~gd5a267a-1.fc41.x86_64.rpm
04:12:43  ---> Running in c3513eb55c6a
04:14:05  ---> Removed intermediate container c3513eb55c6a
04:14:05  ---> 0c77609b47c0
04:14:05 Successfully built 0c77609b47c0
04:14:05 Successfully tagged rpm-build-tmp:latest