Skip to content

Console Output

01:55:31 + docker build -t rpm-build-tmp .
01:55:31 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:55:31             Install the buildx component to build images with BuildKit:
01:55:31             https://docs.docker.com/go/buildx/
01:55:31 
01:56:10 Sending build context to Docker daemon  3.319GB

01:56:10 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:56:10  ---> 9b8b1ced7054
01:56:10 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:56:56  ---> Running in b6d77b9843f8
01:56:57 Removing intermediate container b6d77b9843f8
01:56:57  ---> a5a5c332bc3d
01:56:59 Successfully built a5a5c332bc3d
01:56:59 Successfully tagged rpm-build-tmp:latest