Skip to content

Console Output

03:37:20 + docker build -t rpm-build-tmp .
03:37:20 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:37:20             Install the buildx component to build images with BuildKit:
03:37:20             https://docs.docker.com/go/buildx/
03:37:20 
03:37:20 Sending build context to Docker daemon  3.176MB
03:37:20 
03:37:20 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
03:37:20  ---> d7d2363aea25
03:37:20 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
03:37:20  ---> Using cache
03:37:20  ---> 0973edcff18b
03:37:20 Successfully built 0973edcff18b
03:37:20 Successfully tagged rpm-build-tmp:latest