Skip to content

Console Output

01:59:23 + docker build -t rpm-build-tmp .
01:59:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:59:23             Install the buildx component to build images with BuildKit:
01:59:23             https://docs.docker.com/go/buildx/
01:59:23 
01:59:23 Sending build context to Docker daemon  304.9MB
01:59:23 
01:59:23 Step 1/3 : FROM docker.openmodelica.org/build-deps:el10.amd64
01:59:23  ---> 06a1180650ab
01:59:23 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~299~gb25388d-1.el10.x86_64.rpm /root
01:59:24  ---> 928782bd88ce
01:59:24 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~299~gb25388d-1.el10.x86_64.rpm
01:59:24  ---> Running in 3c5a6c3afa3f
01:59:28  ---> Removed intermediate container 3c5a6c3afa3f
01:59:28  ---> 1912d9bdfd20
01:59:28 Successfully built 1912d9bdfd20
01:59:28 Successfully tagged rpm-build-tmp:latest