Skip to content

Console Output

02:12:25 + docker build -t rpm-build-tmp .
02:12:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:25             Install the buildx component to build images with BuildKit:
02:12:25             https://docs.docker.com/go/buildx/
02:12:25 
02:12:26 Sending build context to Docker daemon  303.3MB
02:12:26 
02:12:26 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:12:26  ---> 320757bff468
02:12:26 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~308~g18e0a33-1.fc41.x86_64.rpm /root
02:12:52  ---> 83778828effd
02:12:52 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~308~g18e0a33-1.fc41.x86_64.rpm
02:12:52  ---> Running in 41040f12827c
02:13:39  ---> Removed intermediate container 41040f12827c
02:13:39  ---> 54497aced566
02:13:39 Successfully built 54497aced566
02:13:39 Successfully tagged rpm-build-tmp:latest