Skip to content

Console Output

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