Skip to content

Console Output

02:16:36 + docker build -t rpm-build-tmp .
02:16:36 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:16:36             Install the buildx component to build images with BuildKit:
02:16:36             https://docs.docker.com/go/buildx/
02:16:36 
02:17:08 Sending build context to Docker daemon  3.336GB

02:17:08 Step 1/2 : FROM docker.openmodelica.org/build-deps:el7.amd64
02:17:08  ---> f3fbd83a8fd3
02:17:08 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:17:35  ---> Running in 5bca5e8703d5
02:17:35 Removing intermediate container 5bca5e8703d5
02:17:35  ---> 2bbadbee1aa1
02:17:35 Successfully built 2bbadbee1aa1
02:17:35 Successfully tagged rpm-build-tmp:latest