Skip to content

Console Output

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

02:22:39 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:22:39  ---> 6f15ad1489cd
02:22:39 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~179~g6c76782-1.fc40.x86_64.rpm /root
02:22:58  ---> 240814cfb7fb
02:22:58 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~179~g6c76782-1.fc40.x86_64.rpm
02:22:58  ---> Running in a1c2b8312902
02:23:36 Removing intermediate container a1c2b8312902
02:23:36  ---> 696c07b256d5
02:23:36 Successfully built 696c07b256d5
02:23:36 Successfully tagged rpm-build-tmp:latest