Skip to content

Console Output

02:16:04 + docker build -t rpm-build-tmp .
02:16:04 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:16:04             Install the buildx component to build images with BuildKit:
02:16:04             https://docs.docker.com/go/buildx/
02:16:04 
02:16:06 Sending build context to Docker daemon  329.7MB
02:16:06 
02:16:06 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:16:06  ---> a5edd3811867
02:16:06 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~330~g5f16e75-1.fc43.x86_64.rpm /root
02:16:38  ---> 5acd89e96897
02:16:38 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~330~g5f16e75-1.fc43.x86_64.rpm
02:16:38  ---> Running in 517d2bf78dbf
02:17:25  ---> Removed intermediate container 517d2bf78dbf
02:17:25  ---> dd566b37cc53
02:17:25 Successfully built dd566b37cc53
02:17:25 Successfully tagged rpm-build-tmp:latest