Skip to content

Console Output

02:15:26 + docker build -t rpm-build-tmp .
02:15:26 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:15:26             Install the buildx component to build images with BuildKit:
02:15:26             https://docs.docker.com/go/buildx/
02:15:26 
02:15:26 Sending build context to Docker daemon  259.9MB
02:15:26 
02:15:26 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:15:26  ---> 320757bff468
02:15:26 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~294~g70d3b58-1.fc41.x86_64.rpm /root
02:15:27  ---> 4a35d3b8bb67
02:15:27 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~294~g70d3b58-1.fc41.x86_64.rpm
02:15:27  ---> Running in 17722466ffa9
02:15:30 Removing intermediate container 17722466ffa9
02:15:30  ---> a1e80f62da76
02:15:30 Successfully built a1e80f62da76
02:15:30 Successfully tagged rpm-build-tmp:latest