Skip to content

Console Output

02:10:33 + docker build -t rpm-build-tmp .
02:10:33 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:33             Install the buildx component to build images with BuildKit:
02:10:33             https://docs.docker.com/go/buildx/
02:10:33 
02:11:11 Sending build context to Docker daemon   3.64GB
02:11:11 
02:11:11 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:11:11  ---> a5edd3811867
02:11:11 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~501~gb4dc993-1.fc43.x86_64.rpm /root
02:11:11  ---> 215f4a8a4f04
02:11:11 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~501~gb4dc993-1.fc43.x86_64.rpm
02:11:11  ---> Running in f6ae61b4d62a
02:11:14  ---> Removed intermediate container f6ae61b4d62a
02:11:14  ---> c1c586c15352
02:11:15 Successfully built c1c586c15352
02:11:15 Successfully tagged rpm-build-tmp:latest