Skip to content

Console Output

02:07:17 + docker build -t rpm-build-tmp .
02:07:17 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:07:17             Install the buildx component to build images with BuildKit:
02:07:17             https://docs.docker.com/go/buildx/
02:07:17 
02:07:19 Sending build context to Docker daemon  258.6MB

02:07:19 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:07:19  ---> 80d44c85c12b
02:07:19 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~185~g635218f-1.fc39.x86_64.rpm /root
02:07:29  ---> aba0b9bb9164
02:07:29 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~185~g635218f-1.fc39.x86_64.rpm
02:07:29  ---> Running in 6eb00d96f8ed
02:07:51 Removing intermediate container 6eb00d96f8ed
02:07:51  ---> 620b8ae3a4f1
02:07:51 Successfully built 620b8ae3a4f1
02:07:51 Successfully tagged rpm-build-tmp:latest