Skip to content

Console Output

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