Skip to content

Console Output

02:16:48 + docker build -t rpm-build-tmp .
02:16:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:16:48             Install the buildx component to build images with BuildKit:
02:16:48             https://docs.docker.com/go/buildx/
02:16:48 
02:16:48 Sending build context to Docker daemon  8.239MB
02:16:48 
02:16:48 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:16:48  ---> a1331584fdeb
02:16:48 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:16:49  ---> Running in 63f109e8ba31
02:16:49 Removing intermediate container 63f109e8ba31
02:16:49  ---> fb4ed81bc9a0
02:16:49 Successfully built fb4ed81bc9a0
02:16:49 Successfully tagged rpm-build-tmp:latest