Skip to content

Console Output

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

02:14:55 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:14:55  ---> 80d44c85c12b
02:14:55 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~171~gd54c72f-1.fc39.x86_64.rpm /root
02:15:22  ---> aff7753aa692
02:15:22 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~171~gd54c72f-1.fc39.x86_64.rpm
02:15:22  ---> Running in 668c9e684e3e
02:16:43 Removing intermediate container 668c9e684e3e
02:16:43  ---> 5ebe4290b7fb
02:16:43 Successfully built 5ebe4290b7fb
02:16:43 Successfully tagged rpm-build-tmp:latest