Skip to content

Console Output

02:20:51 + docker build -t rpm-build-tmp .
02:20:51 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:20:51             Install the buildx component to build images with BuildKit:
02:20:51             https://docs.docker.com/go/buildx/
02:20:51 
02:20:54 Sending build context to Docker daemon  302.1MB
02:20:54 
02:20:54 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:20:54  ---> 320757bff468
02:20:54 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~305~g62eaad3-1.fc41.x86_64.rpm /root
02:21:26  ---> 4ae390521212
02:21:26 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~305~g62eaad3-1.fc41.x86_64.rpm
02:21:26  ---> Running in fd660d4412dd
02:22:33  ---> Removed intermediate container fd660d4412dd
02:22:33  ---> 9fed9d52e35b
02:22:33 Successfully built 9fed9d52e35b
02:22:33 Successfully tagged rpm-build-tmp:latest