Skip to content

Console Output

02:10:28 + docker build -t rpm-build-tmp .
02:10:28 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:28             Install the buildx component to build images with BuildKit:
02:10:28             https://docs.docker.com/go/buildx/
02:10:28 
02:10:29 Sending build context to Docker daemon  323.4MB
02:10:29 
02:10:29 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
02:10:29  ---> 06a1180650ab
02:10:29 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~274~g6caea1c-1.el10.x86_64.rpm /root
02:10:30  ---> 42108b2f5d94
02:10:30 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.27.0~dev~274~g6caea1c-1.el10.x86_64.rpm
02:10:30  ---> Running in bfcff70bb594
02:10:36  ---> Removed intermediate container bfcff70bb594
02:10:36  ---> 5e56c4e0d402
02:10:36 Successfully built 5e56c4e0d402
02:10:36 Successfully tagged rpm-build-tmp:latest