Skip to content

Console Output

18:18:15 + docker build -t rpm-build-tmp .
18:18:15 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
18:18:15             Install the buildx component to build images with BuildKit:
18:18:15             https://docs.docker.com/go/buildx/
18:18:15 
18:18:23 Sending build context to Docker daemon  3.678GB
18:18:23 
18:18:23 Step 1/2 : FROM docker.openmodelica.org/build-deps:el10.amd64
18:18:23  ---> 06a1180650ab
18:18:23 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
18:18:23  ---> Using cache
18:18:23  ---> 08421ab088e5
18:18:23 Successfully built 08421ab088e5
18:18:23 Successfully tagged rpm-build-tmp:latest