Skip to content

Console Output

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