Skip to content

Console Output

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

00:25:17 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
00:25:17  ---> 9b8b1ced7054
00:25:17 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
00:25:17  ---> Running in db97b482803c
00:25:17 Removing intermediate container db97b482803c
00:25:17  ---> f38bcbe1cbad
00:25:17 Successfully built f38bcbe1cbad
00:25:17 Successfully tagged rpm-build-tmp:latest