Skip to content

Console Output

02:16:14 + docker build -t rpm-build-tmp .
02:16:14 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:16:14             Install the buildx component to build images with BuildKit:
02:16:14             https://docs.docker.com/go/buildx/
02:16:14 
02:16:16 Sending build context to Docker daemon  260.2MB
02:16:16 
02:16:16 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:16:16  ---> 320757bff468
02:16:16 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~299~gb968b0e-1.fc41.x86_64.rpm /root
02:16:34  ---> f595f107f692
02:16:34 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~299~gb968b0e-1.fc41.x86_64.rpm
02:16:34  ---> Running in e8b66a135e5b
02:17:20 Removing intermediate container e8b66a135e5b
02:17:20  ---> 3b8bba781cf8
02:17:20 Successfully built 3b8bba781cf8
02:17:20 Successfully tagged rpm-build-tmp:latest