Skip to content

Console Output

02:12:43 + docker build -t rpm-build-tmp .
02:12:43 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:43             Install the buildx component to build images with BuildKit:
02:12:43             https://docs.docker.com/go/buildx/
02:12:43 
02:13:22 Sending build context to Docker daemon   3.58GB
02:13:22 
02:13:22 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:13:22  ---> 4c8c02429e77
02:13:22 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~8~gdac54b2-1.fc40.x86_64.rpm /root
02:13:26  ---> e09ea59205a8
02:13:26 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~8~gdac54b2-1.fc40.x86_64.rpm
02:13:26  ---> Running in e5203e8a2ee0
02:13:38  ---> Removed intermediate container e5203e8a2ee0
02:13:38  ---> 5ac916c3c717
02:13:40 Successfully built 5ac916c3c717
02:13:40 Successfully tagged rpm-build-tmp:latest