Skip to content

Console Output

01:58:30 + docker build -t rpm-build-tmp .
01:58:30 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:58:30             Install the buildx component to build images with BuildKit:
01:58:30             https://docs.docker.com/go/buildx/
01:58:30 
01:58:30 Sending build context to Docker daemon  305.3MB
01:58:30 
01:58:30 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
01:58:30  ---> 06a1180650ab
01:58:30 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~331~ga4953b8-1.el10.x86_64.rpm /root
01:58:31  ---> 41cfa9955099
01:58:31 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.26.0~dev~331~ga4953b8-1.el10.x86_64.rpm
01:58:31  ---> Running in 6a95bd46b247
01:58:34  ---> Removed intermediate container 6a95bd46b247
01:58:34  ---> 907cf83de4a0
01:58:34 Successfully built 907cf83de4a0
01:58:34 Successfully tagged rpm-build-tmp:latest