Skip to content

Console Output

02:11:58 + docker build -t rpm-build-tmp .
02:11:58 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:58             Install the buildx component to build images with BuildKit:
02:11:58             https://docs.docker.com/go/buildx/
02:11:58 
02:11:59 Sending build context to Docker daemon  302.2MB
02:11:59 
02:11:59 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:59  ---> 320757bff468
02:11:59 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~336~g4ed04fa-1.fc41.x86_64.rpm /root
02:12:25  ---> 72fa9d66cb72
02:12:25 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~336~g4ed04fa-1.fc41.x86_64.rpm
02:12:25  ---> Running in cae2d0b10c21
02:13:12  ---> Removed intermediate container cae2d0b10c21
02:13:12  ---> 9bdb17df98da
02:13:12 Successfully built 9bdb17df98da
02:13:12 Successfully tagged rpm-build-tmp:latest