Skip to content

Console Output

02:05:00 + docker build -t rpm-build-tmp .
02:05:00 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:05:00             Install the buildx component to build images with BuildKit:
02:05:00             https://docs.docker.com/go/buildx/
02:05:00 
02:05:01 Sending build context to Docker daemon    259MB

02:05:01 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:05:01  ---> 6f15ad1489cd
02:05:01 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~185~g635218f-1.fc40.x86_64.rpm /root
02:05:28  ---> 64f90b425977
02:05:28 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~185~g635218f-1.fc40.x86_64.rpm
02:05:28  ---> Running in 74e9bbdd3429
02:06:15 Removing intermediate container 74e9bbdd3429
02:06:15  ---> 4645fd467846
02:06:15 Successfully built 4645fd467846
02:06:15 Successfully tagged rpm-build-tmp:latest