Skip to content

Console Output

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

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