Skip to content

Console Output

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

19:01:25 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
19:01:25  ---> 9b8b1ced7054
19:01:25 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~83~g26c8457-1.el9.x86_64.rpm /root
19:01:27  ---> e2b5396d52e1
19:01:27 Step 3/3 : RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.24.0~dev~83~g26c8457-1.el9.x86_64.rpm
19:01:27  ---> Running in 77ed2cdf3c2c
19:01:32 Removing intermediate container 77ed2cdf3c2c
19:01:32  ---> fa018005a7eb
19:01:33 Successfully built fa018005a7eb
19:01:33 Successfully tagged rpm-build-tmp:latest