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:18 Sending build context to Docker daemon  3.597GB

02:16:18 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc38.amd64
02:16:18  ---> 6a41ba90878f
02:16:18 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~60~g7b27e79-1.fc38.x86_64.rpm /root
02:18:54  ---> 7cb5f646b1f4
02:18:54 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~60~g7b27e79-1.fc38.x86_64.rpm
02:18:54  ---> Running in f7acaed5c786
02:19:33 Removing intermediate container f7acaed5c786
02:19:33  ---> 144d88255fa9
02:19:33 Successfully built 144d88255fa9
02:19:33 Successfully tagged rpm-build-tmp:latest