Skip to content

Console Output

02:51:23 + docker build -t rpm-build-tmp .
02:51:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:51:23             Install the buildx component to build images with BuildKit:
02:51:23             https://docs.docker.com/go/buildx/
02:51:23 
02:51:24 Sending build context to Docker daemon  261.4MB
02:51:24 
02:51:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:51:24  ---> 80d44c85c12b
02:51:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~106~g9825630-1.fc39.x86_64.rpm /root
02:51:25  ---> ed876db8baca
02:51:25 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~106~g9825630-1.fc39.x86_64.rpm
02:51:25  ---> Running in d673e765deb7
02:51:31 Removing intermediate container d673e765deb7
02:51:31  ---> 254f6518461c
02:51:31 Successfully built 254f6518461c
02:51:31 Successfully tagged rpm-build-tmp:latest