Skip to content

Console Output

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

01:45:13 Step 1/3 : FROM docker.openmodelica.org/build-deps:el8.amd64
01:45:13  ---> b8d6c4c44a5d
01:45:13 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~124~g9429d1f-1.el8.x86_64.rpm /root
01:45:13  ---> c96e7fa96c30
01:45:13 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~124~g9429d1f-1.el8.x86_64.rpm
01:45:13  ---> Running in 206f3178c4a2
01:45:52 Removing intermediate container 206f3178c4a2
01:45:52  ---> ba011b63ab60
01:45:52 Successfully built ba011b63ab60
01:45:52 Successfully tagged rpm-build-tmp:latest