Skip to content

Console Output

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

02:24:06 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:24:06  ---> b8d6c4c44a5d
02:24:06 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:24:06  ---> Running in 2554ab337ba1
02:24:06 Removing intermediate container 2554ab337ba1
02:24:06  ---> 858da8a586b4
02:24:06 Successfully built 858da8a586b4
02:24:06 Successfully tagged rpm-build-tmp:latest