Skip to content

Console Output

01:55:21 + docker build -t rpm-build-tmp .
01:55:21 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:55:21             Install the buildx component to build images with BuildKit:
01:55:21             https://docs.docker.com/go/buildx/
01:55:21 
01:55:21 Sending build context to Docker daemon  8.239MB
01:55:21 
01:55:21 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
01:55:21  ---> a1331584fdeb
01:55:21 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:55:21  ---> Running in 214b2aef3a6c
01:55:23 Removing intermediate container 214b2aef3a6c
01:55:23  ---> 670fe15d24b4
01:55:23 Successfully built 670fe15d24b4
01:55:23 Successfully tagged rpm-build-tmp:latest