Skip to content

Console Output

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

02:01:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:el7.amd64
02:01:24  ---> f3fbd83a8fd3
02:01:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~173~g3aef50c-1.el7.x86_64.rpm /root
02:01:26  ---> 32776ebd7a97
02:01:26 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~173~g3aef50c-1.el7.x86_64.rpm
02:01:26  ---> Running in 2d39fe4c9f61
02:01:36 Removing intermediate container 2d39fe4c9f61
02:01:36  ---> ccb32ce103be
02:01:36 Successfully built ccb32ce103be
02:01:36 Successfully tagged rpm-build-tmp:latest