Skip to content

Console Output

01:55:23 + docker build -t rpm-build-tmp .
01:55:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:55:23             Install the buildx component to build images with BuildKit:
01:55:23             https://docs.docker.com/go/buildx/
01:55:23 
01:55:45 Sending build context to Docker daemon  4.819GB
01:55:45 
01:55:45 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:55:45  ---> 9b8b1ced7054
01:55:45 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:55:47  ---> Running in 32475b5de38c
01:55:48 Removing intermediate container 32475b5de38c
01:55:48  ---> 405ba9978556
01:55:49 Successfully built 405ba9978556
01:55:49 Successfully tagged rpm-build-tmp:latest