Skip to content

Console Output

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

00:40:59 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
00:40:59  ---> 9b8b1ced7054
00:40:59 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~183~g504611b-1.el9.x86_64.rpm /root
00:41:00  ---> 246364c1d9e4
00:41:00 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~183~g504611b-1.el9.x86_64.rpm
00:41:00  ---> Running in b494dddbacb1
00:41:10 Removing intermediate container b494dddbacb1
00:41:10  ---> 29803cb6bf9c
00:41:11 Successfully built 29803cb6bf9c
00:41:12 Successfully tagged rpm-build-tmp:latest