Skip to content

Console Output

02:09:16 + docker build -t rpm-build-tmp .
02:09:16 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:16             Install the buildx component to build images with BuildKit:
02:09:16             https://docs.docker.com/go/buildx/
02:09:16 
02:09:18 Sending build context to Docker daemon  259.3MB
02:09:18 
02:09:18 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:09:18  ---> 4c8c02429e77
02:09:18 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~326~g92d56a9-1.fc40.x86_64.rpm /root
02:09:23  ---> 1adc78b7bdf3
02:09:23 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~326~g92d56a9-1.fc40.x86_64.rpm
02:09:23  ---> Running in 0210d3cef000
02:09:37 Removing intermediate container 0210d3cef000
02:09:37  ---> 74045a4b13a3
02:09:37 Successfully built 74045a4b13a3
02:09:37 Successfully tagged rpm-build-tmp:latest