Skip to content

Console Output

02:15:22 + docker build -t rpm-build-tmp .
02:15:22 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:15:22             Install the buildx component to build images with BuildKit:
02:15:22             https://docs.docker.com/go/buildx/
02:15:22 
02:16:08 Sending build context to Docker daemon  4.818GB

02:16:08 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:16:08  ---> 80d44c85c12b
02:16:08 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~60~g7b27e79-1.fc39.x86_64.rpm /root
02:17:16  ---> f10470f90220
02:17:16 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~60~g7b27e79-1.fc39.x86_64.rpm
02:17:16  ---> Running in e71250767c0f
02:17:31 Removing intermediate container e71250767c0f
02:17:31  ---> 050c0e6557e2
02:17:32 Successfully built 050c0e6557e2
02:17:33 Successfully tagged rpm-build-tmp:latest