Skip to content

Console Output

02:14:45 + docker build -t rpm-build-tmp .
02:14:45 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:14:45             Install the buildx component to build images with BuildKit:
02:14:45             https://docs.docker.com/go/buildx/
02:14:45 
02:14:47 Sending build context to Docker daemon  258.9MB
02:14:47 
02:14:47 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:14:47  ---> 4c8c02429e77
02:14:47 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~280~gebc2d57-1.fc40.x86_64.rpm /root
02:14:54  ---> 1cf11cc73057
02:14:54 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~280~gebc2d57-1.fc40.x86_64.rpm
02:14:54  ---> Running in 0c829ec40b7e
02:15:08 Removing intermediate container 0c829ec40b7e
02:15:08  ---> 4e7abae7cbf6
02:15:08 Successfully built 4e7abae7cbf6
02:15:08 Successfully tagged rpm-build-tmp:latest