Skip to content

Console Output

02:10:24 + docker build -t rpm-build-tmp .
02:10:24 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:24             Install the buildx component to build images with BuildKit:
02:10:24             https://docs.docker.com/go/buildx/
02:10:24 
02:10:25 Sending build context to Docker daemon  260.3MB
02:10:25 
02:10:25 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:10:25  ---> 320757bff468
02:10:25 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~312~g1b6df8d-1.fc41.x86_64.rpm /root
02:10:47  ---> a93cea5c01d8
02:10:47 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~312~g1b6df8d-1.fc41.x86_64.rpm
02:10:47  ---> Running in 6b7fc2186601
02:11:26 Removing intermediate container 6b7fc2186601
02:11:26  ---> b0778e18e354
02:11:26 Successfully built b0778e18e354
02:11:26 Successfully tagged rpm-build-tmp:latest