Skip to content

Console Output

02:07:52 + docker build -t rpm-build-tmp .
02:07:52 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:07:52             Install the buildx component to build images with BuildKit:
02:07:52             https://docs.docker.com/go/buildx/
02:07:52 
02:08:18 Sending build context to Docker daemon  4.819GB
02:08:18 
02:08:18 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:08:18  ---> 9b8b1ced7054
02:08:18 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:09:06  ---> Running in 8bd187f5c4a5
02:09:06 Removing intermediate container 8bd187f5c4a5
02:09:06  ---> fc5c68389e76
02:09:06 Successfully built fc5c68389e76
02:09:06 Successfully tagged rpm-build-tmp:latest