Skip to content

Console Output

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

02:34:12 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:34:12  ---> 6f15ad1489cd
02:34:12 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~176~g83e8e6d-1.fc40.x86_64.rpm /root
02:34:13  ---> 9793d118b04f
02:34:13 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~176~g83e8e6d-1.fc40.x86_64.rpm
02:34:13  ---> Running in 5f7a0d86d32f
02:34:18 Removing intermediate container 5f7a0d86d32f
02:34:18  ---> 10c0e9cb1090
02:34:18 Successfully built 10c0e9cb1090
02:34:18 Successfully tagged rpm-build-tmp:latest