Skip to content

Console Output

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

18:50:36 Step 1/3 : FROM docker.openmodelica.org/build-deps:el7.amd64
18:50:36  ---> f3fbd83a8fd3
18:50:36 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~83~g26c8457-1.el7.x86_64.rpm /root
18:50:38  ---> 0ca202db5f18
18:50:38 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.el7.x86_64.rpm
18:50:38  ---> Running in ba8a5d595c13
18:50:47 Removing intermediate container ba8a5d595c13
18:50:47  ---> 2e6e52d1d05e
18:50:47 Successfully built 2e6e52d1d05e
18:50:47 Successfully tagged rpm-build-tmp:latest