Skip to content

Console Output

04:07:42 + docker build -t rpm-build-tmp .
04:07:42 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
04:07:42             Install the buildx component to build images with BuildKit:
04:07:42             https://docs.docker.com/go/buildx/
04:07:42 
04:07:54 Sending build context to Docker daemon  3.641GB
04:07:54 
04:07:54 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
04:07:54  ---> a5edd3811867
04:07:54 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~497~gd5a267a-1.fc43.x86_64.rpm /root
04:07:57  ---> b14b57475f13
04:07:57 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~497~gd5a267a-1.fc43.x86_64.rpm
04:07:57  ---> Running in 7a9573032877
04:08:02  ---> Removed intermediate container 7a9573032877
04:08:02  ---> 29470aa72210
04:08:03 Successfully built 29470aa72210
04:08:03 Successfully tagged rpm-build-tmp:latest