Skip to content

Console Output

01:54:56 + docker build -t rpm-build-tmp .
01:54:56 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:54:56             Install the buildx component to build images with BuildKit:
01:54:56             https://docs.docker.com/go/buildx/
01:54:56 
01:55:14 Sending build context to Docker daemon  3.346GB
01:55:14 
01:55:14 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:55:14  ---> 9b8b1ced7054
01:55:14 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:55:14  ---> Running in 382a93d0af5b
01:55:15 Removing intermediate container 382a93d0af5b
01:55:15  ---> 321d2f31bcbe
01:55:16 Successfully built 321d2f31bcbe
01:55:16 Successfully tagged rpm-build-tmp:latest