Skip to content

Console Output

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