Skip to content

Console Output

02:10:32 + docker build -t rpm-build-tmp .
02:10:32 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:32             Install the buildx component to build images with BuildKit:
02:10:32             https://docs.docker.com/go/buildx/
02:10:32 
02:10:33 Sending build context to Docker daemon  302.9MB
02:10:33 
02:10:33 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:10:33  ---> 320757bff468
02:10:33 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~303~gc627b0f-1.fc41.x86_64.rpm /root
02:11:12  ---> eed9c566c64a
02:11:12 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~303~gc627b0f-1.fc41.x86_64.rpm
02:11:12  ---> Running in 3637bf9e1b8e
02:12:08  ---> Removed intermediate container 3637bf9e1b8e
02:12:08  ---> f548ad3368c7
02:12:08 Successfully built f548ad3368c7
02:12:08 Successfully tagged rpm-build-tmp:latest