Skip to content

Console Output

02:14:28 + docker build -t rpm-build-tmp .
02:14:28 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:14:28             Install the buildx component to build images with BuildKit:
02:14:28             https://docs.docker.com/go/buildx/
02:14:28 
02:14:50 Sending build context to Docker daemon  4.025GB
02:14:50 
02:14:50 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:14:50  ---> a5edd3811867
02:14:50 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~279~g67145d7-1.fc43.x86_64.rpm /root
02:14:55  ---> d4c4c48671b7
02:14:55 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~279~g67145d7-1.fc43.x86_64.rpm
02:14:55  ---> Running in c74470444646
02:15:05  ---> Removed intermediate container c74470444646
02:15:05  ---> 52eb0505331a
02:15:06 Successfully built 52eb0505331a
02:15:06 Successfully tagged rpm-build-tmp:latest