Skip to content

Console Output

02:31:02 + docker build -t rpm-build-tmp .
02:31:02 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:31:02             Install the buildx component to build images with BuildKit:
02:31:02             https://docs.docker.com/go/buildx/
02:31:02 
02:33:23 Sending build context to Docker daemon  3.363GB
02:33:23 
02:33:23 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:33:23  ---> b8d6c4c44a5d
02:33:23 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:35:29  ---> Running in e3d86dd391ec
02:35:29 Removing intermediate container e3d86dd391ec
02:35:29  ---> 9cfb9375f3d3
02:35:29 Successfully built 9cfb9375f3d3
02:35:29 Successfully tagged rpm-build-tmp:latest