Skip to content

Console Output

02:08:58 + docker build -t rpm-build-tmp .
02:08:58 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:08:58             Install the buildx component to build images with BuildKit:
02:08:58             https://docs.docker.com/go/buildx/
02:08:58 
02:09:25 Sending build context to Docker daemon   3.63GB
02:09:25 
02:09:25 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:09:25  ---> a5b17dbd6018
02:09:25 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~147~gd750806-1.fc41.x86_64.rpm /root
02:09:26  ---> ec96c0396ddc
02:09:26 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~147~gd750806-1.fc41.x86_64.rpm
02:09:26  ---> Running in aa810369d160
02:09:36 Removing intermediate container aa810369d160
02:09:36  ---> 0073fec0b833
02:09:36 Successfully built 0073fec0b833
02:09:36 Successfully tagged rpm-build-tmp:latest