Skip to content

Console Output

01:51:52 + docker build -t rpm-build-tmp .
01:51:52 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:51:52             Install the buildx component to build images with BuildKit:
01:51:52             https://docs.docker.com/go/buildx/
01:51:52 
01:52:00 Sending build context to Docker daemon  3.362GB
01:52:00 
01:52:00 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
01:52:00  ---> a1331584fdeb
01:52:00 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:52:01  ---> Running in 675f07ede845
01:52:02 Removing intermediate container 675f07ede845
01:52:02  ---> 2ef918e8dd00
01:52:03 Successfully built 2ef918e8dd00
01:52:03 Successfully tagged rpm-build-tmp:latest