Skip to content

Console Output

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

01:55:37 Step 1/3 : FROM docker.openmodelica.org/build-deps:el7.amd64
01:55:37  ---> f3fbd83a8fd3
01:55:37 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~70~g9bc1350-1.el7.x86_64.rpm /root
01:55:40  ---> 7d25823bc7eb
01:55:40 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~70~g9bc1350-1.el7.x86_64.rpm
01:55:40  ---> Running in ef49af216007
01:55:52 Removing intermediate container ef49af216007
01:55:52  ---> b5b435282e8f
01:55:52 Successfully built b5b435282e8f
01:55:52 Successfully tagged rpm-build-tmp:latest